body, font, td, b, i {
	font-family: Verdana, Arial, Geneva;
	color: black;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}
h1 {
	font-family: Verdana, Arial, Geneva;
	color: black;
	font-size : 11px;
	font-weight: bold;
	line-height: 14px:
	padding-top: 4px;
}
h2 {
	font-family: Verdana, Arial, Geneva;
	color: black;
	font-size : 11px;
	font-weight: bold;
	line-height: 14px:
	padding-top: 4px;
	padding-bottom: 2px;
}
a, a:active, a:link, a:visited {
	text-decoration : none;
	color: #805F32;
}
a:hover {
	font-family: Verdana, Arial, Geneva;
	color: #7F6437;
	text-decoration : none;
}
select {
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
	height: 20px;
	border-bottom: 1px solid #B89462;
	border-left: 1px solid #B89462;
	border-right: 1px solid #B89462;
	border-top: 1px solid #B89462;
}
.inputtext {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	border-bottom: 1px solid #B89462;
	border-left: 1px solid #B89462;
	border-right: 1px solid #B89462;
	border-top: 1px solid #B89462;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.copy {
	color: silver;
	text-decoration: none;
}
.darkBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.8;
	-moz-opacity:0.80:
	filter: alpha(opacity=80);
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1;
}
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #ffff99;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute;
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
	z-index: 10;
	cursor : default;
	width: 138px;
	opacity: 0.8;
	-moz-opacity:0.80:
	filter: alpha(opacity=80);
}

