/* Reset CSS */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, img, small, strike, sub, sup, 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: normal;
    font-style: normal;
    font-size: 1em;
}

body {
    background: #697780 url(../backgrounds/bg-foot.gif) repeat-y center 0;
}
body, textarea, input, option, optgroup, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0f0f0f; 
}
:focus {
    outline: 0;
}
table {
    /*border-collapse: collapse;*/
    border-spacing: 1px;
}
caption, th, td {
    /*text-align: left;*/
    font-weight: normal;
}
code, kbd, pre, samp, textarea, tt, var {
    font-family: monospace;
}
abbr[title], acronym[title] {
    cursor: help;
}

