body {
	background: #3e3a33;
	color: #FFEFD7;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	scrollbar-arrow-color: #FFEFD7;
	scrollbar-base-color: #3e3a33;
	scrollbar-face-color: #3e3a33;
	scrollbar-highlight-color: #3e3a33;
	scrollbar-3dlight-color: #3e3a33;
	scrollbar-shadow-color: #3e3a33;
	scrollbar-darkshadow-color: #3e3a33;
	scrollbar-track-color: #7f776b;
}
a:link {
	text-decoration: none;
	color: #FFEA80;
}
a:active {
	text-decoration: none;
	color: #E6BF00;
}
a:visited {
	text-decoration: line-through;
	color: #FFEA80;
}
a:hover {
	text-decoration: underline;
	color: #FF9D00;
}
.solidbrdr {
	border: 1px solid #7f776b;
}
.dotbrdr {
	border: 1px dotted #7f776b;
}
.dotbrdrLR {
	border-right: 1px dotted #7f776b;
	border-left: 1px dotted #7f776b;
}
.dotbrdrTB {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7f776b;
	border-bottom-color: #7f776b;
}
.heading {
	color: #FF9D00;
}
.type {
	color: #6A7F40;
}
.notice {
	color: #6699CC;
}
.nolink {
	color: #FFEA80;
}
.dimtxt {
	color: #999999;
}
.dscrtxt {
	color: #999999;
}
.copy {
	font-size: 8px;
	color: #544E45;
	text-decoration: none;
}
#Dtooltip {
	visibility: hidden;
	layer-background-color:#3e3a33;
	background-color:#3e3a33;
	color: #FFEFD7;
	text-align: left;
	z-index: 100;
	position: static;
	padding: 5px;
	border-top: 1px dotted #7f776b;
}
.justify {
	text-align: justify;
}
.left {
	text-align: left;
}
