

body {
	background-color: #F9E9D0;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A261B;
}
.link {font-family:tahoma;
		font-size:12px;
		color:#ffffff;
		text-decoration:none;
		line-height:20px;
		font-weight:bold}
.link:hover {color:#ffffff;
			text-decoration:underline}
			
			
link1 {font-family:tahoma;
		font-size:10px;
		color:#ffffff;
		
		text-decoration:none;
		}
.link1:hover {color:#FFFF00;
			text-decoration:underline}
			
.style3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.style4 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
}
.style6 {font-size: 11px; color: #000000; font-family: Tahoma;}
.img {border:#000000 solid 1px}
.img:hover {border:#006699 solid 1px}
.img2 {border:#000000 solid 2px}
.img2:hover {border:#006699 solid 2px}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style8 {
	font-family: Tahoma;
	font-size: 11px;
	color: #3B3946;
}
.style17 {font-size: 12px}
.style18 {color: #FF0000}
.style20 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
.link2 {font-family:Tahoma;
		color:#333333;
		font-size:11px;
		text-decoration:none;
		font-weight:bold}
.link2:hover {color:#FF6600;
			text-decoration:underline}

.link3 {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:12px;
		text-decoration:underline;
		font-weight:bold}
.link3:hover {color:#FF9900;
				text-decoration:none}
.link4 {font-family:Tahoma;
		color:#333333;
		text-decoration:none;
		font-size:11px;
		font-weight:bold}
.link4:hover {color:#FF9900;
				text-decoration:underline}
-->


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3D3B48;
}