.ContentText
{
    color : #000000;
	font-family :  Verdana;
	font-size : 13px;
}

.ErrorText
{
    color : #ff0000;
	font-family :  Verdana;
	font-size : 13px;
}

.TextSmall
{
    color : #000000;
	font-family :  Verdana;
	font-size : 9px;
}

.ContentTextI
{
    color : #000000;
	font-family :  Verdana;
	font-size : 13px;
	font-style: italic;
}


.ContentTextBold
{
    color : #000000;
	font-family :  Verdana;
	font-size : 13px;
	font-weight: bold;
}

.ContentTextBoldI
{
    color : #000000;
	font-family :  Verdana;
	font-size : 13px;
	font-weight: bold;
	font-style: italic;
}
a.RedLink:hover
{
    color : #ff0000;
	font-family : Verdana;
	font-size : 12px;	
	font-weight:bold;
}
a.RedLink
{
    color : #000000;
	font-family : Verdana;
	font-size : 12px;
	font-weight:bold;
}

a.RedLinkSmall
{
    color : #000000;
	font-family : Verdana;
	font-size : 9px;
	font-weight:bold;
}

a.RedLinkSmall:hover
{
    color : #ff0000;
	font-family : Verdana;
	font-size : 9px;
	font-weight:bold;
}

.HeaderText
{
    color : #000000;
	font-family :  Verdana;
	font-size : 15px;
	font-weight: bold;	
}