/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	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;
}


h2 {
	font-size: 170%;
	font-weight: normal;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
	margin: 0;
}
h5 {
	font-size: 110%;
	font-weight: normal;
}



.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%;
}

.tbl table {
	border: 1px solid #eee;
}

.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;
}

