body {
	background: #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 760px;
	font-family: verdana;
	font-size: 11px;
}

table {
	font-family: verdana, helvetica;
	font-size: 11px;
	vertical-align: top;
	
}

td {
	vertical-align: top;
	text-align: left;
}

h1 {
	font-family: verdana, helvetica;
	font-size: 18px;
	color: #006CD0;
}

h2 {
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #006CD0;
}
hr {
	height: 1px;
	color: #006CD0;
}

a {
	color: #006CD0;
	text-decoration: none;
	padding-left: 5px;
}


a.tytul {
	font-family: verdana;
	font-size: 16px;
	color: #999;
	text-decoration:none;
	font-weight: bold;
}

a.menu {
	color: #800000;
	text-decoration: none;
	padding-left: 5px;
}
a.menu:hover {
	color: #000;
}
.menut {
    font-weight: bold;
    color: #333333;
}


td.menu {
	text-align: right;
	vertical-align: top;
	width: 100px;
	height: 80px;
	padding: 3px 5px;
	border: 0px;
	border-right: 1px solid #aaa; 
	border-bottom: 1px solid #aaa; 
	background: #FFF;	
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

td.tekst {
	text-align: justify;
	font-size: 10px;
	color: #666;
}




.form {
	border: 1px solid #566BC3;
	background: #FFFFFF;
	color: black;
	font-family: verdana,helvetica;
	font-size: 11px;
}

.h1 {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 1px 5px;
}
.b1 {
	background:#F5FAFF;
	padding: 1px 5px;
}