@charset "UTF-8";
body {
	margin-top: 20px;
	background-image: url(images/greenbg.jpg);
	background-repeat: repeat-x;
}
#pageText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 3px;
}
#pageScroll {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 3px;
	height: 298px;
	overflow-y: scroll;
	padding-right: 10px;
}
.bigger {
	font-size: 20px
}
a:link {
	color: #294F1B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A7125;
}
a:hover {
	text-decoration: underline;
	color: #58A43A;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#pageScroll table {
	font-size: 11px;
	text-align: center;
}
