
/*---------------------------------------------------------------------
	CSS print media style sheet
-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
	BODY
-----------------------------------------------------------------------*/
body {
	background: #fff;
	margin: -10px 0 0 -10px;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
html body {
	margin: 0; 
	padding: 0; 
	border-width: 0;
}

h1 {font-size: 14pt;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}
h4 {font-size: 11pt;}
h5 {font-size: 10pt;}
h6 {font-size: 9pt;}
p, td, th {
	font-size: 9pt;
}
caption {
	font-weight: bold;
}

/*---------------------------------------------------------------------
	BODY
-----------------------------------------------------------------------*/
#Header {
	display: none;
}
#LoginBox {
	display: none;
}
.NoPrint {
	display: none; 
}