@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodybg {
	background-image: url(/images/body.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -425px;
	width: 850px;
	height: 779px;
	visibility: visible;
	border: 0px solid white;
	z-index: 1;
}
.menu {
	position: absolute;
	top: 186px;
	left: 50%;
	margin-left: -380px;
	width: 261px;
	visibility: visible;
	border: 0px solid white;
	z-index: 3;
}
.bodytx {
	position: absolute;
	top: 275px;
	left: 50%;
	margin-left: -335px;
	width: 670px;
	visibility: visible;
	border: 0px solid white;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #890000;
	font-weight: bold;
}