/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-decoration: none;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #00017F;
}
.navigation {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #00017F;
	display: block;
	padding: 8px;
	width: 140px;
	text-decoration: none;
}


}
a:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.navigation:hover {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00017F;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 140px;
	text-decoration: none;
}

