/* A:link { text-decoration: none; color: #190644 }   /* unvisited link */
A:link { text-decoration: underline; color: #FFFFFF }      /* unvisited link */
A:visited { text-decoration: underline; color: #FFFFFF }   /* visited links */
A:active { text-decoration: underline; color: #FFFFFF }    /* 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: #FFFFFF;
}

H1 {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: em;
  font-size: 7pt;
  color:#FFFFFF;
}

H2 {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 8pt;
  color: #FFFFFF;
}

H3 {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: #FFFFFF;
}

H4 {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 8pt;
  margin-bottom: 0px;
  color: #FFFFFF;
}
TH { /* ns workaround */
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: none;
  font-size: 8pt;
  color: #FFFFFF;
}

SELECT {
  font-weight: none;
  font-size: 8pt;
  color: #4C4C4C;
}

INPUT {
  font-weight: none;
  font-size: 8pt;
  color: #4C4C4C;
  background-color: white;
}

TEXTAREA {
  font-weight: none;
  font-size: 8pt;
  color: #FFFFFF;
}

A IMG { color: white } /* The only way to hide the border in NS 4.x */

.hide {
  display: none;
  color: white;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}


TD {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: none;
  font-size: 8pt;
 }p { font-family: "verdana", "helvetica", sans-serif; font-size: 8pt; color: #FFFFFF; }

