@charset "utf-8";
body {
	background-image: url(images/topban.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	text-indent: 30px;
	padding-bottom: 6px;
}
.mainwbottom {
	background-image: url(images/btmban.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.main40pxmargin {
	margin-right: 40px;
	margin-left: 40px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 8px;
}
a {
	color: #986D03;
	text-decoration: none;
}
a:hover {
	color: #C36A0C;
	text-decoration: underline;
}
