
/* fee ‚Ìindex.html—p */

.feeCourse{
	background-color:#339900;
	text-align:center;
	font-size:12px; color:#ffffcc;font-weight:bold;
	font-family:verdana;
	border-bottom:solid white 1px;
}
.feeCourse2{
	background-color:#339900;
	text-align:center;
	font-size:12px; color:#ffffcc;font-weight:bold;
	font-family:verdana;
	border-right:solid #99cc66 5px;
}
.feeCourseLast{
	background-color:#339900;
	text-align:center;
	font-size:12px; color:#ffffcc;font-weight:bold;
	font-family:verdana;
}
.feeData{
	background-color:seashell;
	font-size:12px; font-family:verdana;
}
.feeDataBig{
	background-color:seashell;
	font-size:14px; font-family:verdana;
}
.feeDataT{
	background-color:seashell;
	border-top:solid 1px gray;
	font-size:12px;
	font-family:verdana;
}
.feeDataR{
	background-color:seashell;
	border-right:solid 1px gray;
	font-size:12px;
	font-family:verdana;
}
.feeDataB{
	background-color:seashell;
	border-bottom:solid 1px gray;
	font-size:12px;
	font-family:verdana;
}
.feeDataBR{
	background-color:seashell;
	border-bottom:solid 1px gray;
	border-right:solid 1px gray;
	font-size:12px;
	font-family:verdana;
}
.feeDataTR{
	background-color:seashell;
	border-top:solid 1px gray;
	border-right:solid 1px gray;
	font-size:12px;
	font-family:verdana;
}
.feeDataTB{
	background-color:seashell;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	font-size:12px;
	font-family:verdana;
}