html, body, a, address, dl, ul, ol, li, dd, dt, h1, h2, h3, h4, h5, h6, pre, p, blockquote, table, caption, tr, td, th, form, fieldset, legend, embed, ins {
    margin: 0;
    padding: 0;
}

select {
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

a img, fieldset {
    border: none;
}

img, fieldset, legend, legend *, embed, ins {
    display: block;
}

table {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    font-size: 100%;
}

table th {
    text-align: left;
}

ul {
    list-style-type: none;
}

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

/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */

body {
    background-color: #fff;
    color: #636363;
    font: 13px Trebuchet MS,Arial;
}

a {
    color: #dc0020;
    text-decoration: underlined;
}

a:hover {
    color: #dc0020;
    text-decoration: none;
}

a:active, a:focus, input:focus, select:focus, option:focus, textarea:focus, object:focus {
    outline: 0;
}

span.nobr {
    white-space: nowrap;
}

/* ========================================================================== */