.Maintext {
	font-family: Verdana;
	font-size: 11px;
}
.SmallText {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
.HeroStatement {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
}
a.White:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.White:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.White:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.White:active {
	color: #FFFFFF;
	text-decoration: none;
}