@import url("fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
    line-height: 18px;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q { quotes: none }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
button:-moz-focus-inner, input[type="reset"]:-moz-focus-inner, input[type="button"]:-moz-focus-inner, input[type="submit"]:-moz-focus-inner, input[type="file"] > input[type="button"]:-moz-focus-inner { border: 0 }
a img { border: 0 }
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p { margin-bottom: 18px }
ul, ol { margin: 0 0 18px 40px; }
ul { 
    list-style-image: none;
    list-style-position: outside;
    list-style-type: inherit;
}
ol { list-style-type: decimal }
ol ol { list-style: upper-alpha }
ol ol ol { list-style: lower-roman }
ol ol ol ol { list-style: lower-alpha }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0 }
dl { margin: 0 0 18px 0 }
dt { font-weight: bold }
dd { margin: 0 0 9px 18px }
strong, b {
    font-weight: bold;
    color: #3a3a3a;
}
cite, em, i { font-style: italic }
pre {
    overflow: auto;
    font: 11px/18px "Consolas", Courier New, Courier, monospace;
    color: #333;
    padding: 4px 6px;
    background: #f9f9f9;
    margin: 0 0 18px;
    border: 1px solid #e5e5e5;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
code, kbd, samp, var { font: 11px "Consolas", Courier New, Courier, monospace }
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 18px;
}
ins {
    background: #ffffdd;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup { bottom: 1ex }
sub { top: .5ex }
small, .small {
    font-size: 11px;
    color: #8f8f8f;
    line-height: inherit;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-weight: normal;
    padding: 0 0 0 13px;
    margin: 0 0 12px;
    color: #444;
    border-left: 1px solid #e5e5e5;
}
blockquote em, blockquote i, blockquote cite { font-style: normal }
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
hr {
    background-color: #d6e4f1;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
}
table {
    margin: 0 0 18px;
    width: 100%;
    border-collapse: collapse;
}
td, th {
    padding: 8px 10px;
    border: 1px solid #dadada;
}
th {
    background-color: transparent;
    font-weight: bold;
    color: #3a3a3a;
}
tfoot th { border-top: none }
img {
    max-width: 100%;
    display: block;
    height: auto;
}
a {
    color: #2973b6;
}
a:hover { color:#244974; }
.wow { visibility: hidden }