﻿div, .HideWhenPrint{
	display: none;
}

.ShowWhenPrintBlock{
	display: block;
}

.ShowWhenPrintInline{
	display: block;
}

#Container, #Main, #Content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
