﻿/* Print test styles */

body
{
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
	background: White;
}

.PrintLogo
{
	display: block;
}

.PrintLogo img
{
	position: absolute;
	right: 0;
	width: 27.5em;
	height: 8.33em;
	display: block;
}

.NoPrint
{
	display: none;
}

.AdultContent
{
	padding: 0;
}

.AdultContentLayout
{
	overflow: visible;
	width: 100%;
}

.MainContentArea
{
	width: 100%;
	height: 100%;
	font-size: 1em;
}