html,body { background-color: #FFFFFF; }
/* hide the regular stuff */
#overallMarginTable { 
	display: none; width: 0px; height: 0px;
}

/* and show our printable header and div */
#printHeader, #printableArea {
	display: block; width: 100%; height: auto;
}

/* we also need to hide the print button */
#printButton { display: none; }

/* hide the small images in the aircraft detail */
#imageBrowser #smallImageTable { display: none; }
