function mouseovertd (o){
	o.style.cursor="hand";
	o.style.backgroundColor= "#0066ff";
		
}

function mouseouttd (o){
	o.style.backgroundColor= "#000066";
}

function mouseovertd1 (o){
	o.style.cursor="hand";
	o.style.backgroundColor= "#0099CC";
		
}

function mouseouttd1 (o){
	o.style.backgroundColor= "#999999";
}

function mouseovertd2 (o){
	o.style.cursor="hand";
	o.style.backgroundColor= "#0099CC";
		
}

function mouseouttd2(o){
	o.style.backgroundColor= "#cccccc";
}



