body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	color: #555555;
	background-color: #c2c2c2;
}
h1, p{
	display: none;
	visibility: hidden;	
	position: absolute;
	margin-left: -9999px;
}
img {
	border: 0px;
}
A:link, A:visited, A:active { 
font-size: 9pt; 
text-decoration: none; 
color: #555555; 
}
A:hover { 
font-size: 9pt; 
text-decoration: none; 
color: #CC0000;
}
.center{
	position:absolute;
	visibility: visible;
	top: 50%;
	left: 50%;
	margin-left: -325px;
	margin-top: -200px;
	width: 650px;
	height: 400px;
	border: 1px;
	border-color: #000000;
	border-style: dashed;
}
.copy{
	position:absolute;
	visibility: visible;
	top: 50%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	margin-top: 205px;
	font-size: 10px;
	text-align: right;
}
.stat{
	position:absolute;
	visibility: visible;
	top: 50%;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	margin-top: 205px;
	font-size: 10px;
	text-align: left;
	z-index: 10;
}
.rmk2{
	border: 1px;
	border-color: #000000;
	border-style: dashed;
	}
	.podpis{
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
}
.tyt{
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}