       BODY,
       P, H1, H2,
       H3, H4, H5,
       TD              { font-family: Arial, Helvetica, sans-serif;
                         text-color: #808080; 
                         background: #EEEEEE;
                         margin-left: 20 }

       BODY, P, TD     { font-size: 8pt }       
       H1              { font-size: 12pt }
       H2              { font-size: 11pt }
       H3              { font-size: 10pt }
       H4              { font-size: 9pt }
       H5              { font-size: 8pt }
       H6              { font-size: 7pt }
       H1, H2, H3, H4,
       H5, H6, B,
       STRONG          { font-weight: bold }
       BLOCKQUOTE      { margin-left: 40; margin-right: 40 }
       I, EM           { font-style: italic }
       BIG             { font-size: 14pt }
       SMALL, SUB, SUP { font-size: 6pt}
       SUB             { vertical-align: sub }
       SUP             { vertical-align: super }
       HR              { border: 1px inset }
       OL, UL,         { margin-left: 40; margin-right: 20; margin-top: 20; margin-bottom: 12 }
       OL              { list-style-type: decimal }
       UL              { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }
       LI              { color: #C0C0C0; list-style-type: circle; font-family: Arial, Helvetica, sans-serif; font-size: 8pt }
     
       a:link          { color: #808080; text-decoration: none }
       a:visited       { color: #808080; text-decoration: none }
       a:hover         { color: #800000; text-decoration: none }
       a:active        { color: #800080; text-decoration: none }
   
       