
A:link { text-decoration: none; color: #0870C2}      /* unvisited link */
A:visited { text-decoration: none; color: #0870C2}   /* visited links */
A:active { text-decoration: underline; color: #0870C2}    /* active links */

/* Used for (pseudo) headers level h4 */
.header4 { font-family: "verdana", "helvetica", sans-serif; font-size: 8pt; color: #212A0E; }
.highlight { color: #A0B8F6; font-weight: bold }

BODY {
  font-family: "verdana", "helvetica", sans-serif;
  font-size: 8pt;
  color: #00345F;
  scrollbar-base-color: #EEEEEE;
  scrollbar-shadow-color: #EEEEEE;
  scrollbar-highlight-color: #EEEEEE;
  scrollbar-arrow-color: #605d4d;
  scrollbar-darkshadow-color: #605d4d;
  scrollbar-3dlight-color:#605d4d;
}

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

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

H3 {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 8pt;
}

H4 {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 8pt;
  margin-bottom: 0px;
  color: #605d4d;
}

TD, TH { /* ns workaround */
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: none;
  font-size: 8pt;
  color: #00345F;
}

SELECT {
  font-weight: none;
  font-size: 8pt;
  color: #605d4d;
}

INPUT {
  font-weight: none;
  font-size: 8pt;
  color: #605d4d;
  background-color: white;
}

TEXTAREA {
  font-weight: none;
  font-size: 8pt;
  color: #605d4d;
}

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

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

.white {
  font-weight: bold;
  color: #ffffff;
}

/* Navigation font */
.nav {
  font-weight: bold;
  font-size: 11pt;
  color: #00345F;
}
.navwhite {
  font-weight: bold;
  font-size: 11pt;
  color: #FFFFFF;
}
.navgrey {
  font-weight: bold;
  font-size: 11pt;
  color: #E7E7E7;
}

