@charset "UTF-8";
/* CSS Document */

.classBox {
	float: left;
	width: 620px;
	margin-top: 10px;
}
.classBox .spa {
	float: left;
	clear: both;
}

.classBox .smoll {
	font-size: 14px;
}
.classBox ul {
	width: 120px;
	float: left;
	margin: 0px;
	padding: 0px;
}


.classBox li {
	list-style-image: url(../information_folder/info_bled.gif);
	font-size: 100%;
	margin: 5px;
	list-style-position: inside;
}

.classBox table {
	background-color: #999999;
	width: 620px;
	color: #5a5a5a;
	margin-bottom: 30px;
	clear: both;
}

.classBox table th {
	background-color: #F3F3E7;
	font-size: 13px;
	padding: 2px;
	white-space: nowrap;
}

.classBox table td{
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
}

caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}

.classBox table col.col1 {
	width: 100px;
}

.classBox table col.col2 {
	width: 70px;
}

.classBox table col.col3 {
	width: 85px;
}

.classBox table col.col4 {
	width: 160px;
}

.classBox table col.col5 {
	width: 205px;
}