
    .standard
      {
      font-family: Arial;
      font-size: 9pt;
      color: 000000;
      line-height: 1.3;
      }

    .navbar
      {
      font-family: Arial;
      font-size: 11pt;
      color: #4A8071;
      font-weight: bold;
      text-decoration: none;
      }

    .navbar:hover
      {
      font-family: Arial;
      font-size: 11pt;
      color: #000000;
      font-weight: bold;
      text-decoration: none;
      }

    .selected
      {
      font-family: Arial;
      font-size: 11pt;
      color: #000000;
      font-weight: bold;
      text-decoration: none;
      }

    .title
      {
      font-family: Arial;
      font-size: 24pt;
      color: #4A8071;
      font-weight: bold;
      }

    .footer
      {
      font-family: Arial;
      font-size: 8pt;
      color: #FFFFFF;
      text-decoration: none;
      }

    .footer:hover
      {
      font-family: Arial;
      font-size: 8pt;
      color: #FFFFFF;
      text-decoration: underline;
      }

    .disclaimer
      {
      font-family: Arial;
      font-size: 8pt;
      color: #4A8071;
      text-decoration: none;
      }

    .disclaimer:hover
      {
      font-family: Arial;
      font-size: 8pt;
      color: #3d5d54;
      text-decoration: none;
      }

    a
      {
      color: #4A8071;
      }

    a:hover
      {
      color: #000000;
      }


