table {
	border-collapse: collapse;
	border: 3px solid #FFF;
	border-top: 5px double #339;
	border-bottom: 5px double #339;
	line-height: 1em;
	margin: 1em auto;
}
th {
	padding: 5px 10px;
	color: #047;
	font-weight: bold;
	text-align: left;
	line-height: .8em;
}
thead th {
	color: #FFF;
	border: 1px solid #339;
	white-space: nowrap;
	background: #339 url(../images/bg/menu.gif) repeat-x top left;
}
tbody td, tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
tbody th {
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #339;
}
tbody tr.odd td, tbody tr.odd th {
	background: #E7F1F3;
}
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;
}
