@charset "utf-8";
.main_bg {
	background-color: 859834;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
}
.footer_bg {
	background-color: 859834;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}
.copyrights {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
.footerlinks, .footerlinks a, .footerlinks a:visited {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	cursor:pointer;
}
.title {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.footerlinks:hover,.footerlinks a:hover{
	color:#990000;
}
.search_bg {
	background-image: url(images/bar_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.searchtext {
	color: #8C4600;
	font-weight: bold;
	border-width: 0px;
	border-style:none;
	background-image:url(images/bar_search.gif);
}


