/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	line-height: normal;
	padding: 1px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #6699CC;
	display: block;
	padding: 8px;
	width: 140px;
	height: auto;
	margin: 0px;
}
