table.styled, .styled th, .styled td {
	border: 1px solid #201f1f;
	border-collapse: collapse;
	font-family: Helvetica,Arial,sans-serif;
	color: #555;
}

.styled caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

.styled td, .styled th {
	padding: 4px;
}

.styled thead th {
	text-align: center;
	background: #888e72;
	color: #fff;
	font-size: 100% !important;
	font-family:Helvetica,Arial,sans-serif;
}

.styled tbody th {
	font-weight: bold;
}

.styled tbody tr { background: #FCFDFE; }

.styled tbody tr.odd { background: #c2cb9e; }

.styled tfoot th, .styled tfoot td {
	font-size: 85%;
}