.feeTable {
	background-color: #333333;
}
.feeTable th {
	line-height: 1em;
	background-color: #CCE198;
	width: 90px;
	padding: 3px;
	text-align: center;
}
.feeTable td {
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.note {
	font-size: 0.85em;
	line-height: 1.2em;
	margin-top: 3px;
}
.rowHeader {
	background-color: #CCCCCC;
	font-weight: bold;
	background-image: url(fee_img/tableBg.gif);
}

