body, form, ul, li, fieldset, p, h1, h2, h3, h4, h5, h6
{
    padding: 0;
    margin: 0;
}

body
{
    background-color: #666666;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #2a2a2a;
    line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-style: normal;
    color: #000;
}

ul
{
    list-style-type: none;
}

img
{
    border: 0;
}

h1
{
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

a:hover
{
    text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

div.lclear
{
    clear: left;
    font-size: 0;
    line-height: 0;
}

div.hsep
{
    background: #eee url(../gfx/separator_h.gif) left top repeat-x;
    height: 9px;
    font-size: 0;
}

div.hsep2
{
    background: #eee url(../gfx/separator_200.gif) left top repeat-x;
    height: 6px;
    font-size: 0;
}

div#median
{
    position: absolute;
    visibility: hidden;
    z-index: -10;
}