/* Layout Stylesheet */ 

body {
      font-family: Arial; sans-serif;
      background: #F5F5F5;
     }
     
td {
      font-family: Arial; sans-serif;
      font-size: 16px;
     }
     	
h1 {
font-family: arial, sans-serif;
font-size: 14pt;
font-weight: bold;
color:#000000;
	}
	
h2 {
font-family: arial, sans-serif;
font-size: 9pt;
font-weight: bold;
color:#000000;
line-height: 8px;
	}
	
 a { 
 font-size: 14px;
 color: #000000;  
 text-decoration: none; 
 }

 a:active { 
 color: #000000; 
 text-decoration: none; 
 font-size: 14px; 
 }
 
 a:hover  { 
 color: #018801;
 text-decoration: none; 
 font-size: 14px; 
 font-weight: bold;
 }
 
 a:visited  { 
 color: #000000;
 text-decoration: none; 
 font-size: 14px; 
 }
 
 a:link  { 
 color: #000000;
 text-decoration: none; 
 font-size: 14px; 
 }