/*
   
   
   Acknowledgments:

   - (Daniel Ross, Webmaster <rossdj@drs.state.va.us>)

   $Id: base.css,v 1.18 2001/09/06 16:33:46 bbos Exp $
*/

body {

  margin-top: 0px;
  margin-right: 0px;   
  margin-bottom: 0px;
  margin-left: 0px;        
  font-family: arial, helvetica;
  color: black;
  background-color: #FEFAEB;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


th, td { /* ns 4 */
  font-family: arial, helvetica;

}

navlink.input {
   font-size: 100%;
   font-family: MS Sans Serif, Arial, sans-serif;
    
}

/* ****************** Style for navigation bar ************** */

a.navlink.input {
   font-size: 100%;
   font-family: MS Sans Serif, Arial, sans-serif;
}

/* next three rules for most browsers */

a.navlink:link {
   color: #037;
   text-decoration: underline;
   font-family: MS Sans Serif, Arial, sans-serif;
}

a.navlink:visited {
   color: #551a8b;
   text-decoration: underline;
   font-family: MS Sans Serif, Arial, sans-serif;
}

a.navlink:active {
   color: #037;
   text-decoration: underline;
   font-family: MS Sans Serif, Arial, sans-serif;

}

a.navlink:hover {
   color: #037;
   text-decoration: underline;
   font-family: MS Sans Serif, Arial, sans-serif;
}
