BODY {
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

TD, P {
}
:focus { border-style: none; }
a:link { text-decoration: none; color: #000066 }
a:visited { text-decoration: none; color: #660000 }
a:active { color:#006600; }
a:hover { text-decoration: underline; }

.menubar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3ex;
  background-color: #FFFFFF;
  color: #000000;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: #808080;
  padding: 0 0 4px 0;
  z-index: 99;
}

.nodisplay {
  display: none;
  color: #FFFFFF;
  background-color: #FFFFFF;
}

.menubar-item {
  position: relative;
  display: block;
  width: auto;
  float:left;
  margin: 0;
  padding: 2px 0 2px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #DCD8D2;
}

.menubar-item :focus { border-style: none; } 
.menubar-item a:visited,
.menubar-item a:link {
  display: block;
  padding: 0 0.5em 0 0.5em;
  color: #000000;
  border-width: 0px;
  border-style: none;
  cursor: default;
}

.menubar-item a:active {
  background-color: #DCD8D2;
  text-decoration: none;
  cursor: default;
}

.menubar-item a:hover {
  background-color: #DCD8D2;
  text-decoration: none;
  cursor: default;
}

.menubox {
  display: none;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-color: #DCD8D2;
  color: #000000;
  margin: 0 0 0 0;
  width: 7em;
  padding: 0 2px 2px 2px;
  background-color: #FFFFFF;
  z-index: 2;
  outline-style: none;
}

.menubox a:visited,
.menubox a:link {
  display: block;
  padding: 2px 1em 2px 0.5em;
  color: #000000;
  border-width: 0px;
  background-color: #FFFFFF;
  color: #000000;
}

.menubox a:active {
  text-decoration: none;
}

.menubox a:hover {
  background-color: #202080;
  color: #FFFFFF;
  text-decoration: none;
}


.content {
  display: none;
  position: absolute;
  top: 2em;
  display: block;
  width: 100%;
  text-align: left;
}

.topic {
  text-decoration: underline;
  font-weight: bold;
}
