/* Basic Links */

A{
	color: #43a;
	text-decoration: underline;
}

A:hover	{
	text-decoration: none;
}

TH A{
	color: white;
	text-decoration: none;
}

TH A:hover{
	text-decoration: underline;
}

TD.displayCell A{
	color: white;
	text-decoration: none;
}

TD.displayCell A:hover{
	text-decoration: underline;
}

TABLE.aBoxTable TD.main A{
	color: #fff;
}

TABLE.button TD.menu A{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #669;
}

TABLE.button TD.menu A{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #669;
}

TABLE.button TD.menu A:hover{
	text-decoration: underline;
	color: #669;
}

TABLE.button TD.menu A:active{
	color: #669;
}

TABLE.button TD.menu A:visited{
	color: #669;
}
