@charset "utf-8";
body {
	background-image: url(images/top_rept.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #F29715;
}
.right {
	background-image: url(images/right_rept.jpg);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #B41E1F;
	font-size: 13px;
	font-weight: bold;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #B41E1F;
}
.footer a:hover {
	text-decoration: underline;
}
#body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-bottom: 20px;
	text-align: justify;
}

