/* CSS Document */
caption {
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-top: 1em;
	margin-bottom: .25em;
}
table, thead, tbody, tr, th, td {
	font-size:1em;
	line-height: 1.5em;
}
table {
	border-collapse:collapse;
	border:1px solid #ccc;
}
td, th {
	border:1px solid #eee;
	border-left:0; border-right:0;
	padding:5px 10px 5px 10px;
}
th {
	color: #fff;
	font-weight:bold;
}


thead th {
	color: #fff;
	background: #c10037;
	font-size:1.1em;
	padding-left:5px;
	padding-right:5px;
	}
	
thead td {
	background-color:#ddd;
 	}


tbody th {background-color:#EEE; color:#555;
padding-left:5px;
	padding-right:5px;}
tfoot {font-weight:bold;}