BODY {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tabela {
	background-color: #FFFFFF;
        border-color: #006699;
        border-width: 1;
        border-style: solid;
	font-family: Arial;
	font-size: 12px;
	color: #006699;
}

.tekst_tabela {
	font-weight: bold;
        text-indent: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

.norm {
	font-family: Arial;
	font-size: 12px;
	color: #006699;
}

.blad {
	font-family: Arial;
	font-size: 10px;
	color: red;
}

.tekst {
        text-indent: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #006699;
	text-align: justify;
	margin-left: 15;
}

.tekst_c {
	font-family: Arial;
	font-size: 12px;
	color: #006699;
	text-align: center;
	margin-left: 15;
}

.naglowek {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	margin-left: 200;
	margin-top: 0;
	padding-top:0;
	text-align: center;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
}

.menu:hover {
	color: #FF9900;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

A:hover {
	color: #FF9900;
}

.form
{
 	font-family:  Arial, Helvetica, sans-serif;
	border-color: #052D50;
	border-style: solid;
	border-width: 1;
	background-color: #B0D0E9;
	color: #052D50;
	font-size: 12px;

}
.form_txt
{
 	font-family:  Arial, Helvetica, sans-serif;
	border-color: #052D50;
	border-style: solid;
	border-width: 1;
	background-color: #F3F8FE;
	color: #052D50;
	font-size: 12px;

}

.form_nag
{
 	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-color: #B0D0E9;
	border-style: solid;
	border-width: 1;
	background-color: #F3F8FE;
	color: #052D50;
	font-size: 12px;

}


