/*
	Turn off unneeded elements:
*/
TABLE.tabs, TABLE.menu, TABLE.header, TD.collapse, TD.search	{ display: none !important; }

/*
	Default all of the text colors:
*/
*		{ color: #000000 !important; background: none !important; border: 0px solid #FFFFFF; font-family: Helvetica, Arial, Verdana, sans-serif; }
A		{ color: #002D62 !important; text-decoration: underline !important; }
TD.main		{ border-right: 1px solid #FFFFFF !important; }
TD.leftnav	{ border-left: 1px solid #FFFFFF !important; }
TD.leftnav LI	{ list-style: disc !important; }

