.navigate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	background-color: #FFFFFF;
	display: inline;
	width: 100px;
	padding: 4px;
	text-decoration: none;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.navigate:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000CC;
	display: inline;
	width: 100px;
	padding: 4px;
	text-decoration: none;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.bottomlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
.bottomlinks:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
.topheading {
	font-size: 23px;
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;
}
.heading {
	font-size: 20px;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: capitalize;
}
.Paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.Paragraphstart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
