// JavaScript Document
function tdover(A) {A.style.backgroundColor = '#f7f7f7';}
			
function tdout(A) {A.style.backgroundColor = '';}