﻿@media print
{
	.Left
	{
		display:none;
		width:0%;
	}
	
	.Right
	{
		width:80px;
	}
	
	.appTitle
	{
		background-color: White;
		color: White;
		font-family: Times New Roman;
		font-size: 18px;
		font-weight: bold;
		vertical-align: top;
		height: 18px;
		text-align: center;
	}
	
	.appTitleTwo
	{
		background-color:White;
		color:Black;
		font-family: Times New Roman;
		font-size: 14px;
		font-weight:bold;
		vertical-align: top;
		height: 14px;
		text-align:center;
	}
	
	.navBar
	{
		display:none;
	}
	
	.headerImage
	{
		display:none;
	}
	
	.header
	{
		display:none;
	}
	
	.spacer20
	{
		display:none;
	}
	
	.footer
	{
		display:none;
	}
	
	
}



