BODY {
	background: white;
	color:		black;
}

/* Main table layout; colored vertical nav bar on left, text on right */
TABLE.MAIN {
	background:	white
	color:		black;
}
TD.VERTNAV {
	background:	#333399;
	color:			white;
	font-weight:	bold;
}

TD A.VERTNAV {
	color:			white;
	font-family:	serif;
	font-size:		medium;
	font-style:		normal;
	font-weight:	bold;
}

TD.VERTTEXT {
	background:	white;
}

