/* Link */
a
{
	text-decoration			:	none;
	font-weight				:	normal;
}
a.Default:link, a.Default:visited
{
	color					:	#ffffff;
}
a.Selected:link, a.Selected:visited
{
	color					:	#cc0000;
	text-decoration			:	underline;
}
a.List:link, a.List:visited
{
	color					:	#cc0000;
}
a.Default:hover, a.Selected:hover, a.List:hover
{
	color					:	#ff0000;
	text-decoration			:	underline;
}
a.Default:active, a.Selected:active
{
	color					:	#660000;
	text-decoration			:	underline;
}

a.Tab
{
	color					:	#ffffff;
}

