@charset "UTF-8";
/* CSS Document */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006F3B;
	font-weight:bold;
}

.txtentry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	font-weight:normal;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight:bold;
}
