body
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: Black;
}
.TableHeader
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	background: #009966;
	color : white;
	height : 20px;
	text-align: center;
}

.TableCellHeaderMain
{
	border-bottom: solid 1px white;
}

.TableCellBorder
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.TableCellBorderLeft
{
	width: 35px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.TableHeaderBottom
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	background:#009966;
	color : white;
	height : 20px;
	border-bottom: black 1px solid;
	text-align: center;
}

.TableCellHeader
{
	width: 35px;
	border-bottom: solid 1px black;
}

.TableCellStyle
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
}

.AlternateTableCellStyle
{
	background-color : #d2d2d2;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
}

.PointsAdjustCell
{
	background-color : White;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Black;
	text-align: center;
	border-right: solid 1px black;
}

.PointsAdjustCellAlternate
{
	background-color : #d2d2d2;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Black;
	text-align: center;
	border-right: solid 1px black;
}

.TableCellContentsLastRow
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-bottom: solid 1px black;
}

.AlternateTableCellContentsLastRow
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-bottom: solid 1px black;
}

.PointsAdjustCellLastRow
{
	background-color : #F0F0F0;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Black;
	text-align: center;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.PointsAdjustCellAlternateLastRow
{
	background-color : #F0F0F0;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Black;
	text-align: center;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.TableCellContentsFirstCol
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
}

.AlternateTableCellContentsFirstCol
{
	background-color : #d2d2d2;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
}

.TableCellContentsFirstColLastRow
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.AlternateTableCellContentsFirstColLastRow
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.EmptyClass
{
	background-color: White;
}

.tdStyle
{
	border: solid 1px black;
}

