table {
  border: 4px solid #000000;
  margin: 0 0 12px 0;
  border-collapse: collapse;
  font-size: 12px;
  font-family: serif;
}

table.subtable {
  border: 0px none #000000;
  margin: 0 0 0 0;
  border-collapse: collapse;
}

thead {
  display: table-header-group;
}

th {
  font-weight: bold;
}

th.mainHeader {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-width: 4px 2px 2px 2px;
  border-style: solid;
  border-color: #000000;
}

th.subheader {
  text-align: center;
  font-size: 18px;
  border: 2px solid #000000;
}

tfoot {
  display: table-footer-group;
}

br {
  page-break-after: always;
}

/* Project Information Table */

th.project {
  text-align: left;
  font-size: 12px;
  border-style: none;
}


/* Other Tables */

th.otherHeader {
  text-align: center;
  border: 1px solid #000000;
}

td.otherData {
  border: 1px solid #CCCCCC;
}

/* Do not remove this style */
.MissingStyle {
  visibility:hidden;
  font-size:1px;
}
