  body {
    background-color: #e1e7eb;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #003a64;
  }

  table {
    font-size: 100%;
    border-collapse: collapse;
  }

  h1 {
    color: #002e50;
    font-size: 11pt;
    font-weight: bold;
    border-bottom: 1px solid #002e50;
  }

  h2 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 2px;
    border-bottom: 1px solid #002e50;
  }

  input, select, textarea, button {
    font-family: Verdana, sans-serif;
    background-color: #e1e7eb;
    font-size: 10pt;
    border: 1px solid #999999;
  }

  ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    _padding-left: 15px;
  }

  li {
    list-style: square url('../images/li.gif');
    margin: 0;
    padding: 0;
    _padding-left: 5px;
  }

  a, a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  td, th {
    margin: 0px;
    vertical-align: top;
    padding: 0px;
    text-align: left;
  }

  table.page {
    height: 100%;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }

  table.menu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  table.menu td {
    width: 133px;
    text-align: center;
    vertical-align: bottom;
  }

  table.menu td.spacer {
    background: url('../images/menu_line.gif') no-repeat;
    background-position: center;
    width: 1px;
  }

  table.menu a img {
    border: 0px;
  }

  table.bigletterspacing {
    letter-spacing: 0.1em;
  }

  table.menubox {
    width: 150px;
    border: 1px solid #0064b2;
    background-color: #ffffff;
  }

  table.menubox th {
    background-color: #0064b2;
    color: #ffffff;
    padding: 1px;
    padding-left: 3px;
  }

  table.menubox a {
    text-decoration: none;
  }

  table.menubox a:hover {
    font-weight: bold;
  }

  td.content {
    text-align: justify;
  }

  td.content img {
    border: 1px solid #999999;
  }

  table.nocollapse {
    border-collapse: separate;
  }

  td.content img.title_spacer {
    border: 0;
    padding-right: 5px;
  }

  td.content img.noborder {
    border: 0;
  }