td.fixed {
	position: fixed;
	background-color: #FFFFFF;
	top: 0px;
}
body {
margin: 0;
padding: 0;
}
table.fixed {
	position: fixed;
	background-color: #FFFFFF;

}

.top0
{
position: fixed;
	background-color: #FFFFFF;
	top: 0px;
}

.top81
{
position: fixed;
	background-color: #FFFFFF;
	top: 81px;
}


