@charset "utf-8";
/* CSS Document */

body {
	background: #677e52 url("../images/bg.jpg") repeat-y center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.ContentBox {
	width: 700px;
	background: url("../images/content.jpg") repeat-y center;
	height: auto;
}
.FooterBox {
	width: 700px;
	background: url("../images/footer.jpg") no-repeat top center;
	height: 25px;
}
.mainTable	{
	width: 650px;
	padding: 0px;
	height: auto;
	border: 0px;
}
.leftCell {
	padding: 0px 10px 0px;
	width: 100px;
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
}
.mainCell {
	padding: 0px 10px 0px;
	width: auto;
	vertical-align: top;
	text-align: left;
}
