﻿body 
{
	position: absolute;
	font-family:Arial, Tahoma;
	font-size: 9pt;
}

.FaderSqs
{
	/*z-index: 100;  */
	position: absolute;
	background-color: Red;
	border: none;
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	/*IE seems to have a built-in minimum div height of about 20px...
	adding these 2 attributes seems to solve it. (http://archivist.incutio.com/viewlist/css-discuss/39150)*/
	font-size: 1px;
	line-height: 0px;
}
.HdrBarStatic
{
	position: absolute;
	top: 46px;
	background-color: #6699cc; /*cobalt blue*/
	height: 10px;
	width: 5px;
	/*IE seems to have a built-in minimum div height of about 20px...
	adding these 2 attributes seems to solve it. (http://archivist.incutio.com/viewlist/css-discuss/39150)*/
	font-size: 1px;
	line-height: 0px;
}
.ServicesTblCell
{
	font-size: x-small;
	width:33%; 
	cursor: hand; 
	background-color:#f5f5f5; /*white smoke*/
}

