.ContentText
{
    color: #000000;
    font: normal 11px/14px Arial, Verdana, Sans-Serif;
}
.DarkText
{
	color: #333333;
    font: normal 11px/14px Arial, Verdana, Sans-Serif;
}
.RedText
{
	color: #FF0000;
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
}
.BoldDark
{
	color: #333333;
    font: bold 11px/14px Arial, Verdana, Sans-Serif;
}
.BoldBlack
{
	color: #000000;
	font: bold 11px/14px Arial, Verdana, Sans-Serif;
}
.GreyText
{
	color: #666666;
	font: normal 11px/14px Arial, Verdana, Sans-Serif;
}
.BoldGrey
{
	color: #666666;
	font: bold 11px Arial, Arial, Verdana, Sans-Serif;
}
.SmallGrey
{
	color: #666666;
	font: normal 10px/14px Arial, Verdana, Sans-Serif;
}
.BigBoldGrey
{
	color: #666666;
	font: bold 13px Arial, Verdana, Sans-Serif;
}
.BoldRed
{
	color: #000;
	font: bold 11px/24px Arial, Sans-Serif;
}
.BigBoldRed
{
	color: #000;
	font: bold 13px/14px Arial, Sans-Serif;
}
.ContentHeading
{
    font-family: Verdana, Sans-Serif;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    line-height: 24px;
}
.ContentTextSmall
{
	font-family: Verdana, Sans-Serif;
	color: #666666;
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    line-height: 14px;
}
.ValidateError
{
    color: #ff0000;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}
.TextField
{
    border: solid 1px #6b1400;
    width: 135px;
    height: 20px;
}
.RegisterButton
{
    background-image: url(../../images/RegisterButton.gif);
    background-repeat: no-repeat;
    width: 62px;
    height: 20px;
    border: 0px;
}
