BODY { background-color: #708090; 
       background-repeat: repeat-y;
       background-position: right;
       font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
       color: #000000;
       font-size: 10pt;
       
     }

H1 { font-size: 18pt; 
     font-style: small-caps; 
     font-weight: bold; 
     text-align: center;
     color: #708090; 
   } 
H2 { font-size: 16pt; 
     font-style: small-caps; 
     font-weight: bold; 
     color: #708090; 
   }
H3 { font-size: 14pt;
     font-style: small-caps; 
     font-weight: bold; 
     color: #708090; 
   }
H4 { font-size: 12pt; 
     font-style: small-caps; 
     font-weight: bold; 
     color: #708090; 
   }
H5 { font-size: 10pt; 
     font-style: small-caps; 
     font-weight: bold; 
     color: #708090; 
   }
H6 { font-size: 8pt; 
     font-style: small-caps; 
     font-weight: bold; 
     color: #708090; 
   }

P  { font-size: 10pt; color: #000000; }


A:link    {color: #000000; text-decoration:underline; }
A:visited {color: #000000; text-decoration:underline; }
A:active  {color: red; text-decoration:none; }


PRE { font-family: Courier, "Courier New", serif;      
      font-size: 10pt; }

.lindent   { padding-top:	0;
	    padding-bottom:	0;
	    border-top:	0;
	    border-bottom:	0;
          }

.reverse { background-color:black;
           color: white; 
         }
         
.whitetitle { color: white;
            }