  html, body {
    padding: 0;
    margin: 0;
  }
  body {
    padding: 12px;
  }
  img {
    border: none;
  }
  div.tl, div.bl {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    background: #000 url(./gfx/top-line.gif) repeat-x top left;
    padding-top: 5px;
    height: 22px;
    width: 795px;
    text-align: center;
    color: #dfecfd;
  }
  div.tl a {
    color: #dfecfd;
    text-decoration: none;
    margin: 0 10px;
  }
  div.tl a:hover {
    text-decoration: underline;
    color: #fff;
  }
  div.bl, div.bl a, div.bl a:hover {
    font-size: 10px;
    font-weight: normal;
    color:#aaa;
  }
  table.mt, div.tl, div.bl {
    border-left: 1px solid #385863;
    border-right: 1px solid #385863;
  }
  table.mt, div.tl {
  }

  ul.nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 147px;
    margin-bottom: 5px;
  }
  ul.nav li {
    border: 1px solid #3c7ca8;
    border-left: none;
    margin-bottom: 1px;
    width: 146px;
    float: left;
  }
  ul.nav a {
    color: #023f6b;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #96d3ff;
    display: block;
    width: 126px;
    padding: 3px 0 3px 20px;
    text-decoration: none;
  }
  ul.nav a:hover {
    color: #023f6b;
    background-color: #ffff99;
  }

  ul.nav li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #fff;
  }
  ul.nav li ul li {
    margin-bottom: 0;
    border: none;
    border-right: 1px solid #3c7ca8;
  }
  ul.nav li ul li a {
    background: #e6f5ff url(/gfx/bullet-sub.gif) no-repeat left;
    width: 116px;
    padding: 3px 0 3px 30px;
  }
  ul.nav a {
    color: #023f6b;
  }

  ul.nav a.active {
    background: #96d3ff url(/gfx/bullet-on.gif) no-repeat left;
  }
  ul.nav li ul li a.active {
    background: #e6f5ff url(/gfx/bullet-sub-on.gif) no-repeat left;
  }

  td.rm {
    background-color: #0096ff;
  }

  td.content {
    font-family: "Times New Roman", Tahoma, Verdana, Arial, Helvetica;
    font-size: 14px;
  }
  h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: Verdana, Arial, Helvetica;
  }

  div.mn-rs {
    background: transparent url(/gfx/bullet-rs.gif) no-repeat top left;
    padding-left: 17px;
    padding-right: 10px;
  }
  div.mn-rs a {
    font-size: 11px;
    color: #fff;
  }
