@charset "utf-8";
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7ba800;
	background-image: url(../images/bt.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.main-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EFEFEF;
	text-align: justify;
}
.bot-link {
	font-family: Tahoma;
	font-size: 11px;
	color: #9EAAB4;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #90c305;
}
.logo-flip {
	background-image: url(../images/logo-flip.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
