/* CSS Document */
body{
	background-color:#4e5585;
	background-image:url(img/site_bg.jpg);
	background-repeat:repeat-x;	
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
}
img{
	border:0px;
}
td.content{
	padding-left:20px;
	padding-right:20px;
font-weight:bold;
}
div.home{
	font-size:16px;
}
div.rest{
	font-size:12px;
}
.txtNaglowek{
	font-size:14px;
	color:#FFFF00;
	font-weight:bold;
}
a {
	color:#FFFF99;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
div.instrukcja{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000000;
	background-color:#d3d5e0;
	padding:20px;
	border-color:#2b3a74;
	border-width:1px;
	border-style:dashed;
}