table {
	border-collapse: collapse;
	margin: 0 auto;	
	color: #FFF;
	width: 526px;
}
		
th, td {
	border: 1px solid #CCC;
	font-size: 1em;
	font-weight: normal;
	padding: 1px 4px;
}
		
caption {
	padding-top: 10px;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-weight: bold;
}		
		
th {
	background: url(../images/schedule-stripe.gif) 0 50% repeat-x;
	text-align: left;
	color: #000;
}
		
tfoot {
	background-color: #666;
	color: #000;
}
		
tfoot td {
	font-size: 0.75em;
	text-align: center;
}
		
tbody tr.alt td {
	background-color: #9F6;
}
		
tbody tr:hover td, tbody tr.over td {
	background: #0C0;
	color: #000;
}
		
tbody td {
	border-top: 0;
	border-bottom: 0;
}		