/* COLORS
   ================================= */

/*

blue: #0072a4;
grey: #3d3938;

*/



/* GENERALS
   ================================= */

html,
button,
input,
select,
textarea,
body {
    font-family:'Helvetica Neue LT W01_55 Roman';
    font-size:15px;
    color:#3d3938;
    line-height:23px;
}

body {
    background:#fff;
    height:100%;
}

p {
    color:#3d3938; margin:0 0 24px 0; }

a:link,
a:visited {
    color:#0072a4; text-decoration:none; outline:0; }
a:hover,
a:active,
a:focus {
    color:#3d3938; text-decoration:none; outline:0; }

b,
strong { font-family:'Helvetica Neue LT W01_71488914'; font-weight:normal; }

h1,h2,h3,h4,h5,h6 {
    font-weight:normal; }

::-moz-selection {
    background:#0072a4;
    color:#fff;
    text-shadow:none;
}

::selection {
    background:#0072a4;
    color:#fff;
    text-shadow:none;
}

ul,
ol {
    padding:3px 0 0 0;
    margin:0 0 20px 17px;
}

li {
    padding:0;
    margin:0;
}

legend {
    display:none;
}



/* FONTS */

/*
font-family:'OfficinaSerifITCW01-Boo_734540';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_65 Md';
font-family:'Helvetica Neue LT W01_71488914';
*/