/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #0000CC;
line-height: 18px;
padding: 0px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
	display: block;

	padding: 0.px;
	padding: 0;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C4690F;
	display: block;
	padding: 0px;
}
