.cssTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #000000;
	vertical-align: top;
	background-color: #FFFFFF;
}
hr {
	color: #000000;
	background-color: #FFFFFF;
}
.cssSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.cssSmallTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336666;
	font-weight: bold;
	background-color: #FFFFFF;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	
}
.cssBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
.cssBodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.cssSmallTextBoldNavOn {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336666;
	font-weight: bold;
	background-color: #CCCC99;
}
