Body
{
	color: #4d4d4d;
	font-size: 14px;
	font-family: Futura, Arial, sans-serif;
}
.MainFont
{
	font-size: 15px;
	color: #000000;
	font-family: Futura, Arial, sans-serif;
}
.FooterFont
{
	text-align: center;
	font-size: 12px;
}
.PageTitle
{
	font-weight: bold;
	font-size: 38px;
	font-family: Futura, Arial, sans-serif;
}
.SecTitle
{
	font-weight: bold;
	font-family: Futura, Arial, sans-serif;
}

a.FooterLink:visited
{
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
a.FooterLink:link
{
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
a.FooterLink:hover
{
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: underline;
}
.FormSubmit
{
	border: #616161 2px outset;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	color: #616161;
	background-color: #EEEEEE;
	cursor: hand;
}
.FormSubmit:hover
{
	color: #ffc24b;
}
.FormError
{
    border: #911212 5px solid;
    padding: 10px;
    font-weight: bold;
    font-size: 8pt;
    color: #911212;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: white;
    text-decoration: none
}
.FormSuccess
{
    border: #1B9112 5px solid;
    padding: 10px;
    font-weight: bold;
    font-size: 8pt;
    color: #1B9112;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: white;
    text-decoration: none
}

