
table
{
	font-family: Arial;
	font-size: 8pt;
	padding: 0;
	border-collapse: collapse;
}

.borders td
{
  border: 1px solid #000;
  padding:5px;
}


.highlightCell
{
	background-color: Yellow;
	font-weight: bold;
	text-align: center;
}

.blueCell
{
	background-color: #00569e;
	color: White;
	font-weight: bold;
}

.centerAlign
{
	text-align: center;
}

.boldCell
{
	font-weight: bold;
}
