/*		Resetting Stylesheet		*/



/*		1.	RESET MAIN ELEMENTS		*/

/*		2.	COMMON CLASSES			*/

/*		3.	TYPOGRAPHY				*/

/*		4.	FORMS					*/



												/** 1.	RESET MAIN ELEMENTS **/

html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
/*

table, tr, td, th {

	border-collapse: collapse;

	border-spacing: 0;

	border:1px solid  #999999;

	}*/

	table th {
	font-weight: bold;
}
table.auta {
	width:440px;
}
table.auto {
	width:440px;
}
table.auto, table.auto tr, table.auto td {
	border: 0px none;
}
td.dark {
	background: #F6AC00
}
td.light {
	background: #F1F1F1;
}
table th {
	text-align:center;
	background:#F6AC00;
	color:#CC0000;
}
table.auto p.srodtytul1 {
	font-weight:bold;
	color:#CC0000;
	margin:5px 0 5px 5px;
}
table.auto p.srodtytul2 {
	font-weight:bold;
	color: #666666;
	margin:5px 0 5px 5px;
}
tr, td, th {
	padding:3px;
}
hr {
}
ins {
	text-decoration: none;
}
/** 2.	COMMON CLASSES **/

.hide {
	display: none;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.nfloat {
	float: none;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.clear {
	clear: both;
}
.lclear {
	clear: left;
}
.rclear {
	clear: right;
}
.debug {
	border: 1px solid red;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0.6em;
}
ul li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position:0 0.5em;
	padding-left: 1.0em;
	margin: 0.2em 0;
}
ol {
	list-style: inside decimal;
	padding: 0;
	margin: 0 0 0 0.6em;
}
ol li {
	padding-left: 0.0em;
	margin: 0.2em 0;
}

