TABLE.SquidTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify
	color: black;
	border-collapse: collapse;
	width: 100%;
}
TABLE.SquidTable TR
{
}
TABLE.SquidTable TR.Odd
{
	background-color: #E8E8E8;
	font-weight: bold;
	
}
TABLE.SquidTable TR.Even
{
	background-color: white;
}
TABLE.SquidTable TH
{

	font-weight: bold;
	text-align: center;
	color: Black;
	background-color: white;
	vertical-align: text-bottom;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}
TABLE.SquidTable TD
{
	padding: 2px;	

}
TABLE.SquidTable TD.String
{
	text-align: center;
}
TABLE.SquidTable TD.DateTime
{
	text-align: right;
}
TABLE.SquidTable TD.Double
{
	text-align: right;
}


TABLE.SquidTable TD.Month-End
{
	text-align: center;
}


TABLE.SquidTable TD.Three-Month
{
	text-align: center;
}


TABLE.SquidTable TD.Year-To-Date
{
	text-align: center;
}


TABLE.SquidTable TD.One-Year
{
	text-align: center;
}

TABLE.SquidTable TD.Three-Year
{
	text-align: center;
}


TABLE.SquidTable TD.Five-Year
{
	text-align: center;
}


TABLE.SquidTable TD.Ten-Year
{
	text-align: center;
}


TABLE.SquidTable TD
{
	text-align: center;
}