  body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
  }
  .pagetitle {
    font-size: 20px;
    /* font-weight: bold; */
  }
  
  h1 {
    font-size: 20px;
    text-align: center;
  }

  h2 {
    font-size: 16px;
    text-align: left;
  }

  h3 {
    font-size: 14px;
    text-align: left;
  }

  a:visited, a:link, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #990000;
  }

  td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
  }

  td.toptabs {
    background-color: #000055;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
  }

/*
  td.toptabs:hover {
    background-color: #444488;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
  }
*/
  td.toptabsp {
    background-color: #8888aa;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
  }
/*
  td.toptabsp:hover {
    background-color: #aaaacc;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
  }
*/
  a.toptabs, a.toptabs:visited, a.toptabs:active, a.toptabs:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
  }

  img {
    border-style: none;
  }

