body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}



.brdr {
	border: 1px solid #666666;
}

.brdr_topbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #666666;
}


.tlo {
	background-color: #E5F5FF;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.naglowek {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
.scroll {
	overflow: auto;
	clip: rect( );
	padding-left: 5px;
	padding-right: 5px;
}