BODY,TD {
	font-family: Arial,Verdana,Helvetica;
	font-size: 13px;
	color: #101010;
}

.combo {
	font-family: 'Tahoma',Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: Red;
}

.textbox {
	font-family: 'Tahoma',Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #336699;
}

.button {
	font-family: 'Tahoma',Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #0078aa;
	color: #FFFFFF;
	cursor: hand;
}

.textarea {
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #336699;
}