a {
	text-decoration: underline;
	color: #2d7e4c;
}
a:hover {
	text-decoration: none;
	color: #2d7e4c;
}

.GreenBackground
{
	background-color: #2d7e4c;
}
.GreyBorder
{
	border-top: 1px solid #BFBFBF; 
	height: 1px; 
	width: 100%; 
	margin-top: 12px; 
	margin-bottom: 8px;
}
.Red, a.Red, .Red a
{
	color: Red;
}