/* This style sheet is for the menu frame only, hence its brevity. */

BODY {
/* 	background-color: #CCFFCC;*/
	background-color:#FFFFFF;
}

TD {
	background: #008000;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	font-family: ARIAL, HELVETICA, SANS-SERIF
}

/*.BlankRow {background: #C2EBEB}*/
.BlankRow {background: #FFFFFF}

.Section1Heading {
	background: #006633;
	color: white;
}

.Section2Heading {
	background: #006633;
	color: white;
}

A:visited {color : yellow}
A:hover {color : #999999}

A.MenuItem {
	font-size:12px;
	color : white; 
	text-decoration : none;
}

#credit {	
	font-size:12px;
	color: yellow;
	font-weight: bold;
	font-size:10px;
	width: 100%;
	text-decoration:blink;
}
