@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a.normaltext {
	color: #414141;
	text-decoration: none;
}

a.normaltext:hover {
	text-decoration: underline;
}

a.blue {
	color: #001592;
}

img {
	border: 0;
}

strong {
	color: #000;
	font-weight: bold;
}

strong a {
	color: #001592;
}

em, em a {
	color: #001592;
	font-weight: bold;
	font-style: normal;
}

label {
	font-size: 11px;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	border: 1px solid #DADADA;
	background:#F5F5F5 none repeat scroll 0 0;
}

textarea {
	overflow: auto;
}

form p {
	margin-bottom: 0;
}

ul, ol {
	margin-left: 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1 {
	float: left;
	width: 182px;
	height: 57px;
	background: url('../images/h1.jpg') no-repeat;
}

#header h1 a {
	display: block;
	width: 182px;
	height: 57px;
	color: transparent;
}

#content h2 {
	margin: 0 0 20px 0;
	color: #df0000;
	font-size: 18px;
	font-weight: normal;
}

#content h2.gray {
	color: #323232;
}

#content h3 {
	margin: 0 0 10px 0;
	color: #6e6e6e;
	font-size: 16px;
	font-weight: bold;
}

#content h3.gray {
	color: #323232;
}

#content h3.blue {
	margin: 0 0 2px 0;
	color: #001592;
	font-size: 15px;
	font-weight: bold;
}

#content h3.blue a {
	color: #001592;
	text-decoration: none;
}

#content h3.blue a:hover {
	text-decoration: underline;
}

#content h3.margintop {
	margin-top: 15px;
}

#content h3.smallgray {
	margin: 0 0 3px 0;
	color: #414141;
	font-size: 12px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}
