    html {
      height: 100%;
      overflow: -moz-scrollbars-vertical;
    }
    body {
      height: 100%;
      background-color: #F5F5F5;
      color: black;
      margin: 0 auto;
      text-align: center;
    }
    table.content {
      border-collapse: collapse; border: 1px solid white;
      background-color: white;
      color: black;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      height: 100%;
      width: 784px;
      text-align: left;
      margin: 0 auto;
    }
    td { vertical-align: top; border: 1px solid white; }
    a { text-decoration: none; }
    a:hover { text-decoration: underline; }
    a:link { color: black; }
    a:visited { color: black; }
    a:active { color: black; }
    img { border: 0px; hspace: 0; }
    h1 {
      font-size: 24px;
      margin-top: 10px;
      margin-left: 20px;
      margin-bottom: 10px;
    }
    h2 {
      font-size: 11px;
      width: 520px;
      background-color: #0086fd;
      color: white;
      margin-top: 10px;
      text-indent: 10px;
    }
    td.firstcol {
      width: 120px;
      height: 120px;
      background-color: #0086fd;
      color: white;
    }
    td.secondcol {
      width: 540px;
      background-color: #0086fd;
      color: white;
      text-align: center;
      vertical-align: middle;
    }
    td.thirdcol {
      width: 120px;
      background-color: #0086fd;
      color: white;
    }
    td.left {
      background-color: #abe04d;
      color: #0035ae;
      font-weight: bold;
      padding: 10px;
    }
    td.left a:link { color: #0035ae; }
    td.left a:visited { color: #0035ae; }
    td.left a:active { color: #0035ae; }
    td.left a:hover { text-decoration: none; color: #0086fd; }
    td.content {
      height: 100%;
      padding: 10px;
    }
    td.right {
      background-color: #abe04d;
      color: #0035ae;
    }
    ul.left {
      list-style: none;
      margin-top: 0px;
      margin-left: 0px;
      padding-left: 0px;
      text-indent: 0px;
    }
    ul.left li {
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #0086fd;
        padding-top: 2px;
        padding-bottom: 3px;
    }
    ul.content {
      margin-left: 10px;
      padding-left: 20px;
    }
    p.content {
      margin-left: 10px;
    }
    td.content table {
      margin-top: 10px;
      margin-left: 10px;
      border: 0;
      padding: 0;
      spacing: 0;
    }
    p.footer {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 9px;
    }
