body {
  background: #ffffff;
  font-size: 10pt;
  font-family: arial, sans-serif, verdana;
  margin: 0px;
}

table.banner {
  font-size: 10pt;
  font-family: arial, sans-serif, verdana;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
}

table.graybar {
  width: 100%;
  background: #efefef;
  border-top: 2px solid #0000aa;
  border-bottom: 2px solid #0000aa;
}

td.menuitem {
  background: #efefef;
  padding-top: 4px;
  padding-bottom: 0px;
  text-align: center;
}

td.copyright {
  background: #efefef;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  text-align: right;
  font-size: 8pt;
  font-family: arial, sans-serif, verdana;
  font-weight: bold;
}

table.contentframe {
  width: 100%;
  background: #ffffff;
}

td.contentpane {
  background: #ffffff;
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

a.menulink, a.menulink:visited, a.menulink:active {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #aaaadd;
}
a.menulink:hover {
  color: #0000cc;
  text-decoration: none;
}

a {
  color: #0000aa;
  font-weight: bold;
  text-decoration: none;
}
a, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
