A, P, UL, LI, TD
{	/* makes links bold */
	font-weight: bold;
	font-size: 12pt}

A:link, A:visited
{	/* visited links   */
	color: #000000;
	text-decoration:none}

A:hover
{	/* user hovers     */
	color: #FFFF00;
	text-decoration:underline}

A:link.clsNavBar, A:visited.clsNavBar
{	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	text-decoration:none}

A:hover.clsNavBar 
{	/* user hovers     */
	color: #6633CC;
	text-decoration:underline}

.clsLinks, A:link.clsLinks, A:visited.Links
{	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	text-decoration:underline}

A:hover.clsLinks 
{	/* user hovers     */
	color: #FFFF00;
	text-decoration:underline}