/* default settings background-color : #e8e7e2 ;color : black ;*/
BODY { background: #ffffff url(rootimages/main-bg.gif);
       font-size : 14px ;
       font-family : Arial, sans-serif ;
       font-weight: normal;
       font-style: normal;
       margin: 0;
       padding: 0;
       text-align: left;
}

/* default body text */
.bt  { background-color : #e8e7e2 ;
       color : black ;
       font-size : 14px ;
       font-family : Arial, sans-serif ;
       font-weight: normal;
       font-style: normal;
       margin: 0;
       padding: 0;
       text-align: left;
}

/* highlighted general text */
.ht  { background-color : #e8e7e2 ;
       color : red ;
       font-size : 14px ;
       font-family : Arial, sans-serif ;
       font-weight: bold;
       font-style: italic;
       margin: 0;
       padding: 0;
       text-align: left;
}

/* page image titles */
img {border : 0;
     padding: 0;
     display: BLOCK;
     margin: 0 0 0 0;
     display: inline;
     text-align: center;
}
 
       
/* centered italics text like mission statement */
.ci { color : black ;
      font-size : 14px ;
      font-family : Arial, sans-serif ;
      text-align: center;
      font-style: italic;
}   
  
/* table text */
.tt { color : black ;
      font-size : 14px ;
      font-family : Arial, sans-serif ;
      text-align: left;
      font-style: normal;
      valign: top;
}     

/* table headings */
.th { color : black ;
      font-size : 14px ;
      font-family : Arial, sans-serif ;
      text-align: center;
      font-style: bold;
      valign: bottom;
}     
 
/* table text left column (not headder) */
.ttl { color : black ;
      font-size : 14px ;
      font-family : Arial, sans-serif ;
      text-align: left;
      font-style: normal;
      valign: top;
}
 
/* table text small */
.tts { color : black ;
      font-size : 10px ;
      font-family : Arial, sans-serif ;
      text-align: left;
      font-style: normal;
      valign: top;
}

/* object - paddings*/
object { padding-left: 0em;
         padding-right: 0em;
         padding-bottom: 0em;
         padding-top: 0em;
}

/* table left column - margin */
.leftpadding { padding-left: .2em;
               padding-right: 0em;
}
 
/* section titles */
.h  { color : black ;
      font-size : 16px ;
      font-family : Arial, sans-serif ;
      text-align: center;
      font-style: italic;
      font-weight: bold;
      font-variant: small-caps;

      border : 0;
      padding: 0;
      letter-spacing: .5em;
      padding: 0 0;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
}

/* section titles */
.h2  { color : black ;
      font-size : 16px ;
      font-family : Arial, sans-serif ;
      text-align: center;
      font-style: italic;
      font-weight: bold;
      font-variant: small-caps;
}
/* sub - section */
.subh2 { color : black ;
         font-size : 11px ;
         font-family : Arial, sans-serif ;
         text-align: left;
         font-style: italic;
         font-weight: normal;
}

/* sub1 - section */
.subh1 { color : navy ;
         font-size : 13px ;
         font-family : Arial, sans-serif ;
         text-align: left;
         font-style: italic;
         font-weight: normal;
}

/* This determines what a hyperlink to additional data will look like. */
a:link {  color: black;  }
a:visited {  color: black;  }
a:focus {  color: blue;  }
a:hover {  color: blue;  }
a:active {  color: black;  }




