body {
    	top: 0;
    	left: 0;
	margin:0px; 
	background-color:#C0C7F5;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	table-layout: auto;
	overflow:auto;
}

.rowHeader{
	color: #eeeeee;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	background-color: #8B94C0;
}

.altRow1{
	background-color: #D2D8FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.altRow2{
	background-color: #C0C7F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.reportTable{	  	
	border: none;
	background-color:#000033;	
	width: 100%;
}


.listertbody tr {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	
.listerthead tr{
	position:relative; 
	top: expression(offsetParent.scrollTop);
	background-color: #000033;
	color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
}
a:link {color: red; text-decoration: none; }
a:visited {color: purple; text-decoration: none; }
a:hover {color: orange; text-decoration: underline; }
a:active {color: blue; font-weight:bold; }