/* imported sheets */
@import url("styles_default.css"); /* this will apply all screen rules to the printer, unless overridden below */

body	{
	margin: 0 0 0 0;
	background: #FFFFFF;
}

h2 {
	margin: 0 0 0 0;

}

#footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:#FFFFFF;
	width:auto;
}

#container	{
	margin: 0 0 0 0;
	background:#FFFFFF;
	text-align: left;
	border: 0px;
	width:auto;
}

#invoicedetail 	{
	background:#FFFFFF;
	text-align: left;
	border: 0px;
	width:auto;
}

#nav_primary {
	display: none;
}

#nav_secondary ul li {
	display: none;
}

#hidefromprint, #donotprint, #noprint, .noprint {
	display: none;
}

.printonly, #printonly {
	display: inline;
}

