.bottom-border {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
.border-right {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #003300;
}
.copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.textgreen {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #034216;
	text-decoration: none;
	font-weight: bold;
}
.subheading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.main-border {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}

