/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 14px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 5px;
	font-weight: normal;
	color: #000066;
	width: 15px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:  #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	display: block;
	padding: 7px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:  #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	display: block;
	padding: 7px;
}
