<!-- global style definitions for site check 21-->

<STYLE type="text/css">    

      /* HEADER STYLES */  
     .h1 { /* header, gray*/
     font-family : Verdana, Arial, Times, Helvetica;
     font-size : 18px;
     font-weight : regular;
     color : #990000;
     letter-spacing: 0px;
     text-decoration : none;
     }
         
     .h1  { /* header, gray*/
     font-family : Verdana, Arial, Times, Helvetica;
     font-size : 18px;
     font-weight : bold;
     color : #666666;
     letter-spacing: 0px;
     text-decoration : none;
     }
         
     .h2  { /* header, burnt orange*/
     font-family : Verdana, Arial, Times, Helvetica;
     font-size : 12px;
     font-weight : bold;
     color : #0099CC;
     letter-spacing: 0px;
     text-decoration : none;
     }
        

     /* BODY TEXT STYLES */
     
     .btext  {/* default body font */
     font-family : verdana, helvetica, arial;
     font-size : 12px;
     }
     
     .btext2  {/* body font, bold */
     font-family : verdana, helvetica, arial;
     font-size : 12px;
     font-weight : bold;
         color: #333333;
     }
     
     
     /* BULLETS STYLES */
     
     .list  {/* default bullet style */
      list-style-type : square;
          color:#333333;
     }


     /* LEFT NAV STYLES */
     
     .lnav  {/* highlighted left nav font */
     font-family : arial, helvetica;
     font-size : 12px;
     font-weight : bold;
     color : #003366;
     text-decoration : underline;
     letter-spacing: 0px
     }
     

    </STYLE>

