@charset "utf-8";
.TableBorder_LeftRight_Green {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}

A.LinksGreen {color: #669900; text-decoration: none}
A.LinksGreen:hover {color: #669900; text-decoration: underline}

