table {
	padding: 0px;
	margin: 0px auto 12px auto;
	width: 600px;
}
table td {
	padding: 4px;
}
table td.moreInfo {
	width: 15%;
	text-align: center;
}
table td.buyTickets {
	width: 20%;
	font-weight: bold;
	text-align: center;
}
table tr.altRow {
	background-color: #F6F6F6;
}
