body 
{
	margin:0px;
	padding:0px;
	background-image: url('./im/bg.png');
	background-repeat:repeat-x;
	background-color: #cbc2a7;
}
A { text-decoration:none; }
/*
img, #header { behavior: url(iepngfix.htc); }

*/
.preloadImages {display:none;}

.FixCursor
{
	cursor: hand;
}
.FontA
{
	font-size:10pt;
	font-family: Arial;
	color:#675637;
}
.FontB
{
	font-size:10pt;
	font-family: Arial;
	Font-weight:bold;
	color:#675637;
}
.Devide
{
	height:1px;
	width:100%;
	background-color:#675637;
}
#dropmenudiv
{
	position:absolute;
	border:1px solid #8a7651;
	border-bottom-width: 0;
	font:normal 10pt Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #675637;
	padding: 1px 0;
	text-decoration: none;
	/*font-weight: bold;*/
	color:#ffffff;
	font-family:Arial;
	font-size:10pt;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #675637;
	color:White;
}
