﻿@media print
{
	.NotPrinted
	{ 
		display: none !important;
	}
}

.PrintMessage
{
	width: 100%; 
	height: 55px;
	padding-left: 100px;
	margin: auto; 
	font-weight: bold; 
	background-image: url(./Images/home_sitebg.gif)
}
