/* CSS Document */

.ResourcesTextLink {
	color:#757575;
	text-decoration:none;
}

.ResourcesTextLink:hover {
	color:#757575;
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90);	
}