html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

/* Basic settings, make things even for all browsers */

div, p, td {
    font-size: 12px;
}

a {
    color: #17447C;
}

a img {
    border: none;
}

h1 {
    font-size: 24px;
    margin: 16px 0;
}

h2 {
    font-size: 18px;
    margin: 15px 0;
}

h3 {
    font-size: 14px;
    margin: 15px 0;
}

h4 {
    font-size: 12px;
    margin: 15px 0;
}

h5 {
    font-size: 10px;
    margin: 14px 0;
}

hr {
    border: 0;
    border-top: 1px dashed #CCCCCC;
}

p {
    line-height: 14px;
    margin: 10px 0;
}

ul, ol {
    margin: 12px 0;
    padding: 0 40px;
}

/* Global helpers */
div.invisible {
    display: none;
}

input.invisible,
select.invisible {
    visibility: hidden;
}


/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

*:first-child+html .clearfix { 
    min-height: 0;
}

* html .clearfix {
    height: 1%;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}
