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

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

a.hlink {
  color: #C28DC4;
  font-weight: bold;
	text-decoration: none;
}
a.hlink:link { color: #C28DC4; font-weight: bold; text-decoration: none; }
a.hlink:visited { color: #C28DC4; font-weight: bold; text-decoration: none; }
a.hlink:active { color: #C28DC4; font-weight: bold; text-decoration: none; }
a.hlink:hover { color: #83177A; font-weight: bold; text-decoration: none; }

a.smlink {
  color: #FE7B77;
  font-weight: bold;
	text-decoration: none;
}
a.smlink:link { color: #FE7B77; font-weight: bold; text-decoration: none; }
a.smlink:visited { color: #FE7B77; font-weight: bold; text-decoration: none; }
a.smlink:active { color: #FE7B77; font-weight: bold; text-decoration: none; }
a.smlink:hover { color: #FD1B14; font-weight: bold; text-decoration: none; }

.smhighlight { color: #FD1B14; font-weight: bold; text-decoration: none; }

BODY {
  font-family: "verdana", "helvetica", sans-serif;
  font-size: 8pt;
  color: #7F1183;
  scrollbar-base-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-arrow-color: #7F1183;
  scrollbar-darkshadow-color: #7F1183;
  scrollbar-3dlight-color:#7F1183;
}

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;
  color: #7F1183;
}

H3 {
  font-family: "verdana", "helvetica", sans-serif;
  font-weight: bold;
  font-size: 9pt;
  margin-bottom: 0px;
  color: #7F1183;
}

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

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

SELECT {
  font-weight: none;
  font-size: 8pt;
  color: #7F1183;
}

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

TEXTAREA {
  font-weight: none;
  font-size: 8pt;
  color: #334B63;
}

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

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

.white {
  color: #000000;
}

