function atOnMouseOverLight(o) {

	o.style.backgroundColor = 'BCD6E3';
}

function atOnMouseOutLight(o) {

	o.style.backgroundColor = '';
}

function atOnMouseOverDark(o) {

	o.style.backgroundColor='D6E7EE';
}

function atOnMouseOutDark(o) {

	o.style.backgroundColor='';
}
