/* HTML Elements */
BODY
{
     BACKGROUND-COLOR: #000000; 
    /* background-color: #99CC33; */
    SCROLLBAR-BASE-COLOR: #000000;
}

HR
{
   color:Red; 
}

.hiliteclass
{
   color: yellow;
   font-weight:bold; 
}

.hiliteclass2
{
   color: red;
   font-weight:bold; 
}

.header
{
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}

.header A
{
    text-decoration: none;
    color: #FFFFFF;
}

.content_header
{
    color: red;
    font-family: Arial;
    font-weight: bold;
    font-size: 18pt;
    font-variant: small-caps;
    text-decoration:underline;
}

.content_promo_header
{
    color: red;
    font-family: Arial;
    font-size: 14pt;
}

.content_promo_body
{
    color: white;
    font-family: Arial;
    font-size: 14pt;
}

.content_body
{
    color: White;
    font-family: Arial;
    font-size: 10pt;
}



.content_body2
{
    color: White;
    font-family: Arial;
    font-size: 10pt;
    font-variant: small-caps;
}

.content_body TD
{
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

.stats_header
{
   color: White;
   font-family: Arial;
   font-variant: small-caps;
   font-size: 12pt;
   font-weight: bold;
}

.stats_value
{
   color:white;
   font-family: Arial;
   font-size: 8pt;
   font-weight: bold;
}

.stats_name
{
   color:red;
   font-family: Arial;
   font-size: 8pt;
   font-weight: bold;
}

.footer
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 7pt;
}

.footer A
{
    text-decoration: none;
    color: #FFFFFF;
}

