body {
	background-color: limegreen;
}
table {
	background-color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}
.footer {
	font-size: 12px;
	color: #003366;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #003366;
	text-align: justify;
}
.greentitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: limegreen;
}
.rightcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
