/* $VERSION: print_base.css 4.14.006.1.2025.04.14.15.15	 */
body {
  font-family : Arial,Verdanna,Helvetica,sans-serif;
  font-size :10pt;

  width: 100%;
  margin: 0;
  color: #000;
}

h1 {
	font-size: 250%;
	background:none;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 135%;
}

h4 {
	font-size: 100%;
	font-variant: small-caps;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
	font-style: italic;
}

nav {
	display: none;
}


a {
	color: #00c;
	font-weight: bold;
	texy-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ") ";
}

caption {
	text-align: left;
}


table {
	width: 100%;
	page-break-inside: avoid;
	border-collapse: collapse;
}


th,td {
	text-align: center;
}

th {
	border: none;
}

td {
	border: 1px dotted #999999;
}

tfoot td {
	border: 2px solid #333333;
}


ul {
	list-style-type: none;
}



