@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #069;
}

a:hover {
	color: #f00;
}


img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	color: #f00;
	font-style: normal;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

input, textarea {
	padding: 3px;
	background: #fff;
	border: 1px solid #7e9db9;
}

textarea {
	overflow: auto;
}



h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 15px 0px;
	text-decoration: none;

}


h2 {
	width: 250px;
	margin: 0 0 10px 0;
	color: #f00;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

h3 {
	clear: left;
	margin: 20px 0 10px 0;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

h3.line {
	width: 128px;
	height: 18px;
	margin: 0;
	padding: 0 0 0 2px;
	background: url('images/line.jpg');
	font-size: 11pt;
	font-weight: bold;
}

h3.line2 {
	width: 569px;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 0 0 0 2px;
	background: url('images/line2.jpg');
	font-size: 11pt;
	font-weight: bold;
}

h3.line3 {
	width: 448px;
	height: 20px;
	margin: 20px 0 20px 0;
	padding: 0 0 0 2px;
	background: url('images/line3.jpg');
	font-size: 11pt;
	font-weight: bold;
}

h3.line4 {
	width: 568px;
	height: 20px;
	margin: 30px 0 20px 0;
	padding: 0 0 0 2px;
	background: url('images/line4.jpg');
	font-size: 11pt;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}