@CHARSET "ISO-8859-1";


#page {
	margin: auto;
	min-width: 600px;
	max-width: 800px;
	/* width:expression(  
		    document.body.clientWidth > 800 ?
		        "800px" : "auto" ); */ /* For IE 6 Support of max-width */
}			

#pageWrapper { /* For IE 6 support, centers the page */
	text-align: center;
}

body {
	font-family: arial;
	font-size: 14pt;

}

#page {
	font-family: arial;
	font-size: 14pt;
}

h1 {
	font-size: 30pt;
	margin: 1em 0 1em 0;
}

h2 {
	font-size: 24pt;
	margin: 1em 0 1em 0;
}

h3 {
	font-size: 20pt;
	margin: 1em 0 1em 0;
}

h4 {
	font-size: 18pt;
	margin: 1em 0 1em 0;
}

#footer {
	clear: both;
	font-size: 10pt;
	padding-top: 3em;
}

#footer hr {
	width: 90%;
	
}

.barcode {
	text-align: center;
}

.barcode .human-readable {
	text-align: center;
}

