@charset "utf-8";
.CellBorder {
	height: auto;
	width: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #1c5695;
	border-right-color: #1c5695;
	border-bottom-color: #1c5695;
	border-left-color: #1c5695;
	background-color: #009999;
}

