.students {
	text-align:					left;
}
.studentClearer {
	clear:						both;
	margin-top:					10px;
	border-bottom:					2px solid #000;
	margin-bottom:					-3px;
}
.classTitle {
	display:					block;
	padding:					3px;
	width:						40px;
	text-align:					center;
	color:						#FFF;
	background-color:				#000;
	font-weight:					bold;
	margin-bottom:					10px;
}
div.topSpan {
	width:							100%;
	margin:						10px;
}

.classTitleClone {
	padding:						3px;
	width:							40px;
	text-align:						center;
	color:							#FFF !important;
	background-color:				#000;
	font-weight:					bold;
}
div.student {
	color:							#000000;
	margin:							5px;
	width:							30%;
	padding:						3px;
	float:							left;
	font-size:						100%;
	letter-spacing:					0px;
	background-image:				url('../images/yellowSmallBlend.jpg');
	background-position:			top left;
	background-repeat:				repeat-x;
}
.gototop {
	text-align:						right;
	clear:							both;
}