  body { 
    margin: 0px;
    font-family: Arial,Tahoma,Helvetica,Arial;
    font-size: 8pt;
    color: black;
    width:730px;
  }

  a {
    color: black;
    text-decoration: none;
  }

  .titlebar {
    background-color: #999999; 
    color: white;
    font-family: Arial,Tahoma, Arial, Verdana; 
    font-weight: bold;
    font-size: 12pt;
  }

  .titlebar2 {
    background-color: #c0c0c0; 
    color: white;
    font-family: Arial,Tahoma, Arial, Verdana; 
    font-weight: bold;
    font-size: 10pt;
  }

  .faqlinks {
    color: black;
    text-decoration: underline;
  }

  .faqans {
    color: #D71700;
    font-weight: bold;
    text-decoration: underline;
  }

  .faqbk {
    color: #D71700;
    font-size: 8pt;
  }

  li {
    color: black;    
    font-size: 8pt;
  }

  td { 
    margin: 0px;
    color: black;
  }

  .email { 
    color: red;
    text-decoration: underline;
    font-weight: bold;
  }

  .content { 
    margin: 0px;
    font-size: 8pt;
    color: black;
  }

  .h1 {
    font-family: Arial,Helvetica,Arial,Tahoma;
    font-size: 16pt;
    font-weight: bold;
    color: #00BA1A;
  }

  .h1a {
    font-family: Arial,Helvetica,Arial,Tahoma;
    font-size: 16pt;
    font-weight: bold;
    color: black;
  }

  .h2 {
    font-family: Arial,Tahoma,Helvetica,Arial;
    font-size: 11pt;
    font-weight: bold;
    color: gray;
  }
  .h2a {
    font-family: Arial,Helvetica,Arial,Tahoma;
    font-size: 11pt;
    font-weight: bold;
    color: black;
  }

  .h3 {
    font-size: 10pt;
    font-weight: bold;
    color: black;
  }

  .greenbg {
    background-color: #02B71B;
  }
  .red {
    color: #D92226;
  }

  .graybg {
    background-color: #9fa0a2;
  }
  .gray {
    color: black;
  }

  .title {
    font-size: 12pt;
    color: white;
    font-weight: bold;
    background-color: silver;
  }

  .mnuS {
    background-color: #D92226;
    border-right: solid 1px black;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    text-align: center;
    height: 17px;
  }

  .mnuN {
    border-right: solid 1px black;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    text-align: center;
    height: 17px;
  }

  li {
    list-style-position: outside;
    margin-left: -20px;
    padding-bottom: 10px;
  }


