.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.InputFieldShort {
	font-family: 			"MS Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					80px;
	height:					20px;
}

.InputField {
	font-family: 			"MS Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					200px;
	height:					20px;
}

.InputTextAreaSmall {
	font-family: 			"MS Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	width:					300px;
	height:					100px;
}

.keyw {
	font-family:	"MS Sans Serif", Arial, Helvetica, sans-serif;
	font-size:		1pt;
	visibility:		hidden; 
}