﻿body
{
	background: #ffffff !important;
	/* The height: auto; is needed in order to ensure that Firefox will not print an extra page. */
	height: auto;
}

div.frame, div.copyright
{
	display: none;
}

/* This needs to have div included (as oppose to just #print) in order to ensure that it will
always show up for Safari and Opera.  Furthermore, !important is applied in order to ensure 
that these styles will take precedence even if other styles are applied via the regular CSS file. */
div#print
{
	display: block !important;
	color: #000000 !important;
	font-family: 'Times New Roman', Times, Serif !important;
	font-size: 12pt !important;
	/* The following is needed in order to ensure that IE6 print layout is also aligned to the left. */
	text-align: left;
}

#printImg
{
	width: 600px;
	height: 433px;
}

/* #print is added as part of the selector name in order to ensure that these styles will
take precendence when they need to. */
#print span.link
{
	text-decoration: underline;
}

#print h1
{
	font-size: 20pt;
}

#print #imgNote
{
	margin-top: -2pt;
	font-size: 8pt;
}

/* These are needed in order to override the reset.css file. */
#print h1, #print p
{
	margin-top: 1em;
	margin-bottom: 1em;
}
