A.LinkDefault
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
	color: #00a2b0;
	text-decoration: none;
}

A.LinkDefault:hover
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
	color: #ff0000;
	text-decoration: underline;
}
A.LinkDefault:visited
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
	color: #800000;
	text-decoration: underline;
}



.highlight
{
	background-color: #009900;
	font-weight: bold;
	color: white;
}