﻿@media print {

	#container .width-wrap,	#container, #body, #left, #footer,#copyright, .print100p {width: 100%; margin: 0; padding: 0; float: none; overflow: visible; max-width: none;}
	
	#header, .menu, .search, #right, #copyright img {display: none;}
	
	#footer {border-top: 1px solid #000;}

	h1, h2, h3, h4 {page-break-after: avoid;}
	img {max-width: 100% !important;}
	#body a[href^=http]:after {content:" <" attr(href) "> ";}
	#body a[href^="#"]:after {content: "";}
	#frm ul li {list-style: disc inside;}
	table.blackborder td {border: 1px solid #555; border-collapse: collapse;}
	body a.external {padding-right: 0;}

}