/* CSS Document */

body, table{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/back.jpg);
}
input, select, textarea {
	font-size: 12px;
}

.form_headers {
	font-weight: bold;
	background-color:#EEEEEE;
	text-transform: uppercase;
}

.mandatory {
	color: #FF0000;
}
.fieldmandatory{
	color: #FF0000;
	display:none;
}

