html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, 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 {
    margin: 0;
    padding: 0;
}

table, tr, th, td, img, a img, fieldset {
    border: none;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

:focus {
    outline: none;
}

body {
    color: #000000;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
}
.page {
    margin: 0 auto;
    _height: 100%;
    min-height: 100%;
    max-width: 1200px;
    min-width: 983px;
	_width: expression(document.body.clientWidth < 985? "983px" : document.body.clientWidth > 1202? "1200px" : "100%");
    position: relative;
    text-align: left;
}

a {
    color: #3c0000;
    text-decoration: underline;
}

a:hover {
    color: #760000;
}
html, body {
	min-height: 100%;
    _height: 100%;
}
