body {
	margin: 0px;
	background-color: #ffffff;
}
td {
	font: 13px MS Sans Serif,Tahoma;
	color: #636362;
}
a {
	color: #fb6367;
	text-decoration: underline;	
}
.link_small {
	font: 11px MS Sans Serif, Tahoma;
	color: #fb6367;
	text-decoration: underline;	
}
img {
	border: 0px;
}
.img_gray {
	filter: gray;
}
.content {
	line-height: 19px;
}
.content_small {
	font-size: smaller;
	color: #636362;
	line-height: 18px;
}
.highlight {
	color: #23231d;
	text-decoration: none;
}
.highlight2 {
	color: #fb6367;
	text-decoration: none;
}
.highlightbig {
	color: #EF866E;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}
.highlight:hover {
	text-decoration: underline;
}
.highlight2:hover {
	text-decoration: underline;
}
.white {
	color: #ffffff;
	text-decoration: none;
}
.changesize {
	font: 11px MS Sans Serif, Tahoma;
	color: #575757;
}
.copyright {
	font: 11px Verdana;
	color: #636362;
}
.bg_mainpic {
	background: #bebdbd;
	padding: 1px;
}
.bg_mainpic_in {
	background: #bebdbd url(../images/bg_mainpic.jpg) repeat left;
}
.bg_menu {
	background: #f1f1ef;
}

.bg_ready1 {
font-size: smaller;
	color: #636362;
	line-height: 18px;
	background: #ACACAC;
}

.bg_ready2 {
font-size: smaller;
	color: #636362;
	line-height: 18px;
	background: #E1E1E1;
}
.bg_ready3 {
font-size: smaller;
	color: #636362;
	line-height: 18px;
	background: #F4F4F4;
}

.bg_right {
	background: #f5f5f5 url(../images/bg_right.gif) repeat-y left;
}
.bg_info {
	background: url(../images/bg_info.gif) no-repeat bottom;
}
.bg_gallery {
	background: url(../images/bg_gallery.jpg) no-repeat top;
}
.input_box {
	border: 1px solid #EF866E;
	background-color: #ffffff;
	font: 12px MS Sans Serif,Tahoma;
	color: #666666;
	padding: 2px;
}
.input_submit{
	border: 1px solid #EF866E;
	background-color: #666666;
	font: bold 12px MS Sans Serif,Tahoma;
	color: #ffffff;
	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;*/
}

