.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	background-color: #000066;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
	background-color: #000099;
	display: block;
	padding: 8px;
	width: 140px;
}
.redhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC3300;
	text-align: left;
	vertical-align: top;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14pt;
}
