/** The stylesheet for print **/

div.main
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #000;
	padding: 3px;
}

p
{
	margin-top: 0px;
	margin-bottom: 11pt;
	line-height: 140%;
}

div.footerlinks
{
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #000;
	padding: 3px;
}


/**
 * By default, things that should not print are 
 * images and anything explicitly marked as such.
 */
.hide_for_print, img
{
	display: none;
}

/**
 * Exceptions: Certain classes of image should be printed
 */
img.cleanhomelogo, img.subhead
{
	display: block;
}

/**
 * Override the width of the main table.
 */
table.main_print_table
{
	width: 7.5in;
}