TD.headercell {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
}
TD.bodycell {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px; 
}

FORM.textinput {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	border-style : solid;
	border-color : grey;
	border-width : 1px;	
	background-color : none;
	padding : 2px;
	color : #2F4F4F;
}
FORM.submitbutton {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : Black;
	border-style : solid;
	border-color : grey;
	border-width : 1px;	
	background-color : #DCDCDC;
	padding : 5px;
}


