.RangeText
{
	text-align: left;
}
.TotalText
{
	text-align: left;
	padding-top: 15px;
}
.PageText
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.NumberTableCell
{
	text-align: right;
	border-bottom: 1px solid gray;	
	padding-right: 20px;
}
.DateTableCell
{
	border-bottom: 1px solid gray;	
}
.CenterTableCell
{
	border-bottom: 1px solid gray;
	text-align: center;
}
.TableCell
{
	border-bottom: 1px solid gray;
}
.TableHeading
{
	font-weight: bold;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
.NumberTableHeading
{
	font-weight: bold;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: right;
}
.CenterTableHeading
{
	font-weight: bold;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
}

.DateInputLabel
{
	font-weight: bold;
	text-align: right;
}

