table.template1 td.title {
	color: Black;
	font-weight: bold;
	font-size: 18px;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid white;
}
table.template1 td.subtitle {
	color: red;
	font-weight: bold;
	font-size: 15px;
	height: 50px;
	text-align: center;
}
table.template1 td.body {
	color: White;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 130px;
	text-align: center;
	vertical-align: text-top;
}
table.template1 td.contactInfo {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	height: 50px;
	text-align: left;
	vertical-align: text-bottom;
}
table.template1 {
	height: 300px;
	background-color: #8FBC8F;
	color: White;
	border: 1 solid black;
}

table.template2 td.title {
	color: #8B0000;
	font-weight: bold;
	font-size: 18px;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid Black;
}
table.template2 td.subtitle {
	color: #556B2F;
	font-weight: bold;
	font-size: 15px;
	height: 50px;
	text-align: center;
}
table.template2 td.body {
	color: black;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 130px;
	text-align: center;
	vertical-align: text-top;
}
table.template2 td.contactInfo {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	height: 50px;
	text-align: left;
	vertical-align: text-bottom;
	font-weight: bold;
}
table.template2 {
	height: 300px;
	background-color: #DEB887;
	color: White;
	border: 1 solid black;
}

table.template3 td.title {
	color: Navy;
	font-weight: bold;
	font-size: 18px;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid Black;
}
table.template3 td.subtitle {
	color: Maroon;
	font-weight: bold;
	font-size: 15px;
	height: 50px;
	text-align: center;
}
table.template3 td.body {
	color: black;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 130px;
	text-align: center;
	vertical-align: text-top;
}
table.template3 td.contactInfo {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	height: 50px;
	text-align: left;
	vertical-align: text-bottom;
	font-weight: bold;
}
table.template3 {
	height: 300px;
	background-color: #FFFACD;
	color: White;
	border: 1 solid black;
}


table.template4 td.title {
	color: Navy;
	font-weight: bold;
	font-size: 18px;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid Black;
}
table.template4 td.subtitle {
	color: Maroon;
	font-weight: bold;
	font-size: 15px;
	height: 50px;
	text-align: center;
}
table.template4 td.body {
	color: black;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 130px;
	text-align: center;
	vertical-align: text-top;
}
table.template4 td.contactInfo {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	height: 50px;
	text-align: left;
	vertical-align: text-bottom;
	font-weight: bold;
}
table.template4 {
	height: 300px;
	background-color: white;
	color: White;
	border: 1 solid black;
}

