/*	Functions to handle case submittal form events */
// Function for form field mouseover
function mouseOver(){
	this.style.backgroundColor		= "#ffa";
	this.style.color				= "#000";
}
