.ContentHeading
{
    font-family: Arial, Sans-Serif;
    color: #002d62;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    line-height: 24px;
}
.ContentSubHeading
{
    font-family: Arial, Sans-Serif;
    color: #d4891c;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}
.ContentText
{
    font-family: Arial, Sans-Serif;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
}
.ContentTextWhite
{
    font-family: Arial, Sans-Serif;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
}
.ValidateError
{
    color: #f00;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    vertical-align: middle;
}

H1 .h1class
{
    font-family: Arial, Sans-Serif;
    color: #002d62;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    line-height: 24px;
}

.TestimonialsTitle
{
	font-family: Arial, Sans-Serif;
    color: #d4891c;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.HomeSubHeading
{
	font-family: Arial, Sans-Serif;
    color: #002d62;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.SubmitButton
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	background: #3a5c85;
	width: 85px;
	height: 25px;
	cursor: pointer;
}
.ContentText td
{
	font-family: Arial, Sans-Serif;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
}

.ContentText ul
{
	list-style-image:url(../../images/bullet.gif);
}