@media print{
  body {
		background-color: #FFFFFF;
		background-image: none;
		color: #000000;
		font-size: 12pt;
		text-align:left;
		font-family: "Times New Roman", Times, serif;
		width: 600px;
		height:auto;
	}
  
	.noprint {
		display: none;
	}
}