#header, .noprint {display: none;}
/*simple table layout style*/
table.dataTable {
	border-top:	1px solid gray;
	border-left: 1px solid gray;
	border-collapse: collapse;
	width: 100%;
}
table.dataTable th, table.dataTable td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;	
	vertical-align: top;
	padding: 3px;
}
table.dataTable th {width: 33%;}
table.dataTable td {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;	
}
table.dataTable td.headerCell {
	font-weight: bold;
	font-size: 	large;
	text-align: center;
	color: #993333;
}
