@charset "iso-8859-2";

label.label_web,
input.web
{
  display: none;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #fd0a64;
}

a:hover {
	text-decoration: none;
}

form label {
	display: block;
	float: left;
	width: 150px;
	margin: 3px 0 10px 0;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

input, select {
	font-size: 12px;
	font-family: Arial;
	width: 248px;
	border:1px solid #DFDEDE;
}

select {
	width: 250px;
}

input.submit {
	/*width: 162px;*/
	width: auto;
	border: 1px solid #fd0a64;
	color: #fd0a64;
	font-weight: bold;
	margin-top: 6px;
	background-color: #ffffff;
}

#maincontent input.submit {
	width: 250px;
}

textarea {
	font-size: 11px;
	font-family: Arial;
	width: 160px;
	border:1px solid #DFDEDE;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	font-family: Arial;
	font-size: 11px;
}

h1 {
	font-family: Arial;
	color: #fd0a64;
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 18px;
}

h2 {
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	color: #fd0a64;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-family: Arial;
	color: #053656;
}

h4 {
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	color: #fd0a64;
	font-weight: normal;
	margin: 15px 0 5px 0;
}

h5 {
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	color: #fd0a64;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

h6 {
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	color: #053656;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

#maincontent h1 {
	margin: 15px 0 20px 0;
}

p {
	font-family: Arial;
	color: #333333;
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
}

ul {
	padding: 0;
	margin: 10px 0 10px 10px;
}

ul li {
	list-style-type: none;
	color: #FD0A64;
}
