.txthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	font-weight: bold;
}

.txtsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

.bluetxthead {
	font-family: Arial, Helvetica, sans-serif;
	color: #084C8D;
	font-weight: bold;
}
.bluetxtlink, .bluetxtlink a {
	color: #084C8D;
	font-weight: bold;
}
.bluetxtlink A:link {
	text-decoration: none;
}
.bluetxtlink A:visited {
	text-decoration: none;
}
.bluetxtlink A:hover {
	text-decoration: underline;
}
.txtbody {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.txttablebody {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
}

.txtmenu {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtGreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #88D5A9;
	font-weight: bold;
}

.txtblue {
	color: #084C8D;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.txtlink {
	color: #084C8D;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* FORMS */
.form_contact_bg {
         width: 466px;
         height: 413px;
         border: 1px solid #084C8D;
         background-color: #EEEEEE;
         padding-top: 9px;
         padding-left: 11px;
}

.form_contact_labels {
         width: 164px;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         color: #060606;
         line-height: 26px;
         float: left;
}

.form_contact_fields {
         width: 280px;
         float: left;
}

.form_contact_submit {
         width: 240px;
         height: 23px;
         text-align: right;
}