table.tabletemplate3 {
	border-collapse: collapse;
	empty-cells: show;
}

caption.tabletemplate3  {
	font-weight: bold;
	font-size: 17px;
	color: white;
	padding: 4px;
	margin-bottom: 8px;
	text-align: left;
}

td.tabletemplate3-title {
  height: 25px !important;
	height: 45px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgb(160,165,169);
	border: 3px solid white;
}

td.tabletemplate3-row1-col1 {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: rgb(160,165,169);
	border: 3px solid white;
}

td.tabletemplate3-row1-col2 {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: rgb(160,165,169);
	border: 3px solid white;
}

td.tabletemplate3-row2-col1 {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: rgb(160,165,169);
	border: 3px solid white;
}

td.tabletemplate3-row2-col2 {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: rgb(160,165,169);
	border: 3px solid white;
}

td.tabletemplate3-empty   {
	background-color: #FFFFFF;
}