﻿#Header, #LeftBar, #Footer, #Search
{
	display: none;
}

#PrintHeader
{
	display: block;
	font-family: Arial, Times New Roman;
	font-size: 14pt;
	border: solid 1px #000000;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	height: 2em;
}

#PrintFooter
{
	display: block;
	font-family: Arial, Times New Roman;
	font-size: 14pt;
	border: none;
	height: 2em;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	height: 2em;
}
			