body, table {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica;
  margin: 0;
}

h1 {
  color: #3f4b7f;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

td {
  vertical-align: top;
}

th {
  text-align: center;
}

a {
  font-weight: bold;
}

a img {
  border: 0;
}

.center {
  text-align: center;
}

div.center table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table.header {
  border-bottom: 2px solid #3f4b7f;
  background-color: #ccdeec;
}

table.header td {
  vertical-align: middle;
  text-align: center;
}

table.nav {
  color: #3f4b7f;
  background-color: #ccdeec;
  border: 2px solid #3f4b7f;
}

table.nav th {
  color: #ccdeec;
  background-color: #3f4b7f;
}

table.nav td {
  background-color: #ccdeec;
  font-size: 75%;
}

.small {
  font-size: 75%;
}

div.footer {
  font-size: 75%;
  text-align: center;
}

hr.footer {
  width: 100%;
  height: 2px;
  color: #3f4b7f;
  background: #3f4b7f;
}

td.hr {
  border-top: 2px solid #3f4b7f;
}

td.main {
  line-height: 1.5;
  width: 100%;
}