﻿@media print 
{

	.NotPrinted { 
  		display: none !important;
	}

	.meminv {

		width:100% !important;
		margin:0 auto;
		height: auto;
		float:none;
		line-height:12pt;
		overflow:visible !important;
		overflow-y:visible !important;
	}

	body, h1, h2, h3, ol, ul, div {border: 0;     margin: 0;     padding: 0;     float: none;  overflow: visible !important;}


	a {color: #781351;}

	
	html { overflow: visible; float:none; }


	h1,h2, h2.PanelTitle {
		font-size: 0.9em; 
	}


	td {
		font-size: 0.9em; 
		word-wrap: break-word;
	}


	yui-g-shade { width:70%;}

}
