.whiteborder {
	border-top: 1px solid #FFFFFF;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.greenborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 005F44;
	border-right-color: 005F44;
	border-bottom-color: 005F44;
	border-left-color: 005F44;

}
