/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Print
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body, h1, h2, h3, h4, h5, p, div, span, ul, ol, table {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #000;
	background-color: #fff;
}

body {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: none;
}

input, select, textarea {
	background-color: transparent;
}


h1{
	font-size: 1.4em;
	text-align: center;
	border: 1px solid #000;
	padding: 0.5em;
	background: #ccc;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1.1em;
}

.tbl h4, .tbl h5 {
	margin: 0;
	padding: 1pt 5pt;
}

.tbl p {
	margin: 0;
	padding: 1pt 5pt;
}

.template {
	border-collapse: collapse;
	margin: 1pt auto;
	width: 90%;
}

table{
	border-collapse: collapse;
}

table, tr, th, td {
	border: 1px solid #000;
}

.tbl th {
	text-align: left;
}

.tbl th, .tbl td {
	padding: 1pt 5pt;
	border-bottom: 1px solid #eee;
}

.usinner {
	border-collapse: collapse;
}

.template .usinner td {
	border: 0;
}


/* hidden */
#pagetop, #subheader, #pagebottom{
	display: none;
}
