body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #336699; 
}
#main {
	position : absolute;
	top : 10px;
	left : 10px;
	width : 650px;
	margin: 0 0 0 0;
}
.invoicehdg {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.carthdg {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}
.ordersubtot {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.itembold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#lcol, #header, #footer, #rightcol, .cpanelhdg, .noprint, .panelhdgtxt, img{ 
  display : none; 
}