/* CSS Document */
/* print styles */
body {
	color: black; 
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:link, a:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
    font-weight: bold;
}

H1, H2, H3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray;
}

tr.trPrint, div.trPrint {
	display: none;
	height:0px;
	margin:0px;
	width:0px;
	border:1px solid red;
	
}

td.trPrint {
	display: none;
	height:0px;
	margin:0px;
	width:0px;
	border:1px solid red;
	
}

td.printVer{
	position:absolute;
	top:5%;
	left:0%;
	width: 700px;	
}
.bigTitle{
	font-size:24px;
	text-decoration:underline;
}

.headerPrn{
	display:block;
}
