@charset "iso-8859-1";
    H1      {
      font-size: 9pt;
      font-family: Verdana;
      color: #696867;
      font-weight: normal;
      text-align: right;
      }
	  
    H2      {
      font-size: 11pt;
      font-family: Verdana;
      color: #909e17;
      font-weight: bold;
	  margin-top: 0px;
	  margin-bottom: 0px;
      text-align: left;
      }

    H3      {
      font-size: 10pt;
      font-family: Verdana;
      color: #909e17;
      font-weight: bold;
	  margin-top: 0px;
	  margin-bottom: 0px;
      text-align: left;
      }

    H4      {
      font-size: 9pt;
      font-family: Verdana;
      color: #666666;
      font-weight: normal;
	  margin-top: 0px;
	  margin-bottom: 0px;
      text-align: left;
      }
	  
	  H5      {
      font-size: 9pt;
      font-family: Arial;
      color: rgb(30,30,100);
      font-weight: normal;
      text-align: justify;
      }
	 H6      {
      font-size: 8pt;
      font-family: Verdana;
      color: red;
      font-weight: bold;
	  margin-top: 0px;
	  margin-bottom: 0px;
      text-align: center;
      }
	

body{ 
scrollbar-face-color: #aaaaaa;  
scrollbar-highlight-color: #aaaaaa;  
scrollbar-shadow-color: #aaaaaa;  
scrollbar-3dlight-color: #eeeeee; 
scrollbar-arrow-color: #eeeeee;  
scrollbar-track-color: #e3e3e3;  
scrollbar-darkshadow-color: #000000; 
} 

A:link {
 font-size: 11px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "verdana";
 color: #0000FF;
 text-decoration: none;
}

A:visited {
 font-size: 11px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "verdana";
 color: #0000FF;
 text-decoration: none;
}

A:active {
 font-size: 11px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "verdana";
 color: #0000FF;
 text-decoration: none;
}

A:hover {
 font-size: 11px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "verdana";
 color: #0000FF;
 text-decoration: underline;
}