body {
  margin: 0;
  font-size: 68.75%;
  font-family: Verdana, "Lucida Grande", "Lucida Sans Regular", "Lucida Sans", "Bitstream Vera Sans", sans-serif;
}

h1 {
  padding: 0 0 5px;
  font-size: 1.3636em;
  font-weight: bold;
  color: #687d94;
}

h2 {
  padding: 10px 0 5px;
  font-size: 1.083em;
  font-weight: bold;
  color: #333;
}
h2.at_top {
  padding: 2px 0 5px;
}

h3 {
  padding: 10px 0 2px;
  font-size: 1em;
  font-weight: bold;
  color: #555;
}

p, ul, ol {
  padding: 0 0 10px;
  line-height: 1.5;
}

ul {
  list-style: disc;
  margin: 0 0 0 20px;
}

ul li {
  padding: 0 0 0 5px;
}

ol {
  list-style: decimal;
  margin: 0 0 0 25px;
}

a {
  color: #306197;
}

table {
  width: 100%;
}

th {
  border-bottom: 1px solid #a7c9ed;
  padding: 5px 20px 2px 3px;
  font-size: 0.9167em;
  text-align: left;
}

td {
  padding: 6px 20px 6px 3px;
}

th:last-child, td:last-child {
  padding-right: 3px;
}

.hidden {
  display: none;
}

.clears {
  clear: both;
}

.two_column {
  width: 250px;
  float: left;
}

.three_column {
  width: 175px;
  float: left;
}

.notice {
  margin: 0 0 8px 0;
  padding: 0 0 0 20px;
  background: url(/images/icons/notice.png) no-repeat left top;
  font-style: italic;
  color: #999;
}