body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f6f6f;
	background-color: #78A240;
	background-image:url(graphics/container.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 16px;
}
h2 {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 16px;
}
p {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 25px;
	line-height: 150%;
}
li {
	line-height: 160%;
}
a {
	color: #6f6f6f;
}
a:link {
	color: #6f6f6f;
}
a:hover {
	color: #000000;
}

.textbg {
	background-color: #f8f7f0;
}
.bannerbg {
	background-color: #E5E2D1;
}
.textbgl {
	background-color: #FBFAF6;
}
