  /* Navigation Menu */

  .navlink {
    color: #FFFFAA;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
  }
  a:link.navlink  {color: #FFFFAA}
  a:visited.navlink  {color: #FFFFAA;}
  a:active.navlink  {text-decoration: none;}
  a:hover.navlink  {
    text-decoration: underline;
    color: #FFFFFF;
  }  

  /* General Tags */

  body {
  }
  p, td {
    font-family: arial;
    font-size: 10pt;
    color: #FFFFFF;
  }
  hr {
    height: 3px;
    border: solid #FF9933 3px;
    border-top-width: 1px;
  }
  select, option {
    font-family: arial;
    font-size: 9pt;
    background-color: #2F304F;
    color: #FFFFFF;
  }
  input, textarea {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    background-color: #2F304F;
    color: #FFFFFF;
  }
  a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFAA;
  }
  a:hover {
    text-decoration: underline;
    color: #FFFFFF;
  }