* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'QuadraatSansBold';
    src: url('../fonts/quadraatsans-bold.eot');
    src: url('../fonts/quadraatsans-bold.eot') format('embedded-opentype'),
    url('../fonts/quadraatsans-bold.woff') format('woff'),
    url('../fonts/quadraatsans-bold.ttf') format('truetype'),
    url('../fonts/quadraatsans-bold.svg#QuadraatSansBold') format('svg');
}

@font-face {
    font-family: 'QuadraatSansRegular';
    src: url('../fonts/quadraatsans-regular.eot');
    src: url('../fonts/quadraatsans-regular.eot') format('embedded-opentype'),
    url('../fonts/quadraatsans-regular.woff') format('woff'),
    url('../fonts/quadraatsans-regular.ttf') format('truetype'),
    url('../fonts/quadraatsans-regular.svg#QuadraatSansRegular') format('svg');
}

html, body { font-family: 'QuadraatSansRegular', Arial; font-size: 12px; color: #8c806e; }

body #wrapper #headerCntr .center .searchBox,
body #wrapper #headerCntr .center .linkBox,
body #wrapper #headerCntr .center .menuBox,
body #wrapper #bannerCntr,
body #wrapper #npCntr,
body #wrapper #contentCntr #leftCntr,
body #wrapper #contentCntr #rightCntr,
body #wrapper #bottomCntr,
body #wrapper #footerCntr {
    display: none;
}

body #wrapper #headerCntr .center a.logo {
    display: block;
    height: 35px;
    width: 161px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #004B58;
    font-weight: normal;
}

h1 { font-size: 42px; padding-bottom: 24px; }
h2 { font-size: 36px; padding-bottom: 20px; }
h3 { font-size: 30px; padding-bottom: 16px; }
h4 { font-size: 26px; padding-bottom: 10px; }
h5 { font-size: 22px; padding-bottom: 10px; }
h6 { font-size: 16px; padding-bottom: 10px; }

p {
    color: #4C4E4F;
    font-family: 'Arial';
    line-height: 19px;
    padding-bottom: 16px;
}