/* Style our schedule table */
table.schedule {
	background:#000000;
	border-collapse: collapse;
	border:1px solid #eadda2;
}

table.schedule caption {
	text-align:left;
	font-size:14pt;
    margin-bottom:10px;
    font-weight:bold;
    color:#c4b571;
}

table.schedule th {
	border:1px solid #eadda2;	
	vertical-align:top;
	font-weight:bold;
	padding:5px;
}

table.schedule td {
	border:1px solid #eadda2;
	vertical-align:top;
	padding:5px;
	text-align:center;
}

div.notes {
	font-style:italic;
}