@charset "utf-8";


/*    TOTAL CLEAR    */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100.01%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}


/*    DEFAULT SETTINGS    */
body {
    line-height: 1;
    font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background: white;
}

/*    VERTICAL MARGIN ELEMENTS    */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 1em 0;
}

/*    LEFT MARGIN ELEMENTS    */
li, dd, blockquote {
    margin-left: 1em;
}

/*    LISTS    */
ol, ul {
    list-style: none;
}

/*    TABLES    */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/*    BLOCKQUOTE    */
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*    LINKS    */
a {outline: none;}
a:link {text-decoration:none; outline: none;}
a:visited {outline: none; text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {outline: none;}

/*    MISCELLANEOUS    */
form label {
    cursor: pointer;
}
input, select, textarea {
    font-size: 100%;
}