.greenborder {
	border: thin solid #187A23;
}
a:link {
	color: #1E7E27;
	text-decoration: none;
}
a:visited {
	color: #1E7E27;
	text-decoration: none;
}
a:hover {
	color: #A2B7D5;
	text-decoration: none;
}
.rightgreenline {
	border-top: 1px none #217E38;
	border-right: 1px solid #217E38;
	border-bottom: 1px none #217E38;
	border-left: 1px none #217E38;
}
.blueborder {
	border: thin solid #BDCCE1;
}
