@CHARSET "UTF-8";

html, body, p, img, h1, h2, h3, h4, h5, h6, table {
    margin: 0px;
    padding: 0px;

}


html, body {
    color: #303e58;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    background: #fff;
    text-align: left;
    width: 100%;
    height: 100%;
    font-weight: 300 !important;
}


div, p, h1, h2, h3, h4, h5, a {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

h1 {

    font-family: Arial, sans-serif;
    color: #485a64;
    font-weight: normal;
    margin: 20px 0 20px 0;
}


h2 {
    font-size: 1.8em;
    font-family: Arial, sans-serif;
    color: #9cc1d4;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 20px 0;

}

h3 {
    font-size: 1.2em;
    color: #9cc1d4;
    margin: 20px 0 20px 0;
    font-weight: normal;
}

img {
    border: none;
    vertical-align: middle;
}

p {
    text-align: left;
    margin-bottom: 30px;
    word-wrap: break-word;
    line-height: 1.7em;
    font-weight: 400 !important;
}

strong {
    font-weight: 700 !important;
}


table td, table th {
    vertical-align: top;
}




