body
{
  font-family: Arial;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
}

h2
{
  color: rgb(0, 40, 104);
  font-variant: small-caps;
}

h3
{
  font-weight: normal;
}

td.logo
{
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(191, 10, 48);
}

td.nav
{
  vertical-align: top;
}

td.nav table
{
  width: 100%;
}

td.nav table td
{
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid rgb(191, 10, 48);
}

html>body td.nav table td
{
  width: 100%;
  white-space: nowrap;
  padding: 6px;
  background-color: rgb(0, 40, 104);
  border-bottom: 1px solid rgb(191, 10, 48);
}

td.nav table td a
{
  color: rgb(255, 255, 255);
  padding: 6px;
  position: relative;
  width: 100%;
/*  height: 100%; */
  background-color: rgb(0, 40, 104);
  text-decoration: none;
}

td.nav table td a:hover
{
  color: rgb(0, 40, 104);
  background-color: rgb(255, 255, 255);
}

td.main
{
  vertical-align: top;
  border-left: 1px solid rgb(191, 10, 48);
  padding: 6px;
  width: 100%;
}

td.foot
{
  text-align: center;
  color: rgb(0, 40, 104);
  border-top: 1px solid rgb(191, 10, 48);
  padding-top: 0.3em;
}

span.leadin
{
  font-weight: bold;
  color: rgb(0, 40, 104);
}

address
{
  padding-left: 1em;
}