﻿table.salestable {
	width: 98%;
	border-collapse: collapse;
	font-size: 0.85em;
	border: thin #000080 solid;
	margin: 10px auto;
	vertical-align: top;
}
	
table.salestable td {
	border-bottom: 1px #000080 dashed;
	padding: 5px;
	}

table.salestable td.salestablepiccol	{
	width: 30%;
	}
table.salestable td.salestableinfocol	{
	line-height: 1.2em;
	font-size: 1.2em;
	width: 35%;
	}
table.salestable td.salestableinfocol span {
	font-weight: bold;
	}
span.bigtext {
		font-size: 1.5em;
		font-variant:small-caps;
		}
span.centered {text-align:center;}
table.salestable td.centered {text-align:center;}

table.salesinfotable {
	width: 98%;
	border-collapse:collapse;
	font-size: 0.85em;
	margin: 10px auto;
	vertical-align: top;
	}
