body   {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
	background-color: #eae6e6;
	height: 760px;
}
h1 {
	font-family:  "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #b1a740;
	display: inline;
	padding-left:100px;
}
.fontBody a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.fontBody a:hover {
  color: #D8D867;
}
.style2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left:100px;
	padding-top:20px;
}
.style2 a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #cccc33;
}
.style2 a:hover {
  color: #5a471c;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
	color: #b1a740;
}
.style4 {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 11px;
}
.style4 a {
	font-family: "Trebuchet MS";
	color: #cccc33;
	font-size: 11px;
}
.style4 a:hover {
  color: #5a471c;
}
.style4 h6 {
	font-family: "Trebuchet MS";
	font-size: 11px;
  font-weight: normal;
	color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  display: inline;
}
.style6 {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size: 11px;
}
.label {
  font-family: "Trebuchet MS";
  color: #b1a740;
  font-size: 12px;
  font-weight: normal;
}
.label_required {
  font-family: "Trebuchet MS";
  color: #b1a740;
  font-size: 12px;
  font-weight: normal;
}
.text_control {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
}
.textarea_control {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.textarea_control_required {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  background-color: #FFFFCC;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.text_required {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #333333;
  background-color: #FFFFCC;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
}
.text_note, .text_note span {
  font-family: "Trebuchet MS";
  font-weight: normal;
  font-size: 12px;
  color: red;
}
