@charset "utf-8";
.tablesectionHeader {
	background-color:#0e4877;
	border-top:1px solid #333333;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
}

.imageborder {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 0e4877;
	border-right-color: 0e4877;
	border-bottom-color: 0e4877;
	border-left-color: 0e4877;
}

