/*  {display: none !important;}*/


@media print
{
	body{
		float: none !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		background: white !important;
		font-size: 12pt !important;
	}	
	
	.NoPrint{
		display: none !important;
	}
	
	#tblBorder {width:100%; background-color:#C0C0C0;}

	#tblOuter {width:100%; background-color:#FFFFFF;}
	
	INPUT.Regular {display: none !important;}
	
	.divBtn {display: none !important;}
	.divBtnR {display: none !important;}
	
}

/*
#articletext ,
#authorbio a[href]:after,
#footer a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#articletext a[href^="/"]:after,
#authorbio a[href^="/"]:after,
#footer a[href^="/"]:after {
   content: " (http://alistapart.com" attr(href) ") ";}
 */