/* AY Print Style Sheet 
Copyright (c) 2006 
Updated: 06-12-06 */
html, body {
	margin: 0 !important; 
	padding: 0 !important; 
	border: 0 !important;
}
body#lit {font: 10pt/1.5em Verdana, Arial, Helvetica, sans-serif !important ;}
#lit #nav, #lit #foot-allude, #lit #sub-nav, #lit #header, #lit #head-allude, #lit #footer {display: none !important;}
body#lit {
   margin: 0;
   padding: 0;
   color: black;
}
body#lit #content-body {
	padding: 0;
	max-width: none;
	width: 80% !important;
	/*margin-top: 100px; fixing IE8 printing bug */
	border: none;
}
body#lit #content-body p {
	max-width: none;
	font-size: 9pt !important;
}
/*#lit #print-header {
	position: absolute;
	top: 12pt;
	left: 15pt;
	display:block;
	width: 96%;
}*/
/* Fixed IE8 printing problem with header. */
#lit #print-header, #landing-lead #print-header { position: relative !important; top: 92px; left: 0; display: block; width: 96%; }
#lit #print-header h2, #landing-lead #print-header h2 { display: none; }
#lit #print-header p, #landing-lead #print-header p { display: block; border-top: 1px solid #777; padding-top: 6px; font-size: 90% !important; color: #888888 !important; font-style: italic; }

#lit #content-body h1 {
	margin: 0 !important;
	padding: 0 !important;
}
#lit #print-header h2 {
	font-size: 15pt;
	color: #888888;
	border-bottom: 1px solid #444;
	padding: 0;
	margin-left: 0;
	padding-bottom: 3pt;
	font-weight:normal;
	text-transform:uppercase;
	font-style:italic;
}
#lit #print-header p {
	font-size: 6pt;
	color: #888888;
}
#lit #print-copyright {
	display:block;
	font-size: 8pt;
	padding-right: 150px;
	text-align:center;
}
#lit a {
	color: #000;
	border:none;
	text-decoration: none;
}

