H1, H2, H3 , H4 { 
     font-weight: bold; 
     font-family: Verdana; 
     font-variant: normal;
     font-style: normal;
     color: #656565
    }

H1   { font-size: 13pt; font-weight: bold }

H2   { font-size: 12pt; font-weight: bold }

H3   { font-size: 11pt; font-weight: bold }

H4   { font-size:  10pt; font-weight: bold }

H5   { font-size: 9pt; font-weight: bold }

H6   { font-size: 10px; font-weight: normal }


p.right  {text-align: right}
p.center {text-align: center}
p.leftt  {text-align: left}


EM   { color: red }

BODY { 
       background-color: #c0c0c0;
       margin-top: 2%;
       font-family: Verdana;
       font-size: 10pt;
       color: #666666;
       
       scrollbar-base-color: #c0c0c0; scrollbar-face-color: #c0c0c0; 
       scrollbar-shadow-color: #c0c0c0; scrollbar-highlight-color: 
       #c0c0c0; scrollbar-3dlight-color: #c0c0c0; 
       scrollbar-darkshadow-color: #c0c0c0; scrollbar-track-color: 
       #c0c0c0; scrollbar-arrow-color: #000000
      }

TD   { 
       font-family: Verdana;
       color: #000000;
       font-size: 10pt;
       text-align: justify
       } 
      
 
A:link { color: #808080; font-weight: normal; font-size: 8pt; text-decoration:none  }
A:visited { color: #808080; font-weight: normal; font-size: 8pt; text-decoration:none }
A:hover { color: #A42B29; font-weight: normal; font-size: 8pt; text-decoration:none }
A:active { color: #A42B29; font-weight: normal; font-size: 8pt; text-decoration:none }
