/* Stylesheet */ 

body {
      font-family: Arial; sans-serif;
      background: #F9FAFB;
     }
     
td {
      font-family: Arial; sans-serif;
      font-size: 14px;
     }
h1 { 
    font-family: Arial; sans-serif;
    font-size: 18pt; 
    color: #746605; 
    }
    
h2 { 
    font-family: Arial; sans-serif;
    font-size: 16px; 
    color: #5E5304; 
    }

h3 { 
    font-family: Arial; sans-serif;
    font-size: 16px; 
    color: #000000; 
    }
    
    
#sponsor { 
    font-family: Arial; sans-serif;
    font-size: 14px;
    font-weight:bold; 
    color: #ffffff; 
    }

#ftr {
 border-left:0px solid black; border-right:0px solid black; border-top:1px solid #568425; border-bottom:0px solid black;
 padding-left: 166px;
 text-align: center;
 background:#568425;
 FONT-SIZE: 12px;
 clear: both;
 color: #ffffff;
 width: 800px;
 }
 

#pftr {
 border-left:0px solid black; border-right:0px solid black; border-top:1px solid #568425; border-bottom:0px solid black;
 text-align: center;
 background:#568425;
 FONT-SIZE: 12px;
 clear: both;
 color: #ffffff;
 width: 800px;
 }
 
 
 a { 
 font-size: 14px;
 color: #5E5304;  
 text-decoration: none; 
 }

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