/* CSS Document */
#stage h3 {
	font-variant: small-caps;
}
table {
	width: 490px;
	border-collapse: collapse;
	border: 1px solid #454545;
}
table thead th {
	background-color: #454545;
	color: #FFF;
	font-weight: bold;
}
table tbody th {
	text-align: right;
}
table th, #stage table td {
	padding: 3px 5px;
}
table tbody tr.alt th, table tbody tr.alt td {
	background-color: #EFEFEF;
}
