/* CSS Document */



a:link {
		color: #A7A7A7;
	}
	a:hover {
		color: #FFC000;
	}
	a:visited {
		color: #A7A7A7;
	}

