body {
	padding: 0px;
	margin: 0px;
	background-image: url("../jpg/grassybackground.jpg");
	background-repeat: repeat-x;
	background-color: #7E9176;
	font-family: 'Georgia', serif;
	font-size: 9pt;
	font-weight: 500;
	line-height: 12pt;
}

.introbox {
	margin: 24px 0px 0px 24px;
	border: 0px;
	padding: 0px;
	background-color: #EBE8C0;
	width: 748px;
}

.toprow {
	background-color: #386424;
}

.topleft {
	height: 6px;
	width: 6px;
	background-image: url("../gif/topleft.gif");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #386424;
	float: left;
}

.topright {
	height: 6px;
	background-image: url("../gif/topright.gif");
	background-repeat: no-repeat;
	background-position: right;
	background-color: #386424;
}

.titlerow {
	background-color: #386424;
	color: #DDD37F;
	font-size: 12pt;
	font-weight: bold;
	padding: 8px 0px 7px 15px;
}

.middlerow {
	padding: 8px 15px 7px 15px;
}

.bottomleft {
	height: 6px;
	width: 6px;
	background-image: url("../gif/bottomleft.gif");
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}

.bottomright {
	height: 6px;
	background-image: url("../gif/bottomright.gif");
	background-repeat: no-repeat;
	background-position: right;
}

