body {
  background-color: #ADD8E6;
  margin: 0px 0px 0px 0px;
}

td.topmenu {
  font-family: times new roman, Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #6495DE;
  color: white;
  text-align: center;
  border: 1 outset;
  height: 25px;
}

hr.topsep {
  color: white;
  position: relative;
  top: -7px;
}

span.position {
  text-align: left;
  color: blue;
  font-family: times new roman;
  font-size: 18px;
  margin: 0px 0px 0px 5px;
  position: relative;
  top: -7px;
}

td.sep {
  height: 10px;
}

td.footer1 {
  font-family: courier new;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

td.footer2 {
  font-family: times new roman;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

table.footer {
  position: relative;
  top: -10px;
}

a.topmenu:link {
  color: white;
  text-decoration: none;
}

a.topmenu:visited {
  color: white;
  text-decoration: none;
}

a.topmenu:hover {
  color: #F0F046;
  text-decoration: underline;
}

a.noline:link {
  color: purple;
  text-decoration: none;
}

a.noline:visited {
  color: blue;
  text-decoration: none;
}

a.noline:hover {
  text-decoration: underline;
}