.TableContainer_CellBorder
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.TableContainer_HeaderCell
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: f7cf73;
}

.TableContainer_HeaderText
{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

