html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 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%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    background-color: #fff;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a:focus {
    outline-style: none;
}

a:active {
    outline: none;
}

a img {
    border: none;
}

p {
    margin: 10px 0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

ul {
    list-style-type: none;
}

ol {
    margin-left: 25px;
}

sup {
    font-size: 80%;
    position: relative;
    top: -5px;
}

.CLR {
    clear: both;
}

.FLC {
    clear: both;
}

.FLC:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE6 work-around \*/
* html .FLC {
    height: 1%;
}

/* IE7 work-around */
html > body .FLC {
    height: auto;
    max-height: 12000000px;
}