BODY
{
    background-color: #ffffff;
    margin: 0px;
}

BODY, P, LI, TR, TD
{
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}

H1
{
    font-family: Verdana;
    font-size: 16pt;
    color: black;
}

H2
{
    font-family: Verdana;
    font-size: 13pt;
    color: black;
}

PRE
{
    background-color: #F8F8F8;
    border-left-width: 4px;
    border-left-color: #B4B4B4;
    border-left-style: solid;
    margin-left: 20px;
}

A
{
    color: #5080D0;
}

.aforge
{
    color: #5080D0;
}

a:link      { text-decoration: none; }
a:visited   { text-decoration: none; }
a:active    { text-decoration: underline; }
a:hover	    { text-decoration: underline; }

.af
{
    color: #5080D0;
    font-style: italic;
}

.af:link
{
    text-decoration: none;
    border-bottom: 1px dotted;
    
}
.af:visited
{
    text-decoration: none;
    border-bottom: 1px dotted;
}
.af:active
{
    text-decoration: none;
    border-bottom: 1px double;
}
.af:hover
{
    text-decoration: none;
    border-bottom: 1px double;
}

/* news link */
.an
{
    color: #808080;
}

.header_bg
{
    background-color: #5080D0;
}

.menu_bg
{
    background-color: #B4B4B4;
}

.menu_shadow
{
    background-color: #E4E4E4;
}

.menu_del
{
    background-color: #5080D0;
    background-image: url("img/delh.gif");
}

.footer_text
{
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #B4B4B4;
}

.footer_link
{
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #B4B4B4;
}

.footer_link:link      { text-decoration: none; }
.footer_link:visited   { text-decoration: none; }
.footer_link:active    { text-decoration: underline; }
.footer_link:hover     { text-decoration: underline; }

.menu_text
{
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #B4B4B4;
    font-weight: bold;
}

.menu_link
{
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #B4B4B4;
    font-weight: bold;
}

.menu_link:link      { text-decoration: none; }
.menu_link:visited   { text-decoration: none; }
.menu_link:active    { text-decoration: underline; }
.menu_link:hover     { text-decoration: underline; }

.summary
{
    background-color: #F0F0F0;
}

.delh
{
    background-image: url("img/delh.gif");
}

.delv
{
    background-image: url("img/delv.gif");
}

LI
{
    margin-bottom: 5px;
}