/* @media print */

.Header
{
	display:none;
}

.PrintableHeader
{
	clear: both;
	display: block;
	border-bottom: solid 1px #5E5E5E;
	margin-bottom:45px;
	padding-bottom:5px;
}
