table {
	width: 100%;
	background: #f9f9f9;
	border: 1px;
	vertical-align: top;
	border: #007B70 solid 1px;
}

.lightgreen h2, .lightergreen h2 {
  size: 15px;
}

.contenttable {
  width: 100%;
  background: #ccc;
}

td.darkgreen, tr.darkgreen {
  font-size: 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

td.lightgreen, tr.lightgreen {
font-size: 11px;
	background: #E5F3F2;
	color: #000;
	font-weight: normal;
	text-align: center;
}

td.lightergreen, tr.lightergreen {
font-size: 11px;
	background: #F2F9F9;
	color: #000;
	font-weight: normal;
	text-align: center;
}

td.white, tr.white {
font-size: 10px;
width: 100px;
	background: #fff;
	color: #007B70;
	font-weight: bold;
	text-align: center;
}


