.tableBgLightGreen {
	background-color: #D7F7D2;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
p { font-family: Arial, Helvetica, sans-serif; color: #000000; text-align: left; }
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0D7101;
	text-decoration: underline;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
}
.bottomLeftBG {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #D7F7D2;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
}
.rightLine {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0B4402;
	border-right-color: #0B4402;
	border-bottom-color: #0B4402;
	border-left-color: #0B4402;
}
