html {
	scrollbar-base-color: #927E58;
	scrollbar-arrow-color: #44351E;
	scrollbar-track-color: #BBAB8E;

	scrollbar-shadow-color: 44351E;
	scrollbar-lightshadow-color: #CDC1AB; 
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: #CDC1AB;
	scrollbar-3dlight-color: 44351E;
}
body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #322716;
}
.darkBodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #44351E;
	font-size: 7pt;
}
.lightBodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #C5B584;
	font-size: 7pt;
}
.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C9B381;
	text-decoration: none;
}
.NavigationDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #927E58;
	text-decoration: none;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	color: #C9B381;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	color: #67502E;
}
.darkBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.darkBodyTextNotAvailable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #736342;
}
.lightBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C5B584;
}.tableBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #322716;
	border-right-color: #322716;
	border-bottom-color: #322716;
	border-left-color: #322716;
}
.collapsMenu {
	display: none;
}
.expandMenu {
	display: table-cell;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #322716;
	background-color: #A08751;
	font-weight: bold;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #534024;
	border-right-color: #534024;
	border-bottom-color: #534024;
	border-left-color: #534024;
}
.formField2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B381;
	background-color: #534024;
	font-weight: bold;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #534024;
	border-right-color: #534024;
	border-bottom-color: #534024;
	border-left-color: #534024;
}
.formField3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B381;
	background-color: #927E58;
	font-weight: bold;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #534024;
	border-right-color: #534024;
	border-bottom-color: #534024;
	border-left-color: #534024;
}
