@charset "ISO-8859-2";
/*print stylesheet */

body {
	width: 100%;
}

#header span{
	font-size: 2em;
}

body, table {
	font-family: sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

table {	
	border: 1px solid #ccc;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #ccc;
	padding: 0 0.3em;
}

th {
	text-align: left;
	font-weight: bold;
}

#left, #top, #footer, #options, .noprint {display: none;}
table th {text-align: left;}