.CourseCell {
	width: 15%;
	padding-bottom: 1em;
}
.GECCell, .CARCell, .GlobalCell, .GlobalNWCell, .LabCell {
	width: 13%;
}
#Gtable {
	width:60%;
	text-align:center;
}
#GECSummaryTable, .GECSummaryTable {
	width: 95%;
	border: 1px solid #666666;
	font-size: .8em;
}
#GECSummaryTable th, .GECSummaryTable th {
	font-weight: bold;
	background-color: #FFFFCC;
	text-align: center;
}
#GECSummaryTable p, .GECSummaryTable p { 
	margin-bottom: 1em;;
}
#GECSummaryTable .MarkerCell, .GECSummaryTable .MarkerCell {
	text-align: center;
	width: 40px;
}

