.table-HeaderRow {
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #CFD8CB;
	color: #666666;
}
.table-CourseName {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	padding-left: 5px;
}
.table-CourseUnderline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}
