a {
  color:#3f3f3f;
  text-decoration: none;
}
a:visited {
  color:#3f3f3f;
  text-decoration: none;
}
a:active {
  color:#3f3f3f;
  text-decoration: none;
}
a:hover {
  color:#3f3f3f;
  text-decoration: underline;
}
a.menuText {
  color:#3f3f3f;
  text-decoration: none;
}
a:visited.menuText {
  color:#3f3f3f;
  text-decoration: none;
}
a:active.menuText {
  color:#3f3f3f;
  text-decoration: none;
}
a:hover.menuText {
  color:#3f3f3f;
  text-decoration: underline;
}
a.smallText {
  color:#FFFFD9;
  text-decoration: none;
}
a:visited.smallText {
  color:#FFFFD9;
  text-decoration: none;
}
a:active.smallText {
  color:#FFFFD9;
  text-decoration: none;
}
a:hover.smallText {
  color:#FFFFD9;
  text-decoration: underline;
}
body {
  margin: 0;
  padding: 0;
}
table, td {
  padding:0;
}
li, ul, ol, td, th, dl, dd, dt, p {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 8pt
}
h1 {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 16pt;
  font-weight: normal;
  color:#B8B870;
}
h2 {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 10pt;
  font-weight: bold;
}
h3 {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 9pt;
  font-weight: bold;
}
h4, h5 {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 9pt;
  text-decoration: underline;
}
pre, code {
  font-family: Lucide Console, Courier, System;
}
.waterMarkText {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 36pt;
  font-weight: bold;
}
.smallText {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  color:#FFFFD9
}
.grayTable {
 background-color: #3f3f3f;
}
.medGrayTable {
 background-color: #6F6F6F;
}
.menuTable {
 border-left-style:solid; border-left-width:1; border-right-width:1; border-top-width:1; border-bottom-width:1; padding-left:5
}
.boldText {
  font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  font-weight: bold;
}