.ContentHeading
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #003399;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.ContentSubHeading
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #00458d;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px;
}
.ContentSubHeadingBlack
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px;
}
.ContentText
{
    font-family: Arial, Sans-Serif;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 14px;
}
.HomeSubHeading
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #00458d;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
}
.HomeText
{
    font-family: Arial, Sans-Serif;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
}
.FormText
{
    font-family: Arial, Sans-Serif;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}
.DGMSignUpButton
{
	background-image: url(../../images/DGMSignUp.gif);
	background-repeat: no-repeat;
	width:70px;
	height:20px;
	border: 0px;
	cursor: pointer;
}
.BBSignUpButton
{
	background-image: url(../../images/BBSignUp.gif);
	background-repeat: no-repeat;
	width:69px;
	height:20px;
	border: 0px;
	cursor: pointer;	
}
.BBSubmitButton
{
	background-image: url(../../images/BBSubmit.gif);
	background-repeat: no-repeat;
	width:69px;
	height:20px;
	border: 0px;
	cursor: pointer;
}
.TextField
{
    width: 117px;
    height: 21px;
    border-top: solid 1px #6E6E6E;
    border-left: solid 1px #8C8C8C;
    border-right: solid 1px #D1D1D1;
    border-bottom: solid 1px #E8E8E8;
    background-image: url(../../images/TextFieldBG.gif);
    background-position: top left;
    text-indent: 3px;
}
.ValidateError
{
    color: #ff0000;
    font-family: tahoma,Arial, arial, helvetica, sans-serif;
    font-size: 11px;
    vertical-align: middle;
}