.ContentHeading
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    color: #6a0a28;
    font-size: 24px;
    text-decoration: none;
    font-weight: normal;
    line-height: 30px;
}
.ContentSubHeading
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    color: #6a0a28;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    line-height: 22px;
}
.ContentText
{
    font-family: Arial, Sans-Serif;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    line-height: 14px;
}
.HomeContentText
{
    font-family: Arial, Sans-Serif;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    line-height: 18px;
}
.ValidateError
{
    color: #ff0000;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    vertical-align: middle;
}
.SubmitButton
{
	background: #b2b2b2;
	border: 0px;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	width: 110px;
}