@charset "UTF-8";
/* CSS Document */



/* Hide what we dont want to print */
.hideOnPrint {
	display: none;
}  

  TABLE#ContentTable{
  	width: 95%;
  }


/* Show what we want to print */
DIV#PrintCouponsWrap,
DIV#PrintCouponsWrap IMG{  
	display: block;
} 