.formTable {
}
.formTextLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 4px;
	vertical-align: top;
}
.formTextRight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 4px;
	vertical-align: top;
	padding-bottom: 6px;

}

.width180 {
	border: 1px solid #6EAE2E;
	width: 225px;
}
.width120 {
	border: 1px solid #6EAE2E;
	width: 120px;
}
input {
	font-size: 12px;
	color: #1C4196;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin-bottom: 6px;
	height: 16px;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C4196;
	padding: 1px;
	margin-bottom: 6px;

}
.submit {
	border: none;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6EAE2E;
	text-transform: uppercase;


}
.contentAreaContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C4196;
	padding: 10px 9px;
}
.contentAreaContact a {
	color: #9B6E08;
	text-decoration: underline;
}
.contentAreaContact a:hover {
	color: #705005;
	text-decoration: underline;
}
.contentAreaContact img {
}
.contentAreaContact h1, .contentArea h2{
	color: #BE8100;
	margin-bottom: 6px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 30px;

}
.contentAreaContact strong, .contentAreaContact b {
	font-size: 10px;
	font-weight: bold;
	color: #4F811B;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.checkBoxStyle {
	height: 14px;
	width: 14px;
	vertical-align: bottom;
	border: 1px solid #6EAE2E;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;




}
.requiredField {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.logonTableGreen {
	background-image: url(images/pageGraphics/logon-box-green.jpg);
	height: 121px;
	width: 301px;
	background-repeat: no-repeat;

}
.logonTableRed{
	background-image: url(images/pageGraphics/logon-box-red.jpg);
	height: 121px;
	width: 301px;
	background-repeat: no-repeat;

}

.logonTdLeft {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 6px;

}
.logonTdLeft a{
	color: #FFFFCC;

}
.logonTdLeft a:hover{
	color: #FFFF99;

}
#errorForContactPage {
	background-color: #990000;
	width: 240px;
	float: right;
	color: #FFFF99;
	font-size: 11px;
	padding: 10px 5px;
	z-index: 100;


}
