/* IE6+ */
@font-face {
           font-family:"TopazPlus a600a1200a4000";
           src: url(fonts/topazplus_a120010.eot);
}

/* FFx3.5+/Safari/Opera10+ */                 
@font-face {                                  
           font-family:Topaz;                 
           src: url(fonts/topazplus_a120010.ttf);
       }

BODY {                                                                            
     font-family:"TopazPlus a600a1200a4000", Topaz, "Lucida Console", monospace, Monaco; 
     font-size:12pt;                                                              
     font-weight:normal;                                                          
     background-color:#3e434c;                                         
     line-height: 100%;                                                           
     margin: 0;                                                                   
     padding-left: 25px;                                                                  
}                                                                                 
                                                                                  
PRE, DIV, TD, P {                                                                             
    font-family:"TopazPlus a600a1200a4000", Topaz, "Lucida Console", monospace, Monaco;  
    font-size:12pt;                                                               
    font-weight:normal;                                                           
    color:#ffffff;                                                                
    background-color:#3e434c;                                          
    line-height: 100%;                                                            
    margin: 0;                                                                    
    padding: 0;                                                                   
}                                                                                 
   

a:link, a:visited, a:active {
text-decoration:none; 
color:#CCCCCC;
}

a:hover, a {
text-decoration:none;
color:#aaaaaa;
}
                                                                               