function atOnMouseOverLight(o) {

	//o.style.backgroundColor = '#444444';
	//o.style.cursor = 'hand';
	//o.style.color = "#FFFFCC";
}

function atOnMouseOutLight(o) {

	//o.style.backgroundColor = '';
	//o.style.color = "#FFFFFF";
}

function atOnMouseOverDark(o) {

	//o.style.backgroundColor='#000000';
	//o.style.cursor='hand';
}

function atOnMouseOutDark(o) {

	//o.style.backgroundColor='#000000';
}
