/*   *************************

  WEB PALETTE

#666666 - dk gray
#CCCCCC - lt gray

#006699 - dk blue
#6699CC - lt blue

#663399 - purple

#FFFFFF - white
#000000 - black

     *************************  */

  BODY {
    background: #FFFFFF;
  }
  A:link, A:visited, A:active {
    text-decoration: none;
    color: #000000;
  }
  A:hover {
    text-decoration: none;
    color: #6699CC;
  }
  .body {
    font-family: Verdana, Frutiger, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 8pt;
    line-height: 150%;
    color: #000000;
  }
  .title {
    font-family: Verdana, Frutiger, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 24pt;
    line-height: normal;
    color: #000000;
  }
  .contact {
    font-family: Verdana, Frutiger, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 7pt;
    line-height: normal;
    color: #000000;
  }
  .link {
    font-family: Verdana, Frutiger, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 7pt;
    line-height: normal;
    color: #000000;
  }
  .resources {
    font-family: Verdana, Frutiger, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 7pt;
    line-height: normal;
    color: #000000;
  }