/* CSS Document */
.headRow div,.recRow div
{
	border-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	border-color:#000000;
	border-style:solid;	
	float:left;
	width:45px;
	text-align:center;
	left:-1px;
	top:-1px;
}
.recRow div
{
	text-align:left;
}
.headRow,.recRow
{
	clear:both;
}
.headRow div
{
	border-top-width:1px;
	background-color:#959595;
}
