BODY {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
}

A, A:visited, A.navbar, A.navbar:visited {
	text-decoration: none;
	color: Navy;
}
A.navbar {
 font-size: 9pt;
}

A:hover, A.navbar:hover {
	text-decoration: underline;
	color: Red;
}
A.stopka, A.stopka:visited {
	text-decoration: none;
	color: Gray;
}
A.stopka:hover {
	text-decoration: underline;
	color: Black;
}
TD.row1, TD.row2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
}
TD.row1 { background: rgb(255,255,255); }
TD.row2 { background: rgb(227,227,227); }

.form_field {
	width: 300px;
	font-family: Courier, Courier New;
}