
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold; 
	
	font-size: 12px; 
	color: #cc0000
}
h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold; 
	
	font-size: 11px; 
	color: #cc0000
}

textarea, select{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #A5C1D1;
	color: #000000;
	overflow: auto;
}
input {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #A5C1D1;
	color: #000000;
}

.button {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CC0000;
	color: #FFFFFF;
	background-color: #CC0000;
}


.mandatoryFields{
	border: 1px solid #FF0000 !important; 
}
