/*elements*/
BODY {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
}
TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
}
P {
	background-color: transparent;
	color: #000000;
}
H1 {
	background-color : transparent;
	font-size : 18px;
	color: #DFA140;
}
H2 {
	background-color : transparent;
	font-size : 16px;
	color: #000066;
}
H3 {
	background-color : transparent;
	font-size : 14px;
	color: #000000;
}
H4 {
	background-color : transparent;
	font-size :  14px;
	color: #000000;
}
H5 {
	background-color : transparent;
	font-size : 14px;
	color: #000066;
}
H6  {
	background-color : transparent;
	color: #00008B;
}

H1.homepage {
	background-color : transparent;
	font-size : 18px;
	color: #000066;
	margin: 0px;
	font-size: 1em;
}

A:link{
	background-color : transparent;
	color: #CC9933;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	color: #666666;
	font-weight : bold;
}	
A:hover {
	background-color : #F0F8FF;
	color: #996666;
	font-weight: bold;
	text-decoration : none;
	}	

/*classes*/
.BLUEBOLD {
	font-weight: bold;
	color: #000066;
	background-color: transparent;
}
.REDBOLD {
	font-weight : bold;
	color: #660033;
	background-color: transparent
}
.HIGHLT {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	margin: 3px 9px 3px 9px
}
.FOOT {
	background-color : transparent;
	color: #00008B;
}
.FOOTsm {
	font-size :9px;
	background-color : transparent;
	color: #00008B;
}
.MARKET{
	background-color : #FFFFFF;
	font-family : serif;
	font-size : 2px;
	font-style : normal;
	font-weight : normal;
	color: #FEFEFE;
}
/*navigation links*/

P.NAV {
	margin: 0px;
	font-weight : bold;
	color: #996666;
}
A.NAV:link {
	background-color : transparent;
	color: #660033;
	text-decoration : none;
	}
	A.NAV:visited {
	background-color : transparent;
	color: #660033;
	text-decoration : none;
	}
A.NAV:hover {
	background-color : transparent;
	color: #996666;
	text-decoration : none;
	}	

P.NAVSUB {
	margin: 0px 0px 9px 0px;
	font-weight : bold;
	color: #FFFFE0;
	line-height : 12px;
	font-size : 12px;
}
A.NAVSUB:link {
	background-color : transparent;
	color: #003366;
	text-decoration : none;
}
A.NAVSUB:visited {
	background-color : transparent;
	color: #336699;
	text-decoration : none;
	}
A.NAVSUB:hover {
	background-color : transparent;
	color: #FFFFE0;
	text-decoration : none;
}

/* bright red */

/*navigation links*/

A.red:link {
	background-color : transparent;
	color: #FF0000;
	font-weight : bold;
	text-decoration : underline;
	}
	A.red:visited {
	background-color : transparent;
	color: #FF0000;
	font-weight : bold;
	text-decoration : none;
	}
A.red:hover {
	background-color : transparent;
	color: #FF6600;
	font-weight : bold;
	text-decoration : underline;
	}	
	

