function mouseovertr (o){
	o.style.backgroundColor= "#7ABBFF";
	o.style.cursor="hand";	
}

function mouseouttr(o){
	o.style.backgroundColor="#D3E5FB"
}
function mouseovertd (o){
	o.style.borderStyle="solid"
	o.style.borderColor="#000000"
	o.style.color="#ffffff"	
}

function mouseouttd (o){
	o.style.color="#003366"
	o.style.borderColor="#d3e5fb"
}

