/* Main Page Style */

body {
  background-color: #e4d796;
  scrollbar-face-color: #f1eac7;
  scrollbar-shadow-color: #b4a766;
  scrollbar-highlight-color: #fffad7;
  scrollbar-3dlight-color: #f1eaea;
  scrollbar-darkshadow-color: #b4a766;
  scrollbar-track-color: #e4d796;
  scrollbar-arrow-color: #a49756;
}

.button {
  COLOR: #990000;
  FONT-FAMILY: Arial;
  BACKGROUND-COLOR: #e8dfa4;
  BORDER-LEFT-COLOR: #fffad7;
  BORDER-RIGHT-COLOR: #b4a766;
  BORDER-TOP-COLOR: #fffad7;
  BORDER-BOTTOM-COLOR: #b4a766;
}

p {
  font-size: 10pt;
  line-height: 12pt;
  font-weight: bold;
  font-family: helvetica;
  font-style: normal
  color: navy
}

td {
  font-size: 10pt;
  line-height: 12pt;
  font-weight: bold;
  font-family: helvetica;
  font-style: normal
}

ol {
  font-size: 10pt;
  font-weight: bold;
  font-family: helvetica;
  font-style: normal
}

ul {
  font-size: 10pt;
  font-weight: bold;
  font-family: helvetica;
  font-style: normal
}

a:link { text-decoration: none; color: #690000 } 
a:visited { text-decoration: none; color: #690000 } 
a:active { text-decoration: none; color: #990000 } 
a:hover { background: #EEEEDD; color: #990000 } 
