@media print {
 td{  font-family: font-family: "Courier New", Courier, monospace; font-size: 14px}
 div{  font-family: font-family: "Courier New", Courier, monospace; font-size: 14px; font-weight: bold}
h1 {font-size: 16px; color: #000000;}
pre {display: none; }


 table.screen { 
  display: none; 
 }
  td.screen { 
  display: none; 
 }
   img.screen { 
  display: none; 
 }
}

@media screen {
 table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 td{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}

  img{ }
  h1 {
	font-size: 12px;
	color: #CC0000;
}
  pre.print { 
  display: none; 
 }

  div.print { 
  display: none; 
 }
}

td.print { }
h1.print { }
.img {
	border: 1px solid #CC0000;
}
.img2 {
	border: 1px solid #CC0000;
}
hr {
	color: #757575;
	background-color: #757575;
	width: 80%;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
