.Nav		{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	Text-Decoration : none;
	background-color : #333399;
	color : White;
}

.Nav.link	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	Text-Decoration : none;
	background-color : #333399;
	color : White;
}

.Nav:HOVER	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
	background-color : #333399;
	color : Red;
}

.Nav:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	background-color : #333399;
	color : Yellow;
}

BODY,P,TD	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	background-color : #333399;
	color : White;
}
