    BODY{
       background: #FFFFFF;  
   }                 
     
   H1 {
    font-family: Arial;
   font-weight: bold;
  margin-left: 3px;
   color: #064898;
   }
  
  H2 {
     font-family: Arial;
   font-weight: bold;
   color: #000000;
   text-align: center;
   padding: 3pt;
   
  }
 
 H3 {
     font-family:Arial;
   font-weight: bold;
   color: #000000;
   
  }
 
 H4 {
     font-family:Arial;
   font-weight: bold;
   color: #000000;
   } 
  
    
 H5 {
     font-size: 14px;
  	 font-family: Arial;
  	 font-weight: normal;
  	 color: #000000;
  	 text-align: justify;
 }
 
 H6 {
     font-family: Verdana;
	 color: #000000;
     font-size: 9pt;
 }
 
  
  A:LINK {
   font-family: Verdana;
   font-weight: bold;
   font-size:10pt;
   color: #0340BD;
   text-decoration: underline;
   position: relative;
  }
  
  A:VISITED {
   font-family: Verdana;
   color: #0340BD;
   font-weight: bold;
   text-decoration: none;
   position: relative;
  }
  
 
 A:HOVER {
    font-family: Verdana;
    font-weight:bold;
	font-size: 10pt;
    color: #FE4A1E;
    text-decoration: underline;
 } 
 
 HR{
   color: #064898; 
   align: center;
   width: 95%;
 }
 
  
  
 UL {
     font-family: Arial;
 }
  
  LI  {
   list-style-type:square;
  color:#064898;
 }
 
 B{
   font-weight: bold;
  
 }
 
 I {
   font-family: Arial;
   color: #064898;
   font-weight: bold;
   font-style: italic;
  }
  
.pre{
   font-family: Courier;
   color: #064898;
   font-weight: bold;
   }
 
  
  
 