body {
  margin: 20px;
  padding: 0;
  color: black;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12pt;
  background-color: white;
}

@media print
{
.noprint {display:none;}
}

.contact_table {
	border-collapse: collapse;
	text-align: left;
}

.contact_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
  text-align: left;
}

.contact_table td {
	padding-left: 12px;
	padding-right:12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact_table tr td:nth-child(1) {
  text-align: center;
}


.regular_table {
	border-collapse: collapse;
	text-align: left;
}

.regular_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
  text-align: left;
}

.regular_table td {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.regular_table tr td:nth-child(2) {
  text-align: center;
}
.regular_table tr td:nth-child(4) {
  text-align: center;
}
.regular_table tr td:nth-child(6) {
  text-align: center;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
input[type="radio"] {
  width: 18px;
  height: 18px;
}

.zebra {
  background-color: #E0D1B2;
}

tr:nth-child(even).zebra {
  background-color: #CCEBF5;
}