body {
	margin: 0px;
	background-color: #040809;
	background-image: url(../images/bg.gif);
}
td {
	font: 13px MS Sans Serif,Tahoma;
	color: #bebebe;
}
a {
	color: #d8ba3a;
	text-decoration: underline;	
}
.link_small {
	font: 11px MS Sans Serif, Tahoma;
	color: #d8ba3a;
	text-decoration: underline;	
}
img {
	border: 0px;
}
.img_gray {
	filter: gray;
}
.content {
	line-height: 22px;
}
.content_small {
	font-size: smaller;
	color: #373838;
	line-height: 18px;
}
.highlight {
	color: #b0972e;
	text-decoration: none;
}
.highlight2 {
	color: #FFFF00;
	text-decoration: none;
}
.highlight_unit {
	color: #ecdf4b;
	text-decoration:none;
}
.highlight:hover {
	text-decoration: underline;
}
.changesize {
	font: 11px MS Sans Serif, Tahoma;
	color: #FFFFFF;
}
.copyright {
	font: 11px Verdana;
	color: #cbb32d;
}
.bg_menu {
	background: url(../images/bg_menu.gif) no-repeat top;
}
.bg_gallery {
	background: url(../images/bg_gallery.jpg) no-repeat top;
}
.input_box {
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	font: 12px MS Sans Serif,Tahoma;
	color: #4b4c4c;
	padding: 2px;
}
.input_submit{
	border: 1px solid #8e740f;
	background-color: #8e740f;
	font: bold 12px MS Sans Serif,Tahoma;
	color: #f9fbfb;
	padding: 2px;
}
#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: yellow;*/
}

