body {
  margin: 0;
  font-family: sans-serif;
  font-size: 10pt
}

td.menuitem {
  text-align: left;
}

a.menuitem:link
{
  color: gray;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
}

a.menuitem:active
{
  color: red;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
}

a.menuitem:visited
{
  color: gray;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
}

a.menuitem:hover
{
  color: #000060;
  text-decoration: underline;
  text-align: left;
  font-weight: bold;
}

td.pageoption {
  background-color: orange;
}

a.pageoption:link {
  color: #000060;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: orange;
}

a.pageoption:active {
  color: red;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: orange;
}

a.pageoption:visited {
  color: #000060;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: orange;
}

a.pageoption:hover {
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: orange;
}

.optionheader1 {
  background-color: orange;
  font-size: 3px;
}

.optionheader2 {
  background-color: white;
  font-size: 3px;
}

td.background {
  background-color: lightgrey;
}

td.plandata {
  background-color: #F5DEB3;
}

.signature {
  background-color: lightgrey;
  color: gray;
  font-size: 8pt;
}

.hidden {
  background-color: lightgrey;
  color: lightgrey;
  font-size: 1pt
}
