﻿table.printtable
{
	padding: 2px;
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.printtable thead
{
	border-color: #000000;
	border-top-width: thin;
	padding-left: 2px;
	font-weight: bold;
	border-left-width: thin;
	font-size: 0.9em;
	border-bottom-width: thin;
	color: #00008b;
	line-height: 1.1em;
	font-family: Verdana, Arial;
	border-right-width: thin;
	vertical-align: top;
}
table.printtable td
{
	padding: 2px;
	font-size: 0.8em;
	color: black;
	border-bottom: dimgray;
	font-family: Verdana, Arial;
	border: thin solid #000000;
	border-collapse: collapse;
}