<!--

    /* Body Declaration - this sets the text font, size, and color, as well as the background color for the whole site */
    body {  font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            background-color: #000000;
            text-align      : left;
        }


    /*  Basic HTML Elements Defined */
    h1  {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 16px;
            color           : #FFFFFF;
            font-weight     : bold;
            margin-top      : 0px;
            margin-bottom   : 5px;
            left-margin     : 5px; 
        }
    h1 A:link  {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 16px;
            color        : #CCCCCC;
            text-decoration : none;
            margin-bottom   : 5px;
            left-margin     : 5px; 
        }    
    h1 A:visited  {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 16px;
            color        : #CCCCCC;
            text-decoration : none;
            margin-bottom   : 5px;
            left-margin     : 5px; 
        }    
    h1 A:hover  {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 16px;
            color        : #CCCCCCS;
            text-decoration : underline;
            margin-bottom   : 5px;
            left-margin     : 5px; 
        }
    h2  {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 14px;
            color           : #FFFFFF;
            font-weight     : bold;
            margin-top      : 0px;
            margin-bottom   : 0px;
            margin-left     : 5px
        }
    h3  {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 12px;
            color           : #FFFFFF;
            font-weight     : bold;
            margin-top      : 0px;
            margin-bottom   : 0px;
            margin-left     : 2px;
        }
    h4 {
           font-family     : Verdana, Helvetica, Arial;
            color               : #FFFFFF;
            font-size       : 11px;
            font-weight     : bold;
            margin-top      : 0px;
            margin-bottom   : 0px;
    }
    h4 A:link  {   color        : #CCCCCC;
            text-decoration : none;
        }    
    h4 A:visited  {   color        : #CCCCCC;
            text-decoration : none;
        }    
    h4 A:hover  {   color        : #CCCCCCS;
            text-decoration : underline;
        }
    h5  {   font-family     : Verdana, Helvetica, Arial;
            color               : #CCCCCC;
            font-size       : 10px;
            font-weight     : bold;
            margin-top      : 0px;
            margin-bottom   : 0px;
        }
    h5 A:link  {   color        : #CCCCCC;
            text-decoration : none;
        }    
    h5 A:visited  {   color        : #CCCCCC;
            text-decoration : none;
        }    
    h5 A:hover  {   color        : #CCCCCC;
            text-decoration : underline;
        }
    p   {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            margin-left     : 10px;
            margin-top      : 10px;
            margin-bottom   : 10px;
            margin-right    : 0px;            
        }
    ul  
        {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            margin-top      : 10px;
            margin-bottom   : 10px;
            list-style-type : round;
        }
    ol  
        {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            margin-top      : 10px;
            margin-bottom   : 10px;
        }
    
    li  
        {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            margin-top      : 0px;
            margin-bottom   : 5px;
        }    
    
    a:link
        {   font-family     : Verdana, Helvetica, Arial;
            color           : #CCCCCC; 
            font-size       : 11px;
            text-decoration : none;
        }
    a:visited
        {   font-family     : Verdana, Helvetica, Arial;
            color           : #999999; 
            font-size       : 11px;
            text-decoration : none;
        }
    a:hover
        {   font-family     : Verdana, Helvetica, Arial;
            color           : #CCCCCC; 
            font-size       : 11px;
            text-decoration : underline;
        }    
        
    strong {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            font-weight     : bold;
            margin-top      : 0px;
            margin-bottom   : 0px;
            margin-left     : 0px
    
            }
    strong A:link  {   color        : #CCCCCC;
                        font-size       : 11px;
                        font-weight     : bold;            
                        text-decoration : none;
        }    
    strong A:visited  {   color        : #999999;
                        font-size       : 11px;
                        font-weight     : bold;
                        text-decoration : none;
        }    
    strong A:hover  {   color        : #CCCCCC;
                        font-size       : 11px;
                        font-weight     : bold;
                        text-decoration : underline;
        } 
    
    form {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            margin-top      : 0px;
            margin-bottom   : 0px;
            margin-left     : 0px;
            margin-right    : 0px;            
        }    
            
    td  {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 11px;
            color           : #FFFFFF;
            margin-top      : 0px;
            margin-bottom   : 0px;
            margin-left     : 0px;
            margin-right    : 0px;            
        }  

/* ================= Pre formatted text? ================= */

    pre  {  font-family     : Courier New;
            font-size       : 12px;
            color           : #FFFFFF;
        }
    pre strong {  font-family     : Courier New;
            font-size       : 12px;
            font-weight     : bold;
            color           : #FFFFFF;
        }
    pre A:link
        {   font-family     : Courier New;
            font-size       : 12px;
            color           : #CCCCCC;
            text-decoration : none;
        }    
    pre A:visited
        {   font-family     : Courier New;
            font-size       : 12px;
            color           : #999999;
            text-decoration : none;
        }      
    pre A:hover
        {   font-family     : Courier New;
            font-size       : 12px;
            color           : #CCCCCC;
            text-decoration : underline;
        }

/* ================= END Pre formatted text? ================= */



     
    /*  End Basic HTML Elements */
    
    
    /*  Footer Text */
    .footer
        {   font-family     : Verdana, Helvetica, Arial;
            font-size       : 9px;
            color           : #FFFFFF;
            margin-top      : 15px;
            margin-bottom   : 0px;
            margin-left     : 0px;
        }
        
    .footer A:link
        {   color        : #6699CC;
            font-size       : 9px;
            text-decoration : none;
        }    
    .footer A:visited
        {   color        : #336699;
            font-size       : 9px;
            text-decoration : none;
        }    
    .footer A:hover
        {   color        : #99CCFF;
            font-size       : 9px;
            text-decoration : underline;
        }   
    /* End Footer Text */
    
    -->