/* CSS Document */

/* ELGEE */

/* Contact Form Styles */


.field_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	font-style:normal;
	color: #000000;
	text-decoration: none;
}

.field_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style:normal;
	color: #000000;
	text-decoration: none;
}

.field_required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style:normal;
	color: #FF0000;
	text-decoration: none;
}




.color_red { color: #FF0000}
.color_blue { color: #0000FF}
.color_dkblue { color: #000066}
.color-white {color: #FFFFFF}
