html, body {
    height: 99%;
}

body {
    font-size:12px!important;
    line-height:15px;
}
.print-only {
    display:block!important;
}
.non-printable  {
    display: none !important;
}
.rc-anchor-invisible, .rc-anchor-normal-footer {
    display: none !important;
}
#wrapper {
    margin:10px 0px 0px;
    padding:0px;
    box-shadow: none;
    max-width: 100%;
    width:100%;
}
.content {
    margin:0px auto;
    padding-top:0px;
}
article {
    margin: 15px 0px 0px;
}
#header {
    position:relative;
    box-shadow: none;
    overflow: hidden;
    border-bottom: none;
}
#header .logo {
    margin:0px 0px 20px;
}
#header .logo img {
    width: 130px;
    height: auto;
}
a {
    font-size:12px;
    line-height: 15px;
    color:#333;
    pointer-events: none;
}
p, th, td, ul, ol, div {
    font-size:12px;
    line-height: 15px;
}
h1 {
    font-size:16px;
    line-height: 22px;
}
h2 {
    font-size:14px;
    line-height: 18px;
}
h3, .customTitle a {
    font-size: 12px;
    line-height: 15px;
}
.content ul li:before {
    top:4px;
}
footer {
    background: transparent;
    text-align: left;
    padding: 0px;
}
.print-only p {
    font-family: 'Futura W01 Bold', Arial, Helvetica, sans-serif;
    background: #179F96;
    color:#fff;
    text-transform: uppercase;
    display: inline;
    padding:6px 5px;
}
.content a.stand-alone, footer .content p {
    margin-top: 10px;
}