html, body {
	margin: 20px;
	padding: 0;
	font: 14px verdana, arial, geneva, sans-serif;
	color: #333;
	background: #043676;
	text-align: center;
	}

a {
	color: #043574;
	text-decoration: underline;
	}
a:hover {
	color: #043574;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	display: block;
	padding: 0;
	margin: 0;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	}

h1 {
	font-size: 40px;
	}

h2 {
	font-size: 26px;
	}

h3 {
	font-size: 22px;
	}

.bd {
	position: relative;
	margin: auto;
	padding: 20px 20px 20px 20px;
	border: 1px solid #2C5B99;
	width: 800px;
	background: #1E4C86;
	text-align: center;
	z-index: 5;
	}

.hd {
	position: relative;
	border: 2px solid #fff;
	background: #F0F0F0;
	text-align: center;
	padding: 20px;
	z-index: 10;
	}

.mn {
	position: relative;
	padding: 9px;
	text-align: center;
	z-index: 10;
	}

ul.menu, ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

ul.menu li a {
	color: #fff;
	font: 17px calibri, tahoma, verdana, arial, sans-serif;
	padding: 9px;
	text-decoration: none;
	}
ul.menu a:hover {
	color: #fff;
	background: #2c5b99;
	}

.cn {
	position: relative;
	border: 2px solid #fff;
	text-align: left;
	background: #F0F0F0;
	padding: 20px;
	overflow: hidden;
	z-index: 10;
	}

.cl {
	position: relative;
	width: 220px;
	float: right;
	background: #F0F0F0;
	padding-left: 20px;
	z-index: 20;
	}

.bx {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	padding: 15px;
	z-index: 25;
	}

.bxtt {
	text-align: center;
	padding: 6px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	}

a.bxln1 {
	position: relative;
	display: block;
	text-align: center;
	padding: 6px;
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color :#c00;
	border-bottom: 1px solid #eee;
	}

a.bxln2 {
	position: relative;
	display: block;
	text-align: center;
	padding: 6px;
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color :#060;
	border-bottom: 1px solid #eee;
	}

div.bx p {
	font: 11px tahoma, arial, sans-serif;
	text-indent: 0;
	color: #666;
	line-height: 130%;
	}

h3.tytul {
	padding: 8px 0 5px 15px;
	margin-top: 16px;
	margin-bottom: 10px;
	border-left: 40px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	}

p {
	text-indent: 43px;
	margin: 5px 10px 10px 10px;
	padding: 0;
	font-size: 16px;
	text-align: justify;
	line-height: 150%;
	}

.par {
	background: #fff;
	margin: 10px;
	padding: 5px;
	}

div.par a {
	text-decoration: none;
	padding-left: 10px;
	}
div.par a:hover {
	text-decoration: underline;
	}

div.par p {
	font-size: 13px;
	}

.pard {
	font-size: 11px;
	color: #999;
	text-align: right;
	padding-right: 10px;
	}

.ft {
	font-size: 9px;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	}

a.aft {
	color: #fff;
	text-decoration: none;
	}
a.aft:hover {
	color: #fff;
	text-decoration: underline;
	}
