.ContentHeading
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4865b0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.ContentSubHeading
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4865b0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.ContentText
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
}
.HomeHeading
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: #4865b0;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	line-height: 35px;
}
.FormButton
{
	background-color: #4865b0;
	border: solid 1px #8898b4;
	font-size: 12px;
	font-family: Arial, San-Serif;
	font-weight: normal;
	color: #ffffff;
	cursor: pointer;
	height: 22px;
}
.ValidateError
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ff0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}
