@charset "UTF-8";
table {
	border: 2px solid #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.tablebg {
	background-image: url(images/broccoli-mound.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 40px;
	border: 3px dashed #156825;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
table tr td  {
	border-bottom: 3px solid #000000;
	border-collapse: collapse;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 15px;
}
.tablehead {
	font-size: 40px;
	text-align: left;
	font-style: normal;
}
.tableboldline {
	border-bottom: 10px solid #000000;
}
.tablefoot {
	font-size: 13px;
}
.tablesub {
	text-indent: 20px;
}
.tablemidline {
	border-bottom: 4px solid #000000;
}
