@charset "UTF-8";
.classHolder {
}
.classFrame {
	width: 125px;
	margin: 5px;
	border: medium double #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000;
	height: 200px;
	float: left;
}
.classTitle {
	text-align: center;
	height: 25px;
	margin-top: 10px;
	font-weight: bold;
	font-size: x-small;
}
.classImage {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: xx-small;
}
/* CSS Document */

.className {
	text-align: center;
	height: 25px;
	margin-top: 5px;
}
.classTitleRED {
	text-align: center;
	height: 25px;
	margin-top: 10px;
	font-weight: bold;
	font-size: x-small;
	color: #900;
}
.classTitleRED a:link {
	color: #F00;
}
