/* contact form */

.mission_statement {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #18579C;
	font-weight: bold;
	background-color: #D1E3F8;
	width: 60%;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #18579C;
}
.b {
	font-weight: bold;
}
.formerror_main {
	font-size: small;
	margin: 5px;
	font-weight:bold;
	color: #FF0000;
	background-color: #FFF4F4;
	border: 1px solid #990000;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 40px;
	vertical-align: middle;
	background-position: center center;
	text-align: center;
	font-family: "Trebuchet MS", Arial;
}
.formerror {
	font-size: 12px;
	margin: 10px 0px 3px;
	font-weight:bold;
	color: #FF0000;
	background-color: #FFDFDF;
	padding: 0px 5px;
	border: 1px solid #003399;
	font-family: "Trebuchet MS", Arial;
}
.required_fields {
	border: 1px solid #990000;
	background-color: #FFFDFD;
	height: 18px;
}
.text_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text_p a{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #750000;
}
.tit {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #000099;
}


.text_p a:visited{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #750000;
}

.text_p a:hover{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #E4D88F;
}
.fieldset_contact {
	border: 1px solid #1C5DA4;
	margin: 0px 22px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.red {
	color: #BF0000;
	font-family: "Trebuchet MS", Arial;
}

/* contact form end */
.regbutton {
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color: #000099;
	font-weight: bold;
}
