﻿@media print 
{
	
	.NoPrint
	{
		display: none;
	}
	.LogoImage
	{
		display: none;
	}
	
	.NavBar 
	{
		display: none;
		
	}
	.RedFooter
	{
		display: none;
	}
	.BlackFooter
	{
		display: none;
	}
	.BannerBK
	{
		display: none;
		
	}
	.LeftBK
	{
		display: none;
	}
	.RightK
	{
		display: none;
	}
	.PrintMe
	{
		display: inline;
	}
	.LabelPrint
	{
		height: 1in;
		width: 2.625in;
		vertical-align: middle;
		text-align: center;
		
	}
		
}