/***************
 RESET CSS FILE
 DO NOT EDIT ME
***************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body
{
    line-height: 1.5;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
th
{
    color: White;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    font-weight: bold;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    font-style: italic;
}
q
{
    quotes: "&#8220;" "&#8221;";
}
a img
{
    border: none;
}
.clear, .clearer
{
    height: 0px;
    overflow: hidden;
    margin: 0px;
    clear: both;
}
.center
{
    text-align: center;
}

/* self-clear floats */
.group:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* ie.css, damn ie! */
* html .group
{
    /* IE6 */
    height: 1%;
}
*:first-child + html .group
{
    /* IE7 */
    min-height: 1%;
}

*:focus
{
    outline: none;
}
