.niceTable {
	border-left: 1px solid #E6E5E6;
}
.niceTable th {
	font-size: 9px;
	text-transform: none;
	line-height: 13px;
	padding: 3px;
}
.niceTable td {
	font-size: 9px;
	line-height: 14px;
	padding: 3px;
	border-right: 1px solid #E6E5E6;
	border-bottom: 1px solid #E6E5E6;
	color: #5b5b5b;
}
.niceTable td.whitebkg {
	background-color: #FFFFFF;
	border-style: none;
	text-align: center;
	padding-bottom: 0px;
}