html, body {
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  background-color: #ffffff;
  height: 96%;
}

a, a:link, a:visited, a:active, a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.sm, a.sm:link, a.sm:visited, a.sm:active, a.sm:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: underline;
}

a.sm:hover {
  text-decoration: none;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  vertical-align: top;
}

.sm {
  font-size: 10pt;
}

#topbar {
  position: absolute;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0px;
  background-color: #eeeeee;
  visibility: hidden;
  z-index: 100;
  width: 99.9%;
}