body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #454545;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bg_dark0_white {
	background-color: #454545;
	color: #FFFFFF;
	font-size: 18px;
}
.bg_dark0_green {
	background-color: #454545;
	color: #A1CCB9;
	font-size: 18px;
}
.bg_dark1_green {
	background-color: #55635D;
	color: #A1CCB9;
}
.bg_dark1_white {
	background-color: #55635D;
	color: #FFFFFF;
}
.bg_dark2_white {
	background-color: #5D7168;
	color: #FFFFFF;
}
.bg_green_white {
	background-color: #A1CCB9;
	color: #FFFFFF;
}
.fg_orange {
	color: #FF6200;
}
.fg_dark0 {
	color: #454545;
}
.bg_black {
	background-color: #000000;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_green1 {
	background-color: #EFF9F5;
	color: #7AA894;
}
.bg_green1_30 {
	background-color: #EFF9F5;
	color: #7AA894;
	font-size: 30px;
	font-weight: bold;
}
.bg_green1_12 {
	background-color: #EFF9F5;
	color: #7AA894;
	font-size: 12px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF6200;
}
.fg_orange_24 {
	color: #FF6200;
	font-size: 24px;
	font-weight: bold;
}
.fg_dark0_12 {
	color: #454545;
	font-size: 12px;
}
.fg_dark0_21 {
	color: #454545;
	font-size: 21px;
}
.fg_black_14 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.fg_bottom_10 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.reqField {
	font-size: 11px;
	color:#FF0000;
}


/*Contact Us Form*/
#formResultMessage{
	padding-bottom:10px;
}