a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.s_back {
	background-attachment: scroll;
	background-image: url(s_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:visited {
	text-decoration: none;
}
.bg {
	background-attachment: scroll;
	background-image: url(class_bk_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.botbgsofits {
	background-attachment: scroll;
	background-image: url(schbg_12.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.font_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#displaybox {
	z-index: 9999;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;

