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, img, 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, b, u {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
header, footer, figure, article, aside, hgroup, nav, section {
    display: block;
}
p, table, fieldset, ol, ul, dl, pre, h1, h2, h3, h4, h5, h6, blockquote {
    margin: 20px 0;
}
body {
    font: 13px/20px sans-serif;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
blockquote, q {
    quotes: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
body, select, input, textarea {
    color:#333;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
html {
    overflow-y: scroll;
}
sub, sup {
    font-size: smaller;
    line-height: 0;
}
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
pre {
    padding: 15px;
    white-space: pre;       /* CSS2 */
    white-space: pre-wrap;  /* CSS 2.1 */
    white-space: pre-line;  /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;  /* IE */
}
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
button {
    width: auto;
    overflow: visible;
}
img {
    -ms-interpolation-mode: bicubic;
}


@media screen {

    h1, h2, h3, h4, h5, h6 {
        font-family: Arial, sans-serif;
        font-weight: normal;
    }
    h1 {
        font-size: 24px;
        margin: 0;
    }
    h2 {
        font-size: 16px;
        margin-bottom: -10px;
        line-height: 30px;
    }
    h3 {
        font-size: 12px;
        font-weight: bold;
        margin: 20px 0 -20px;
    }
    h4 {
        font-size: 10px;
        margin: 20px 0 -20px 0;
    }


    a, a:visited {
        color: #0019a8;
        text-decoration: underline;
        -webkit-transition: color .15s ease-in-out;
           -moz-transition: color .15s ease-in-out;
             -o-transition: color .15s ease-in-out;
                transition: color .15s ease-in-out;
    }
    a:hover, a:focus {
        color: #828cf6;
    }
    a:active {
        position: relative;
        top: 1px;
        left: 1px;
    }
    blockquote {
        margin: 20px;
        font-size: 13px;
        font: italic 12px/20px Georgia;
    }
    abbr {
        text-transform: uppercase;
        font-size: .85em;
        letter-spacing: .1em;
    }
    cite {
        font-style: italic;
    }
    del {
        color: #999;
    }
    small {
        font-size: 11px;
        color: #999;
    }
    address {
        font-style: normal;
    }

    ol {
        list-style: decimal-leading-zero none outside;
        margin: 20px 2em;
    }
    ul {
        list-style: disc none outside;
        margin: 20px 1.33em;
    }
    ol ol, ol ul, ul ul, ul ol {
        margin-top: 0;
        margin-bottom: 0;
    }
    dt {
        font-weight: bold;
    }
    dd {
        margin: 0 0 10px 20px;
    }
    
    caption {
        font-size: 11px;
        color: #999;
        padding: 0 10px;
    }
    table {
        margin: 20px -10px;
        position: relative;
    }
    th {
        font-weight: bold;
    }
    td, th {
        padding: 3px 10px;
        border-bottom: 1px solid #ddd;
    }
}
