a, a.colorWhite {
	text-decoration: none;
}
a {
	color: #800000;
}
a.colorWhite {
	color: white;
}
.calTbl td, .scheduleTxt, input, a, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.calTbl td {
	text-align: center;
}

.dayPast {
	color: #CCC;
}

.txtBold td {
	font-weight: bold;
}
.classPadding td {
	border: 1px solid #6D3E0B;
}
.scheduleTxt {
}
a.colorRed {
	text-decoration: none;
	color: #CC0000;
}
a.colorRed:hover {
	text-decoration: underline;
}