
/* ANCHOR STUFF HERE!   NOTE THAT HOVER ONLY WORKS IN EXPLORER! */
/*Yellow -- Unvisited link */
A:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #FFFF43; TEXT-DECORATION: underline
}

/*Netscape uses alink color from page BODY attribute */
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #F4720B; TEXT-DECORATION: underline
}

/*Tan -- Previously visited */
A:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #DBAF7F; TEXT-DECORATION: underline
}

/* Orange -- mouse over link. A:hover is only implimented in IE */
A:hover {
	BACKGROUND: none #ffcc00; 
	COLOR: #000000; 
	text-decoration: underline
}


H1,H2,H3,H4 {font-family: ARIAL,HELVETICA,Geneva,sans-serif}

/* The TD is needed because Netscape does not inherit properly from other tags! */
BODY, TH, TD, P, U {font: bold 92% arial, helvetica, san-serif
}

div.copyright {
  font: italic 64% ARIAL,HELVETICA,Geneva,sans-serif;
  font-weight: bold;
}

/* Yellow HiLite stuff here! */
.HiLite {
	background:#ffff99;color: #000000
}

div.warning {
	BACKGROUND: none transparent;
	COLOR: #F4720B;
	font: italic 117% ARIAL,HELVETICA,Geneva,sans-serif;
	font-weight: bold;
	text-decoration: blink
}

.normaltext {
  font: bold 84% ARIAL,HELVETICA,Geneva,sans-serif;
}

.littlesmaller {
  font: normal 92% ARIAL,HELVETICA,Geneva,sans-serif;
  font-weight: bold
}

UL{
  list-style: square outside
}


/*   NEW STUFF HERE              */

.newTable{
	BORDER: thin solid #1A4642
