@charset "utf-8";

table.feesmart {
	margin : 5px;
	border-collapse : collapse;
	border-style : solid;
	border-width : 1px;
	width : 97%;
	background : #ffffff;
}
table.feesmart td {
	border-style : solid;
	border-width : 1px;
	color : #000000;
	padding-left : 2px;
	border-color : #d400b4;
}
td.feetitle {
	text-align : center;
	background : #d400b4;
}
td.feename {
	background : #f5f5f5;
	text-align : center;
	color : #000000;
}
label.feetitle{
	color : #ffffff;
	font-weight : bold;
}
