@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #2078d2;
	background: #fff;
}

p {
	margin-bottom: 15px;
}

a {
	color: #ff6534;
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	color: #346699;
	font-weight: bold;
}

input, select, textarea {
	border: 1px solid #346699;
}

input, select {
	width: 150px;
	height: 20px;
	margin: 0 5px 0 0;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block;
	width: 240px;
	height: 120px;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 18pt;
	font-weight: bold;
	color: #2e6699;
}