table {
	width: 100%;
	margin-bottom: 50px;
	font-size: 90%;
	border-collapse: collapse;
}
table tbody th, table tbody td {
	border-bottom: 1px solid #ccc;
}
table tbody tr.tableHead {
	background: #DDD;
	font-weight: bold;
	text-align: center;
}
table tbody tr.tableHead th {
	text-align: center;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
table tbody tr.tableHead td {
	border-bottom: 1px solid white;
}
table tbody th {
	width: 18%;
	padding: 15px;
	text-align: right;
	border-right: 1px solid #ccc;
}
table tbody td {
	padding-left: 15px;
}
ul.copy{
	font-size: 90%;
	padding: 0;
	list-style: none;;
}
ul.copy li{
	font-size: 90%;
	line-height: 1.5em;
}