

    a 			{ text-decoration: none; }
	a:link		{ color:#4A5466; text-decoration:none; cursor:hand; }
	a:visited	    { color:#8F9AAD; text-decoration:none; cursor:hand; }
	a:hover		{ color:#4A5466; text-decoration:underline; 		cursor:hand; }
	a:active	    { color:#8F9AAD; text-decoration:none; 		cursor:hand; }
	
	a.nav 			{ text-decoration: underline; }
	a.nav:link		{ color:#C0C0C0; text-decoration:underline; cursor:hand; }
	a.nav:visited	    { color:#C0C0C0; text-decoration:underline; cursor:hand; }
	a.nav:hover		{ color:#C0C0C0; text-decoration:underline; 		cursor:hand; }
	a.nav:active	    { color:#C0C0C0; text-decoration:underline; 		cursor:hand; }
	

