/* CSS Document */

p{
font-family: Verdana, snas-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF80C0;
	display: block;
	padding: 4px;
	width: 135px;
}

.navigation:hover {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF00FF;
	display: block;
	padding: 4px;
	width: 135px;
}

.navigation_1 {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF80C0;
	display: block;
	padding: 2px;
	width: 120px;
}

.navigation_1:hover {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF00FF;
	display: block;
	padding: 2px;
	width: 120px;
}


.background {
}

.block {
	letter-spacing: normal;
	text-align: justify;
}