@charset "iso-8859-2";
/* CSS Document */

body {
	line-height: 1;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, a, abbr, acronym, address, cite, code,
dfn, img, strong, dl, dt, dd, ol, ul, li, fieldset, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 500;
}
address{
	font-style: normal;
}	
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: 500;
}
blockquote:before, blockquote:after{
	content: "";
}
blockquote{
	quotes: "" "";
}

