@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    background: white;
    color: black;
    line-height: 1;
}

ol, ul { list-style: none; }

table, td, tr, thead, tfoot, tbody, th, tf {
    border: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

caption, th, td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

.clear { clear: both; }