.cell {
	padding-top: 5px;
	font-size: 9px;
}
.cellWithBorder {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 9px;
	padding-left: 5px;
}
