#YELLOW_ON_GREEN {
	background: #0E7309;
	color : #E0E002;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
}

#BLACK_ON_YELLOW {
	background: #E0E002;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
}

#BLACK_ON_GRAY {
	background: #999999;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	border : none;
}

A:Visited {
	color: Maroon;
	text-decoration : none;
}

A:Active {
	color: Maroon;
	text-decoration : underline;
}

A:Hover {
	color: Maroon;
	text-decoration : underline;
}

A:Link {
	color: Maroon;
	text-decoration :none;
}

HR {
	height: 1pt;
}


