body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #CAC7A6;
	scrollbar-base-color: #AE9C6C;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #AE9C6C;
	scrollbar-highlight-color: #AE9C6C;
	scrollbar-3dlight-color: #AE9C6C;
	scrollbar-darkshadow-color: 004700;
	scrollbar-shadow-color: 00652E
	scrollbar-arrow-color: 69181E;
}
.rightOutsideTd {
	background-image: url(images/BG_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.leftOutsideTd {
	background-image: url(images/BG_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.middleTd {
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
}
.textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	margin: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
.imageBorder {
	border: thin solid #FFFFFF;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-color: #AE9C6C;
	border-right-color: #AE9C6C;
	border-bottom-color: #AE9C6C;
	border-left-color: #AE9C6C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #AE9C6C;
	border-right-color: #AE9C6C;
	border-bottom-color: #AE9C6C;
	border-left-color: #AE9C6C;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #010200;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000002;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}






.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.divSize {
	height: 300px;
	width: 355px;
	left: 0px;
	right: 0px;
	padding: 10px;
	overflow: auto;
}
.layerSize {
	height: 266px;
	width: 348px;
	border: thin solid #FFFFFF;
	background-color: #666666;
	float: none;
	visibility: hidden;
}
.vipDiv {
	height: 550px;
	width: 400px;
	overflow: auto;
	visibility: visible;
}
