.ContentHeading
{
    font-family: Arial, Sans-Serif;
    color: #000;
    font-size: 24px;
    text-decoration: none;
    line-height: 40px;
    text-decoration: none;
    font-weight: normal;
}
.ContentSubHeading
{
    font-family: Arial, Sans-Serif;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
}
.ContentText
{
    font-family: Arial, Sans-Serif;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-weight: normal;
}
.ContentTextSmall
{
    font-family: Arial, Sans-Serif;
    color: #333;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    font-weight: normal;
}
.ValidateError
{
    color: #f00;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-weight: normal;
}

h1
{
    font-family: Arial, Sans-Serif;
    color: #000;
    font-size: 24px;
    text-decoration: none;
    line-height: 30px;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h2
{
    font-family: Arial, Sans-Serif;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
}
h3
{
    font-family: Arial, Sans-Serif;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
h4
{
    font-family: Arial, Sans-Serif;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
}
.ContentText td
{
    font-family: Arial, Sans-Serif;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-weight: normal;
}
.SubmitButton
{
	font-family: Arial, Sans-Serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    width: 90px;
    height: 26px;
    border: 0;
    cursor: pointer;
    background: #000;
}