function focusFormObj(fObj){
	//fObj.style.fontWeight='bold';
	//fObj.style.backgroundColor='#FFFFFF'
	fObj.style.backgroundColor='#FFFFFF'
	fObj.style.fontWeight='normal';
	fObj.style.fontFamily='thoma';
	fObj.style.fontSize='110%'
}
function blurFormObj(fObj){
	fObj.style.fontWeight='normal';
	fObj.style.backgroundColor='#CEDEF1'
	fObj.style.fontFamily='thoma';
	fObj.style.fontSize='110%';
}
