﻿@media print{
	body		{background:#fff; font-size:90%;}
	table.dataTbl {width:100%;}
		caption,th,td{text-align:left;border:solid 1px #dcdcdc;}
	#container  {width:100%;}
	#content	{width:95%;}
	#header,
	#contentLf,
	#contentRt,
	#navSub,
	#breadcrumb,
	#goback,
	#frmSearch,
	#footer		{display:none;}
	#whoami		{visibility:visible;margin-bottom:5px}
}

