body {
	background-color: #014917;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/home_bg_strech.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}
.main-table_bg {
	background-color: #3E3E3E;
	background-image: url(images/home_maintable_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footer_txt {
	font-family: tahoma, Arial;
	font-size: 8pt;
	color: #000000;
}

.footer_bg {
	background-image: url(images/home_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FEFAEF;
}


.footer-link:link,.footer-link:visited,.footer-link:active {
	color: #000000;
	font-family: tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
.footer-link:hover {
	color: #666666;
}

