BODY{ 
   background-color: #DDDDDD;
   }
.header{ 
   font-family: Times; 
   font-size: 9pt; 
   background-color: #0099CC; 
   color: navy; 
   }
.headerMain{ 
   font-family: Times; 
   font-size: 14pt; 
   background-color: white; 
   color: navy; 
   }  
.title{ 
   font-family: Verdana; 
   font-size: 9pt; 
   font-weight: bold;   
   background-color: #C0C0C0; 
   color: navy; 
   } 
.text{ 
   font-family:Verdana; 
   font-size: 8pt;    
   background-color: white; 
   color: #666666;  
   }
A{ 
   font-family: Verdana; 
   font-size: 8pt;     
   color: navy;   
   text-decoration: none;
   }   
A:hover{ 
   font-family: Verdana; 
   font-size: 8pt;     
   color: #0099CC;   
   text-decoration: underline;
   } 
.smallLink{ 
   font-family: Verdana; 
   font-size: 8pt;     
   color: navy;   
   text-decoration: none;
   }   
.smallLink:hover{ 
   font-family: Verdana; 
   font-size: 8pt;     
   color: #0099CC;   
   text-decoration: underline;
   } 
.bigLink{
   font-family: Verdana; 
   font-size: 9pt;
   font-weight: bold;
   background-color: #C0C0C0;       
   color: black;
   text-decoration: none;    
   }  
.bigLink:hover{
   font-family: Verdana; 
   font-size: 9pt;
   font-weight: bold;
   background-color: #C0C0C0;       
   color: black;
   text-decoration: none;
   }
.button{ 
   font-family: Times; 
   font-size: 8pt; 
   font-weight: bold; 
   background-color: #0099CC; 
   color: navy; 
   }   
.navigator {      
   background-color: #C0C0C0;    
   }
.news{ 
   font-family:Verdana; 
   font-size: 10pt;   
   font-weight: bold;    
   background-color: white; 
   color: black; 
   } 
.news:hover{ 
   font-family:Verdana; 
   font-size: 10pt;   
   font-weight: bold;       
   background-color: white; 
   color: black; 
   }       
.space{  
   font-family:Verdana; 
   font-size: 10pt;   
   font-weight: bold; 
   padding: 3px;
   background-color: #C0C0C0;        
   }  
.footer{ 
   font-family: Times; 
   font-size: 8pt; 
   background-color: white; 
   color: #666666; 
   } 