/*  
    name:                index.css 
    author:              cfmoxey 
    date_created:        2001-05-14 
    date_last_modified:  2010-02-02 
    purpose:             style sheet for homepage index page
    
    comments:            to accomodate Netscape 4.x, each class must redefine the font-family 
                         to accomodate Netscape 4.x, background-color cannot be transparent:  2003-06-11
                         background-color changed to transparent: 2007-09-07                          background-color changed to white: 2010-02-02 
*/

body 
  {background-color: white;
   font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;}

h4 
  {margin-left: 2em; 
   font-size: 12px; 
   color: navy;}

h6 
  {font-size: 10px; 
   color: navy;}

p 
  {margin-left: 4em; 
   font-size: 12px; 
   color: black;}

hr 
  {color: red;}

.footer 
  {font-family: verdana, helvetica, arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: navy;
   text-align: center;}

.header 
  {font-size: 20px;
   font-weight: normal;
   color: red;
   text-align: center;}

.hrcolor 
  {color: red;}

.normaltext 
  {font-size: 14px;
   font-weight: normal;
   color: black;
   text-align: left;
   text-indent: 2em;}

.normaltextbc 
  {font-size: 14px;
   font-weight: bold;
   color: black;
   text-align: center;}

.normaltextc 
  {font-size: 14px;
   font-weight: normal;
   color: black;
   text-align: center;}

.normaltext2 
  {font-size: 14px;
   font-weight: normal;
   color: black;
   text-align: left;}

.subhead 
  {font-size: 16px;
   font-weight: bold;
   color: teal;
   text-align: center;}
