BODY, TD
{
  font-size: 11px;
  color: black;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: white;
  text-decoration: none;
}
H1, H2, H3
{
  font-weight: bold;
}
H1
{
  border-right: black 1px solid;
  padding-right: 5px;
  border-top: black 1px solid;
  padding-left: 5px;
  font-size: 18px;
  padding-bottom: 3px;
  border-left: black 1px solid;
  color: black;
  padding-top: 3px;
  border-bottom: black 1px solid;
  background-color: lightgrey;
  text-align: center;
}
H2
{
  font-size: 16px;
}
H3
{
  font-size: 14px;
}
BODY
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  background-color: #dfe4f7;
}
table.bordered
{
  border-left: 1px solid black;
  border-top: 1px solid black;
}
table.bordered tr td, table.bordered tbody tr td
{
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
table tr td.colored
{
  background-color: #dfe4f7;
}
button, input[type="submit"]
{
  font-weight: bold;
  border: 1px solid black;
  cursor: hand;
}
.coloredbg, th
{
  background-color: lightgrey;
}
.note
{
  font-style: italic;
}
.bl, .blr, .blt, .blb, .blrt, .blrb, .bltb, .blrtb
{
  border-left: 1px solid black;
}
.br, .blr, .brt, .brb, .blrt, .blrb, .brtb, .blrtb
{
  border-right: 1px solid black;
}
.bt, .blt, .brt, .btb, .blrt, .bltb, .brtb, .blrtb
{
  border-top: 1px solid black;
}
.bb, .blb, .brb, .btb, .blrb, .bltb, .brtb, .blrtb
{
  border-bottom: 1px solid black;
}
a.footnote
{
  border-bottom: 1px dotted black;
  text-decoration: none;
}
tr.odd td
{
  background-color: #eeeeee;
}
tr.even td
{
  background-color: #dddddd;
}
a
{
  text-decoration: none;
}
a.menu
{
  color: black;
  font-weight: bold;
  font-size: 10px;
}
table.menu
{
  background-color: #6598CD;
}
table.menu tr th, table.menu tr td, table.menu tr td a
{
  font-size:11px;
  font-variant:small-caps;
  background-color: #6598CD;
  color: white;
  font-weight: bold;
}
table.menu tr td
{
  text-align:left;
  padding-top:2px;
}
table.menu tr th
{
  padding-bottom:10px;
}