body, div, td, p {
	font-family: Arial;
	color: #000000;
}
body {
	font-size: 0.75em;
}
td {
	font-size: 0.75em;
}
th {
	font-size: 0.75em;
	text-align: left;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.zv {
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 1.15em;
}
h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.1em;
}

hr {
	clear: both;
}
img {
	border-color: #000000;
}

div.sl {
	width: 285px;
	float: left;
}
div.sr {
	width: 285px;
	float: right;
}

@media print {
 body {
 	font-size: 0.85em;
 }
 td {
 	font-size: 0.85em;
 }
}