@charset "UTF-8";
.top_line {
	background-image: url(images/top_line.gif);
	background-repeat: repeat-x;
	height: 2px;
	top: auto;
	clip: rect(2px,auto,auto,auto);
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/main_text.gif);
	background-repeat: no-repeat;
	text-align: justify;
	vertical-align: top;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background-attachment: fixed;
	position: absolute;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 18px;
}

