/* CSS Document */

body {
	margin: 20px;
	visibility: hidden
	}
.print {
	visibility: visible
	}
.table {
	margin: 0px;
	}
.table caption {
	padding: 6px;
	margin: 12px 0px 0px 0px;
	background: #393939;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	}
.table .header {
	background: #caa75c;
	padding: 6px;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	border: none;
	}
.table td, .table tr {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ddd;
	}
.table tr {
	padding: 2px 0px;
	}
.table tr.alt {
	background: #eee;
	}
.printform {
	float: right;
	margin-top: -20px;
	}
