/*
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
*/
html
{
    background: #FFF;
    color: #000;
}

body, a, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote button table tbody
{
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    color: black;
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
    -moz-font-variant: normal;
    -ms-font-variant: normal;
    -o-font-variant: normal;
    font-variant: normal;
    font-size: 14px;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

li
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 150%;
    font-weight: normal;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
    font-variant: normal;
}

sup
{
    vertical-align: text-top;
}

sub
{
    vertical-align: text-bottom;
}

input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: none;
}



legend
{
    color: #000;
}

a
{
    text-decoration: none;
    display: inline;
    font-size: small;
}

button
{
    border: 0 outset buttonface;
}

input
{
    border: 0;
}
