﻿body
{
    padding: 0;
    margin: 0;
    font-family: arial,sans-serif;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span
{
    margin: 0;
    padding: 0;
}

ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.spacer
{
    clear: both;
    font-size: 0;
    line-height: 0;
}
img
{
    border: 0;
}
#Top
{
    background: url(../images/bg_head.gif) repeat-x left top;
    height: 31px;
    line-height: 26px;
}
#Top ul
{
    margin: 0;
    padding: 0;
}
#Top li
{
    display: inline;
    vertical-align: middle;
}
#Top li a
{
    font-size: 13px;
    color: #075DB3;
    text-decoration: none;
}
#Top li a:hover
{
    color: #FF6600;
    text-decoration: underline;
}
#Top #newMsgIcon
{
    background-image: url(../images/icon_ing.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 16px;
    height: 16px;
}
#Top #newMsgPanel a
{
    font-weight: bold;
    text-decoration: underline;
}
#footer
{
    font-size: 9pt;
    color: #333333;
}
#footer a
{
    color: #075DB3;
}
#footer a:hover
{
    color: red;
}
