BODY {
 	background: #006533 url('../gfx/bgBody.gif') repeat-x top center;
	scrollbar-darkshadow-Color		: #006957;
	scrollbar-base-color				: #E9F3EE;
	scrollbar-face-color				: #E9F3EE;
	scrollbar-shadow-color			: #E9F3EE;
	scrollbar-3dlight-color			: #006957;
	scrollbar-arrow-color			: #006957;
	scrollbar-track-color			: #E9F3EE;
}
IMG {
  	border					: none;
}
A{
	color						: #00440C;
	font-size				: 10px;
	text-decoration		: underline;
}
A:hover{
	color						: #FF5D00;
}
.btn {
	color						: #ACAFBD;
}
.btnAct {
	color						: #FEFEFA;
}
TD.OuterLeft  {
	background				: url("../gfx/bgOuterLeft.jpg") no-repeat top right;
	border-right			: 0px solid #353895;
	text-align           : right;
	vertical-align       : middle;
}
TD.OuterRight {
	background				: url("../gfx/bgOuterRight.jpg") no-repeat top left;
	border-left				: 0px solid #353895;
	text-align           : left;
	vertical-align       : middle;
}
.mainContent {
	vertical-align			: top;
	background				: #FFFFFF url("../gfx/bgMainContent.gif") no-repeat top left;
}
.buttonForm, .buttonRight {
	border					: 1 solid #005444;
	background-image		: none;
	background-color		: #C8DFD9;
	font-family 			: Verdana, Arial, Helvetica, sans-serif;
	font-size		 		: 10px;
	font-weight				: bold;
	color						: #00440C;
	cursor					: hand;
	height					: 18px;
}
.buttonRight {
	background-color		: #FFA607;
/*	background-color		: #FFEDE6; */
}
.inputForm, .inputRight {
	font-family 			: Verdana, Arial, Helvetica, sans-serif;
	font-size		 		: 10px;
	color						: #282828;
	height					: 18px;
}
.textareaForm, .textareaRight {
	font-family 			: Verdana, Arial, Helvetica, sans-serif;
	font-size		 		: 10px;
	color						: #282828;
	width						: 360px;
}
.label, .labelRight {
	font-family 			: Verdana, Arial, Helvetica, sans-serif;
	font-size		 		: 10px;
	color						: #71728A;
}
.buttonForm, .inputForm {
	width						: 200px;
}
.textareaForm {
	width						: 330px;
}
.label {
	width						: 160px;
	height					: 18px;
}
.buttonRight, .inputRight, .textareaRight, .labelRight {
	width						: 170px;
}
.Title {
		color									: #FF5D00;
		font-weight							: bold;
		font-size							: 16px;
		letter-spacing						: 1px;
		line-height							: 16px;
	  	padding								: 7px 10px 0px 10px;
}
.error {
	font-weight				: bold;
	color						: #FF5D00;
}
.Tabel TD, .Tabel TH {
	vertical-align:top;
}
