@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 1.4em;
	margin-bottom:.7em;
}

h2 {
	font-size: 1.3em;
	margin-bottom:.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom:.3em;
}

.dateline {
	float:left;
	font-style:italic;
	margin:0em 1em 0em 30em;
}

.row1 {
	float:left;
}

.col1 {
	float:left;
	width:10em;
}

.col2 {
	float:left;
	width:10em;
}

.col3 {
	float:left;
	width:10em;
}

.col4 {
	float:left;
	width:10em;
}

.order-name {
	width:40em;
	height:1.2em;
}

.print {
background-color:#F4F3F2;
border:1px solid #C4C4C4;
float:right;
margin-bottom:0.5em;
margin-top:1em;
padding:0.3em 0.3em 0.3em 0.6em;
width:4em;
}

.print a {
background:url("../images/icons/print.gif") no-repeat scroll left center transparent;
color:#808080;
font-size:90%;
padding-left:1.5em;
text-decoration:none;
}

.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
	font-size: 1px;
}