
A:link { text-decoration: none; color: #1E81FF }      /* unvisited link */
A:visited { text-decoration: none; color: #8467CF }   /* visited links */
A:active { text-decoration: none; color: #1E81FF   }    /* active links */

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

BODY {
  font-family: "verdana", "helvetica", "sans-serif";
  font-size: 8pt;
  color: #092869;

  scrollbar-base-color: #EEEEEE;
  scrollbar-shadow-color: #EEEEEE;
  scrollbar-highlight-color: #EEEEEE;
  scrollbar-arrow-color: #190644;
  scrollbar-darkshadow-color: #190644;
  scrollbar-3dlight-color: #190644;
}

pre {
  font-family: "courier", "helvetica", "sans-serif";
  font-size: 8pt;
  color: #092869;
}

dl {
  font-family: "courier", "helvetica", "sans-serif";
  font-size: 8pt;
  color: #092869;
}

tt {
  font-weight: bold;
  font-size: 11pt;
  color: #092869;
}

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

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

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

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

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


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

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

.white {
  color: #ffffff;
}

.ttable {
  font-size: 12px;
  marginwidth: 120;
}

.tbutton a {
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: white;
}

.tbutton a:hover {
  color: yellow;
}

.truler {
  font-size: 11px;
  color: gray
}

.tcopyright {
  font-family: Verdana;
  font-size: 10px;
}
