/*
  $Id: stylesheet.css, 2004/04/30 Exp $

 */

BODY {
  background: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #c0b598;
  color: #000000;
  font-weight : bold;
  margin: 10px;
}

A {
  color: #000099;
  text-decoration: none;
}

A:hover {
  color: #663333;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #c0b598;
}

TR.headerNavigation {
  background: #c0b598;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #92814f;
  color: #000000;
  font-weight: bold;
}

A.headerNavigation { 
  color: #000033; 
}

A.headerNavigation:hover {
  color: #0000cc;
  font-weight: bold;
}

TR.footer {
  background: #92814f;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #92814f;
  color: #000000;
  font-weight: bold;
}

H1 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

H2 {
  color: #990033;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

H3 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

DIV {
  width: 200%;
  Height: 25px;
  color: #000000;
     
  
}
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}