<style type="text/css">
<!-- 
body{
		 background: white;
		 margin: 2px 2px 2px 2px;
}
.binarycell{
			background: #006400;
			font-family: helvetica;
			font-size: 9px;
			font-weight: bolder;
			color: #FFFFFF;
}
.maintable
{
			background: #006400;
}
.time{
			font-family: helvetica;
			font-size: 10px;
			font-weight: bolder;
			color: #000080;

}
.floatinglabel{
			font-family: helvetica;
			font-size: 10px;
			font-weight: bolder;
			color: #FFFFFF;
			position: absolute;			
}
td.topleft{
			border-left: 1px solid white;
			border-top: 1px solid white;
}
td.topright{
			border-right: 1px solid white;
			border-top: 1px solid white;
}
td.bottomleft{
			border-left: 1px solid white;
			border-bottom: 1px solid white;
}
td.bottomright{
			border-right: 1px solid white;
			border-bottom: 1px solid white;
}
td.topcell{
			border-top: 1px solid white;
}
td.bottomcell{
			border-bottom: 1px solid white;
}
td.leftcell{
			border-left: 1px solid white;
}
td.rightcell{
			border-right: 1px solid white;
}
-->
</style>