h1 { 
	color: #696969; 
	font-size:24pt;
	font-weight: bold; 
	margin:20px 30px; 
	font-family:sans-serif;
 }

h2 { 
	color:#0091d3;
	font-size:10pt; 
	font-weight: bold; 
	margin-bottom: 0; 
	font-family:serif;}

h3{
	color:#0091d3;
	font-size:9pt; 
	sfont-weight: light;
	 line-height:1.2em;
	 margin-top: 0; 
	 margin-bottom: 0;
    }

    
h4{ font-size:8pt;
 font-weight:normal;
    color:#black;
    margin-bottom:0;
    line-height:1.5em;
    }   
    
h5{ font-size:7pt;
 font-weight:normal;
    color:#black;
    margin-bottom:0;
    line-height:1.5em;
   }   
    
h6{ font-size:6.5pt;
 font-weight:normal;
    color:#black;
    margin-bottom:0;
    line-height:1.2em;
   }   
    

P  { color: #696969; 
	font-size: 8pt; 
	font-weight: light;
	 line-height:1.8em;
	 margin-top: 0; 
	 margin-bottom: 0;
	  letter-spacing: 0.1em;  }

*.float
      {  display: :block;
         float: right;
         width: :auto;
         height:auto;
       margin-top:0;
    margin-left:5;
      }
*.floatclear
      {
         clear: both;
      }
