

table {
	border-collapse: collapse;
	border: 3px solid #f0efef;
	border-top: 5px double #800;
	border-bottom: 5px double #800;
	line-height: 1.2em;
	margin: 1em auto;
	width: 100%;
}
th {
	padding: 5px 10px;
	color: #800;
	font-weight: bold;
	text-align: left;
	line-height: .8em;
}
thead th {
	color: #FFF;
	border: 1px solid #800;
	white-space: nowrap;
	background: #800 url("../images/table_head_bg.png") repeat-x top left;
}
tbody td, tbody th {
	padding: 5px 10px;
	background: #f0efef;
	color: #000;
}
tbody th {
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #800;
}
tbody tr.odd td, tbody tr.odd th {
	background: #dcc;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}

caption {
	/* font-family: "Georgia", serif; */
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}

table.white {
	background-color: #FFF;
	border: 3px solid #FFF;
	border-top: 5px double #800;
	border-bottom: 5px double #800;
}

table.white tr {
	background-color: #FFF;
}

table.white tr td {
	background-color: #FFF;
}