
	function cStyle(e, theColor){
		if (document.all) e.style.color = theColor;
		}
