function clearField(thefield){
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
	thefield.style.color = "#006633";
	thefield.style.fontStyle = "normal";
	thefield.style.fontFamily = "Verdana";
	thefield.style.textAlign = "right";
}