body {
	background-color: #F7F4EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #645E46;
}
.MenuCell {
	background-color: #ECE9E0;
	border: 1px solid #CAC9B0;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B8E72;
}
.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A9369;
	background-color: #EAE4D9;
	border: 1px solid #9F9B79;
	text-align: center;
}
.TableBgrd {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C7BB;
}
a:link {
	color:#990000;
	text-decoration:none;
	text-transform: ;
}
a:visited {
	color:#990000;
	text-decoration:none;
	text-transform: ;
}
.FormText {
	font-size: 10px;
}
a:hover {
	color:<%=txtHover%>;
	text-decoration:none;
	cursor:hand;
	text-transform:;
}
a:active {
	color:#666600;
	text-decoration:none;
	text-transform: ;
}
.DropDownTable{
	margin: 0px;

	background-color: #EAE4D9;
	border-top: 1px solid #9F9B79;
	
}
.DropDownCell {
	background-color: #EAE4D9;
	border-right: 1px solid #9F9B79;
	border-bottom: 1px solid #9F9B79;
	border-left: 1px solid #9F9B79;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.DropDownCellOver {
	color: #FFFFFF;
	background-color: #C6C2AA;
	border-right: 1px solid #9F9B79;
	border-bottom: 1px solid #9F9B79;
	border-left: 1px solid #9F9B79;
	padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #C6C2AA;
	margin-left: 10px;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C6C2AA;
	margin-left: 10px;
	font-weight: normal;
}
.scrollbar2 {
	scrollbar-3dlight-color:#BACCB2;
	scrollbar-arrow-color:#BACCB2;
	scrollbar-base-color:#F4F7EA;
	scrollbar-darkshadow-color:#C7DBBF;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#F4F7EA;
	scrollbar-shadow-color:#F4F7EA;
	scrollbar-track-color:#C7DBBF;
	position:relative;
	left:0px;
	top:-20px;
	width:295px;
	height:300px;
	z-index:1;
	overflow: auto;
	clip: rect(auto 300 auto auto);
	padding: 10px;
}

hr {

	color: #CCCCCC;
	height: 1px;
}
