.table_wrap {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	border: none;
}
#content table {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border: 1px solid #777777;
	text-align: left;
	float: none;
	table-layout: auto;
	font-family: "Times New Roman", Times, serif;
}
#content table.small_table {
	width: 70%;
}
#content table.smallest_font {
	font-size: 80%;
}
#content table.with_lines td {
	border-left: 1px solid #777777;
}
#content table.centered {
	text-align: center;
}
#content table caption {
	float: none;
}
#content table caption.caption_is_heading {
	background-color: #fff100;
	border: 1px solid #777777;
	border-bottom: none;
}
#content table th.horizontal_header {
	text-align: left;
	border-top: 1px solid #777777;
}
#content table tr.head_row {
	background-color: #fffcd6;
}
#content table .last_row {
	background-color: #fff100;
}
#content table td {
	border-top: 1px solid #777777;
	margin: 0;
	padding: 0;
}
#content table td, #content table th {
	padding: 1px 8px 1px 8px;
}
#content table.narrow_cells td, #content.narrow_cells table th {
	padding: 1px;
}
#content table td.align_right {
	text-align: right;
}
#content table th {
	font-weight: normal;
}
#content table .no_border {
	border: none;
}
