table.program {
	width: 450px;
}

table.program ul {
	margin-bottom: 5px;
}

table.program tr th {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	width: 100px;
}

table.program tr th,
table.program tr td {
	padding: 5px;
	padding-left: 10px;
}

/* Dark grey */
table.program tr.darkgrey th,
table.program tr.darkgrey td {
	background: #c4cdde;
}

table.program tr.darkgrey th {

}

table.program tr.darkgrey td {
	font-weight: bold;
}

/* Light grey */
table.program tr.lightgrey th,
table.program tr.lightgrey td {
	background: #f3f3f3;
}

table.program tr.lightgrey th {

}

table.program tr.grey td {

}

/* Green */
table.program tr.green th,
table.program tr.green td {
	background: #bcd573;
}

table.program tr.green th {

}

table.program tr.green td {
	font-weight: bold;
}

/* Purple */
table.program tr.purple th,
table.program tr.purple td {
	background: #c5add1;
}

table.program tr.purple th {

}

table.program tr.purple td {
	font-weight: bold;
}

/* Blue */
table.program tr.blue th,
table.program tr.blue td {
	background: #969fcd;
}

table.program tr.blue th {

}

table.program tr.blue td {
	font-weight: bold;
}