

.tableBorders {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
  margin-right: 5px;
}

.regionName {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.regionHead {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

.contentCells {
	font-size:12px;
}

.ruleNotes {
	font-size: 10px;
}

.ruleLeft {
	border-left: 1px solid #000000;
}

.ruleRight {
	border-right: 1px solid #000000;
}

.ruleRightLeft {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.ruleRightBottom {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.ruleTop {
	border-top: 1px solid #000000;
}

.ruleBottom {
	border-bottom: 1px solid #000000;
}

