
@media print {
	BODY, TD { 		/* some browsers need the td here */
	font-size: 10pt; 	/* smaller if you want */
	font-family: ariel; 	/*  sans-serif */
	} 

}

@media screen {
}

@media print, screen  { 
	
	
	



	TABLE {
	width: 100%; 		/* seems to be the key */
	font-size: 10pt; 	/* smaller if you want */
	}
	
	TABLE#credit_card {
	color: navy;
	}



	.tbl_order {
	text-align: center;
	font-size: 10pt; 	/* smaller if you want */
	font-family: sans-serif;
	}
	
	.hdr_row {
	font-weight: bold;
	}
	
	.order_row {
	font-weight: normal;
	font-size: 8pt; 
	}






	
	.fine_prt {
	font-weight: 100; 	/* 100 to 900, bold, bolder, lighter, normal */
	font-size: 8pt; 	/* 6.5pt; */
	text-align: center; 	/* center, left, right */
	font-style: italic; 
	}
	
	.med_prt {
	font-size: 8pt;
	}
		
	.sect_hd {
	color: navy;
	font-weight: bold; 	/* 100 to 900, bold, bolder, lighter, normal */
	font-size: 11pt; 
	font-style: italic;
	}
	
	
	#logo {
	/* display: none; */
	
	}



	
	.box_sz {
	font-size: 12pt;
	}
	

	


}
  

  
     