@import url('reset.css');
@import url('style.css');



h1, h2, h3, h4, p, a, li, span, label, textarea, input {
font-family: "netto-web-pro-1","netto-web-pro-2", Helvetica, Arial, sans-serif;
line-height: 1.4;
color: #ffffff;
}

h1, h2, h3, h4, h5 { 
font-size: 18px;
line-height: 1.3;
font-weight: normal;
}

h1 {
font-size: 30px;
}

p {
margin-bottom: 12px;

}


h1 a {
color: #FFFFFF;
text-decoration: none;
margin-bottom: 8px;
}

h2 {
font-size: 24px;
margin: 5px 0 5px 0;
color: #FFFFFF;
font-weight: bold;
}

h2 a {
color: #FFFFFF;
}

hr {
border: 0;
background: #cccccc;
}

span { 
color: #c3c3c3;
font-size: 15px;
}

a {
line-height: normal;
color: #FFEB62;
}

a:hover {
text-decoration: none
}

input {
background: #FFFFFF;
color: #000000;
height: 14px;
padding: 5px;
border: 2px solid #cccccc;
font-size: 14px;
}

textarea {
background: #FFFFFF;
color: #000000;
padding: 5px;
border: 2px solid #cccccc;
font-size: 14px;
}

label {
font-size: 13px;
color: #cecece;
margin-bottom: 3px;
display: block;
text-transform: uppercase;
}

form {
margin: 10px 0;

background: url(/images/bg_50.png) transparent repeat;
padding: 20px;
}