/* BEGIN: General Definitions */


BODY {
		font: 12pt Arial, Trebuchet MS, Arial, sans-serif; 
		color: #000000;
}



A:link { 
	text-decoration: none; 
	font-weight: bold;  
	color: #3333FF; 
}



A:visited { 
	text-decoration: none; 
	font-weight: bold;  
	color: #3333FF;  
}



A:active { 
	text-decoration: none; 
	font-weight: bold; 
	color: #3333FF;  
}



A:hover { 
	color: #000000; 
	text-decoration: underline; 
}





P {
	font: 10pt Arial, Trebuchet MS, Arial, sans-serif; color: #333333;
	}





UL, OL, DL, LI {
	font: 10pt Arial,Garmond, Trebuchet MS, Arial, sans-serif; 
	margin-top: 5px;
	color: #000000;
}

H1 {
	font: bold 24px Arial, Garmond, Trebuchet MS, Arial, sans-serif;
	color: #000000;
}

H2 {
	font: bold 18px Arial, Trebuchet MS, Arial, sans-serif; 
	color: #000000;
	margin-bottom: 3px;
	margin-top: 3px;
	
}

H3 {
	font: bold 16px Arial, Trebuchet MS, Arial, sans-serif;
	color: #000000; 
	margin-top: 10px; 
	margin-bottom: 0;
}



/* END: General Definitions */








/* BEGIN: Classes */


.main_table { font-family: Arial, Trebuchet MS, Verdana, sans-serif; 
              font-size:12pt; 
              color: #000000;
              
            }


.special_table {
   		font-family: Arial, Trebuchet MS, Verdana, sans-serif;
   		font-size:10pt;
		text-decoration: none; 
		font-weight: bold;  
		color: #FFFFFF; 
	      }            
            
a.button:link {
   		font-family: Arial, Trebuchet MS, Verdana, sans-serif;
   		font-size:10pt;
		text-decoration: none; 
		font-weight: bold;  
		color: #FFFFFF; 
	      }
	      
a.button:visited {
   		font-family: Arial, Trebuchet MS, Verdana, sans-serif;
   		font-size:10pt;
		text-decoration: none; 
		font-weight: bold;  
		color: #FFFFFF; 
	      }	    
	      
a.button:active {
   		font-family: Arial, Trebuchet MS, Verdana, sans-serif;
   		font-size:10pt;
		text-decoration: none; 
		font-weight: bold;  
		color: #FFFFFF; 
	      }	     
	      
a.button:hover {
   		font-family: Arial, Trebuchet MS, Verdana, sans-serif;
   		font-size:10pt;
		text-decoration: underline; 
		font-weight: bold;  
		color: #FFFFFF; 
	      }	                 

    
    
/* END: Classes */



