 

/* HEADER STYLES */  
.h1 { /* header, burnt orange*/
 font-family : Verdana, Arial, Times, Helvetica;
 font-size : 18px;
 font-weight : regular;
 color : #993300;
 letter-spacing: 0px;
 text-decoration : none;
}
         
.h1  { /* header, burnt orange*/
 font-family : Verdana, Arial, Times, Helvetica;
 font-size : 18px;
 font-weight : bold;
 color : #993300;
 letter-spacing: 0px;
 text-decoration : none;
}
     
.h2  { /* header, burnt orange*/
 font-family : Verdana, Arial, Times, Helvetica;
 font-size : 12px;
 font-weight : bold;
 color : #993300;
 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
}
      

 
 
 
 
/* INTERFACE-NAV STYLES */
 
a:link  {/* ln: navigation links default */
 text-decoration : underline;
 color: #003366;
}
 
a:visited  {/* ln: visited navigation links */
 text-decoration : underline;
 color: #333333;
}
 
a:active  {/* ln: active links */
 text-decoration : underline;
 color: #336699;
}
 
a:hover  {/* mouse hoovering over a link */
 text-decoration : underline;
 color: #336699;
}

