/* CSS Document */
caption {
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-top: 1em;
	margin-bottom: 0em;
}
table, thead, tbody, tr, th, td {
	font-size:1em;
	line-height: 1.5em;
}
table {
	border-collapse:collapse;
}
td, th {
	border:.1em solid #555;
	padding-left:3px;
	padding-right:3px;
}
th {
	color: #fff;
	background: #c10037;
}
thead th {
	color: #fff;
}
thead td {
	background-color:#ddd;
}
