/*--------------------------------------------------------------*/
/*--------------------- Styl standardowy -----------------------*/
/*--------------------------------------------------------------*/
html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #ababab;
	font-family:Tahoma;
	font-size:12px;
	color:#1f3489;
}

#body {
	background-color: #1f3489;
	color: #fff;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: justify;
}

ol{
	color: #1F3489;
	padding: 0 0 20px 10px;
	list-style: decimal;
	list-style-position: outside;
}

ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul{
	color: #1F3489;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 0 20px 40px;
}

h1, h2, h3, h4, h5, h6, h7, form {
	margin: 0px;
	padding: 0px;
}

.top {vertical-align: top;}
.clear {clear: both; color: #FF8E1F;}
.clearAll {clear: both;font-size:0px;height:0px;}

a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

img {
	border: 0;
}

label {cursor: pointer;}

