/* CSS Document */

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
line-height: 18px;
padding: 3px;
}.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #00CCFF;
	display: block;
	padding: 8;
	width: 170px;
	height: 32px;
	text-align: left;
	font-style: normal;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #BFDFFF;
	display: block;
	padding: 8;
	width: 170px;
	height: 32px;
	text-align: left;
	font-style: normal;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
}

