@charset "utf-8";
body {
	background-image: url(../images/page-top-rept.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
#footer_rept {
	background-image: url(../images/footer-rept.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#body-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.rating-txt {
	color: #501c00;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.website-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #155e01;
}
.main-link, .main-link a {
	color: #395C02;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.main-link a:hover {
	color: #000000;
	text-decoration: none;
}

