     BODY { color: #000000;
            font-family: arial;
            font-size: 12pt;
            font-weight: bold;
            background-image: url(images/background.gif); 
            background-attachment: fixed;
            
         }

     A:link { 
          color: #182B8E;                  /* dark blue */ 
          text-decoration: underline;  
          font-size: 10pt; }
     
     A:visited { 
          color: #182B8E;                  /* dark blue */ 
          text-decoration: none;  
          font-size: 10pt; }

     A:hover { 
          color: #284BFF;                  /* blue */       
          text-decoration: none;  
          font-size: 10pt; }
     
     A:active { 
          color: #182B8E;                  /* dark blue */ 
          text-decoration: none;  
          font-size: 10pt; }
          
     
     .main a:link    { color: #FB3990;      /* dark pink */ 
                       font-size: 12pt;
                       text-decoration: underline; } 
     .main a:visited { color: #FB3990;      /* dark pink */
                       font-size: 12pt;
                       text-decoration: underline; } 
     .main a:hover   { color: #284BFF;      /* blue */
                       font-size: 12pt;
                       text-decoration: none; } 
     .main a:active  { color: #284BFF;      /* blue */
                       font-size: 12pt;
                       text-decoration: none; } 


     

     DIV.info { color: #000000;
                font-size: 12pt;
                text-align: center;
                font-weight: bold;}

     DIV.section { color: #000000;
                font-size: small;
                font-weight: bold;
               }
               
               
     h1 { color: #284BFF;
          text-align: center; }
     
     h2, h3, h4, h5, h6 { color: #284BFF; 
                          text-align: center; }
     
     UL { list-style-type: disk;
          list-style-position: outside; 
          font-size: small;
          color: #000000}
     
     UL UL { list-style-type: circle;
             list-style-position: inside;
             font-size: small;
             color: #CCCCCC;
             font-weight: bold;
             }
             
     DT {
          font-size: medium;
          color: #FF33CC}
     
     DD {    font-size: small;
             color: #CCCCCC;
             font-weight: bold;
             }
               
