<!--
body {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table {
	width:auto;
	border: thin dotted #000000;
}

.column_heading {
	text-transform: uppercase;
}

.totals_heading {
	text-transform: uppercase;
	font-weight:bold;
}

.notes {
	font-size:9px;
	font-weight: bold;
	text-transform: capitalize;
}

.address {
	font-size:12px;
}

input {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-left: .2em;
}
-->

