body {
	margin: 0;
	padding: 0;
	background: #f8e39c url(../images/background.gif) repeat-x left 0;
	color: #000;
	font: 11px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#body-container {
	width: 785px;
	margin: 14px auto;
}

#body-top {
	width: 785px;
	height: 29px;
	background: url(../images/body-top.png) no-repeat;
}

#body-middle {
	width: 705px;
	background: url(../images/body-middle.png) repeat-y;
	padding: 10px 40px;
}

#body-content {
	padding: 25px;
}

#body-bottom {
	width: 785px;
	height: 35px;
	background: url(../images/body-bottom.png) no-repeat;
}

#footer {
	color: #ba8d3d;
	text-align: center;
}

a {
	color: #4a870b;
	text-decoration: none;
}

a: hover {
	text-decoration: underline;
}

h1 {
	color: #70b32a;
	font-weight: lighter;
	font-style: normal;
}

.textWht {
	color: #fff;
	font-size: 9pt;
}

.formInputText   {
	font-size: 14px;
	color: #000000;
	border: none;
	margin-right: 5px;
	margin-left: 5px;
}