body {
font-size: 16px;
}

table.be-dark_grid {
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
  margin-left:auto;
	margin-right:auto;
}

table.be-dark_grid_left {
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
  margin-left:0px;
	margin-right:auto;
  width: 100%;
}

table.be-dark_grid_old th {
	background: #FF850D;
}

table.be-dark_grid th {
	background: #CCEEFF;
  text-align: center;
}

table.be-dark_grid th, table.be-dark_grid td {
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	padding: 2px
}

table.be-dark_grid_left th {
	background: #CCEEFF;
  text-align: center;
}

table.be-dark_grid_left th, table.be-dark_grid_left td {
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	padding: 2px
}

table.greenbar table, th, td {
  border: 2px solid grey;
  border-collapse: collapse;
  padding: 5px;
}

table.greenbar th {
  background-color: Silver;
  text-align: center;
}

table.greenbar tr:nth-child(odd) {
  background-color: PaleGreen;
}
table.greenbar tr:nth-child(even) {
  background-color: White;
}

.bold {
  font-weight: bold
}

.center-table {
  margin: 0 auto;
  float: none;
}

.centered-cell {
	text-align: center;
}

.tdc {
	text-align: center;
}

.h4col {
  border: 1px solid blue;
  box-sizing: content-box;
  box-shadow: 5px 2px 5px orange;
  color: green;
  font-weight: bold;
  text-align: center;
}

.h4colb {
  border: 1px solid blue;
  box-sizing: content-box;
  box-shadow: 5px 2px 5px orange;
  color: blue;
  font-weight: bold;
  text-align: center;
}

.right-cell {
	text-align: right;
}

.vl {
    border-left: 3px solid green;
    height: 500px;
}

form {
  background-color: #E7E7E7;
}
