
body {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table#main {
  border: 1px solid #0B198C;
  border-spacing: 1px;
  font-size: 12px;
  margin-top: 10px;
  width: 835px;
}

td {
  border: 0px solid #C3C3CC;
  padding: 15px;
}

/* For all browsers */
td.header {
  background: url('/img/header.gif');
  color: #F5F5FF;
  font-weight: bold;
  height: 50px;
  padding: 0px 15px 0px 15px;
}

/* For non-IE browsers */
table > td.header {
  padding: 15px;
}

/* For all browsers */
td.footer {
  background: url('/img/footer.gif');
  color: #F5F5FF;
  font-size: smaller;
  font-weight: bold;
  height: 50px;
  padding: 0px 15px 0px 15px;
}

/* For non-IE browsers */
table > td.footer {
  padding: 15px;
}

td.nav {
  background: #E4E4EE;
  color: black;
  line-height: 1.6em;
  vertical-align: top;
  width: 120px;
}

td.body {
  background: #F5F5FF;
  color: black;
  line-height: 1.6em;
  vertical-align: top;
}

h3 {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 0px;
}

h4 {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 0px;
}

span.top {
  height: 1px;
  vertical-align: top;
}

div.description {
  font-size: smaller;
  font-style: italic;
  margin-top: -8px;
  margin-bottom: 2px;
  margin-left: 2px;
}

td.middle {
  padding: 1px;
  vertical-align: middle;
}
