
body {
  font-family: "Trebuchet MS", Trebuchet, "Helvetica", sans-serif;
  font-size: 12px;
  margin: 14px 0 0 0;
}

form {
  margin: 0;
  padding: 0;
}

table, tr, td {
  border: 0px solid black;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
        
h1, h2, h3, h4 {
  font-size: 13pt;
  font-style: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #4466cc;
  font-weight: bold;
}

a:hover {
  color: black;
  font-weight: bold;
}

a.active{
  color: black;
  font-weight: bold;
}

.menuitem {
  width: 160px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: none;
  border-bottom: 1px solid #a0a0a0;
}

.menuitem a, .menuitem a:hover, .menuitem:active a, .menuitem a.active {
  font-size: 12pt;
  font-variant: small-caps;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.menuitem a:hover, .menuitem:active a, .menuitem a.active {
  color: #4466cc;
}
