@charset "UTF-8";
.header {
	font-family: "Bookman Old Style", "Hoefler Text";
	font-size: 28px;
	font-style: italic;
	font-weight: bolder;
	color: #006600;
	text-align: center;
}
.subheader_green {
	font-family: "Bookman Old Style", "Hoefler Text";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
.subheader_black {
	font-family: "Bookman Old Style", "Hoefler Text";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.table_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	text-align: center;
}
.table_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.tablenumbers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	text-align: center;
	vertical-align: middle;
}
.little_table_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	text-align: left;
}
.little_table_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
}
