/*
  $Id: stylesheet.css,v 1.56 2004/06/04 20:04:02 hpdl Exp $

  Released under the GNU General Public License
*/

BODY {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #555756;
}

A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #555756;
  text-decoration: none;
  
}

A:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #555756;
  font-weight: bold;
}


TD.table1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; 
  color: #555756;
}
TD.table2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; 
  color: #555756;
  border: 1;
  bordercolor: #656966;
}

TABLE.formArea {
  background: #FFFFFF;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}
