
a:link		{	color:	#ff0000; }
a:visited	{	color:	#7f0000; }
a:active	{	color:	#ff9900; }

/*	Overrides category link appearance */
table#catlist td {
	font-size:			14pt;
	font-family:		Arial;
	font-weight:		bold;
	line-height:		20pt;
	color:				#BD172F;
	}
table#catlist tr.high
	{
	background-color:	#E7E7E7;
	}
table#catlist tr.high td
	{
	margin-top:			0px;
	border-width:		1px 0px;
	border-style:		solid;
	border-color:		#C0C0C0;
	}

td.catlink a:link,
td.catlink a:visited,
td.catlink a:hover
	{
	width:				100%;
	color:				#cc0000;
	font-size:			12pt;
	font-family:		Arial;
	font-weight:		bold;
	text-decoration:	none;
	}

td.catlink a:hover
	{
	text-decoration:	underline overline;
	}

