
A:link { text-decoration: none; color: #9FC74A; }      /* unvisited link */
A:visited { text-decoration: none; color: #9FC74A;  }   /* visited links */
A:active { text-decoration: none; color: #FFFFFF; }    /* active links */
A:hover { text-decoration: none; color: #FFFFFF; }    /* active links */

A.sidelink:link { text-decoration: none; color: #FFFFFF; font-size: 7pt;}      /* unvisited link */
A.sidelink:visited { text-decoration: none; color: #FFFFFF; font-size: 7pt;}   /* visited links */
A.sidelink:active { text-decoration: none; color: #9FC74A; font-size: 7pt;}    /* active links */

A.graplink:link { text-decoration: none; color: #FFFFFF; font-size: 8pt;}      /* unvisited link */
A.graplink:visited { text-decoration: none; color: #ffffff; font-size: 8pt;}   /* visited links */
A.graplink:active { text-decoration: none; color: #9FC74A; font-size: 8pt;}    /* active links */
A.graplink:hover { text-decoration: none; color: #9FC74A; font-size: 8pt;}    /* active links */

A.menulink:link { text-decoration: none; color: #7F7F7F; }      /* unvisited link */
A.menulink:visited { text-decoration: none; color: #BABABA; }   /* visited links */
A.menulink:active { text-decoration: none; color: #BABABA; }    /* active links */
A.menulink:hover { text-decoration: none; color: #FFFFFF; background-color: #7F7F7F; }    /* active links */

A.sublink:link { text-decoration: none; color: #BABABA; }      /* unvisited link */
A.sublink:visited { text-decoration: none; color: #BABABA; }   /* visited links */
A.sublink:active { text-decoration: none; color: #7F7F7F; }    /* active links */
A.sublink:hover { text-decoration: none; color: #7F7F7F; }    /* active links */

A.projectlink:link { text-decoration: none; color: #9FC74A; }      /* unvisited link */
A.projectlink:visited { text-decoration: none; color: #9FC74A; }   /* visited links */
A.projectlink:active { text-decoration: none; color: #7F7F7F; }    /* active links */
A.projectlink:hover { text-decoration: none; color: #7F7F7F; }    /* active links */

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

BODY {
  margin-top: 0px;
  margin-left: 0px;
  font-family: "verdana", "helvetica", sans-serif;
  font-size: 8pt;
  color: #454545 ;
  scrollbar-base-color: #cccccc;
  scrollbar-shadow-color: #cdcdcd;
  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: #ffffff;
}

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

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;
}

UL {
	margin-left: 20px;
}

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

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

.white {
  color: #ffffff;
}

.menu {color:#000000; text-align: left; }

.submenu {position:absolute; background-color:#ffffff; }

.style1 {color: #000000; }

.right {text-align: right; }

.newsbanner {color: #9FC74A; font-size: 10pt;}

.bigtext {color: #454545; font-size: 8pt;}