* 
{
    font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

A  {
	font-family : Arial;	
	font-style : normal;
	color : #666666;
}

A:Visited
{
	font-family : Arial;
	font-style: normal;
	color: #666666;
}

A:Active
{
	font-family : Arial;
	font-style: normal;
	color: #C0C0C0;
}

A:Hover
{
	font-family: Arial;
	font-weight: normal;
	color: #464646;
}

table
{
    font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}

.HeaderSmaller 
{
    font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #4D4D4D;
	padding-bottom: 8px;
}
.HeaderSmall 
{
    font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
	padding-bottom: 8px;
}
.HeaderMedium 
{
    font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	padding-bottom: 10px;
}
.HeaderLarge 
{
    font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #4D4D4D;
	padding-bottom: 10px;
}

.TextSmall 
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}
.TextNormal {		
	font-family: Verdana;
	font-size:12px;		
	font-weight:normal;					
}
.TextNormalBold {		
	font-family: Verdana;
	font-size:12px;		
	font-weight:bold;					
}
.TextLarge {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

.HeaderLightSmall 
{
    font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 8px;
}	
.TextLightNormal 
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: #FFFFFF;
}
.TextLightSmall 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    color: #FFFFFF;
}
.TextLightBold 
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #FFFFFF;
}

.FooterTitle 
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: White;
    padding-top: 3px;
    padding-bottom: 3px;
}
.Footer 
{
    font-family: Verdana;
    font-size: 9px;
    color: #B3B3B3;
    line-height: 12px;
    background-color: #464646;
}

.FooterQuicklinks 
{
    font-family: Verdana;
    font-size: 9px;
    color: #B3B3B3;
    line-height: 12px;
}
    
.FooterLinks:Link 
{
    font-family: Verdana;
    font-size: 9px;
    color: #B3B3B3;
    text-decoration: none;
}
.FooterLinks:Visited 
{
    font-family: Verdana;
    font-size: 9px;
    color: #B3B3B3;
    text-decoration: none;
}
.FooterLinks:Active 
{
    font-family: Verdana;
    font-size: 9px;
    color: #B3B3B3;
    text-decoration: none;
}
.FooterLinks:Hover
{
	font-family: Verdana;
	font-size: 9px;
	color: #E6E6E6;
	text-decoration: underline;
}

.DisplayMessageNormal
{
    font-family: Arial, Helvetica, sans-serif;
    color: #006600;
    font-size: 12px;
    font-weight: bold;
    font-variant: normal;
}

.ErrorTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
    font-weight: bold;
    font-variant: normal;
}
