body {
	font-size: 12px; !important
	font-family: Arial, Verdana, sans-serif;	
}

/* hide elements */
#personalizationLinks, #topNavArea, #subNavigation, 
#footer, #print-button, .plusbutton, .noprint { 
	display:none !important; 
}

/* remove scrolling on print */
#orderStatusDetailTable, #orderReceiptTable { 
	overflow: visible !important;
}

/* remove borders */
#orderStatusDetailTable table, #orderReceiptTable table {
	border:none;
}

/* misc updates */
body { background-color:white !important; }
#bannerImages { width:300px; display:inline; }
#bannerImages h1{ display:inline; padding:10px; }
.table32px th { text-align:left; }
.table32px th select { border:0px; font-weight:bold; }
#orderStatusDetailTable, #orderReceiptTable { border-top: 1px solid #000; margin-top: 15px; }