
A:link { text-decoration: underline; color: #0000FF }      /* unvisited link */
A:visited { text-decoration: none; color: #9900FF }   /* visited links */
A:active { text-decoration: underline; color: #0099FF }    /* active links */

BODY {
  font-family: "arial", "helvetica", sans-serif;
  font-size: 11pt;
  color: #0054A0;
  scrollbar-base-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-arrow-color: #180745;
  scrollbar-darkshadow-color: #180745;
  scrollbar-3dlight-color:#180745;
}

H1 {
  font-family: "arial", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 16pt;
}

H2 {
  font-family: "arial", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 11pt;
}

TD, TH { /* ns workaround */
  font-family: "arial", "helvetica", sans-serif;
  font-weight: none;
  font-size: 11pt;
  color: #0054A0;
}


A IMG { color: white } /* The only way to hide the border in NS 4.x */

.hide {
  display: none;
  color: white;
}

.white {
  color: #ffffff;
}

