/* print style sheet for thearchiefile application. */
/* created by Thomas Archibold, Lanternworks Web Development, 
April 12, 2006 */
/* copyright (c) 2006 Thomas Archibold, 
Lanternworks Web Development. All rights reserved. */
/* validated via W3C */

.no_print {
   display: none;	
}

img {
	border: none;
}

.receipt {
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #A9A9A9;
	border-top: 1px dashed #A9A9A9;
	border-bottom: 1px dashed #A9A9A9;
}

.receipt_wide_spaced {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 4px;
	font-weight: lighter;
	color: #A9A9A9;
}

.print_only {
display: block; 
 }
 
 


