/* .TableHeader {
	font-size: 16pt; 
	font-weight:bold;
	background-color:#8F0028; font-size:8pt;
	color: #FFFFFF;
} */


table {
	margin-left:auto; 
	margin-right:auto;
}

body {
	margin-top:0px;
}

.CourseTitle {
	font-size:24pt;
	color:#800000;
	text-align:center;
}

.CourseNumber{
	font-size:14pt;
	color:#800000;
	text-align:center;
	
}

.TableHeader{
	background-color:#800000; 
	text-align:left;
	vertical-align:top;
	color:#FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.BulletCell{
	width:13px; 
	text-align:center; 
	vertical-align:top;
}

.LastRevised{
	font-size:11px;
	color:black;
	background-color: #FFFF99;
	font-weight: normal;
}