body, td
{
    font-family: arial;
    font-size: 14px;
    color: #000000;
    margin: 10px;
    background-color: #AED3F9;
}

.bbox
{
    position: relative;
    top: 50px;
    left: 0px;
    width: 980px;
    /* height: 679px; */
}

.header
{
    position: absolute;
    top: 0px;
    left: 155px;
    width: 529px;
    height: 90px;
}

.menu
{
    position: absolute;
    top: 69px;
    left: 0px;
    width: 155px;
    height: 289px;
    background-image: URL('gfx/navigation_bg.gif');
}

.border
{
    position: absolute;
    top: 90px;
    left: 155px;
    width: 28px;
    /* height: 247px; */
}

.content
{
    position: absolute;
    top: 0px;
    left: 155px;
    width: 871px;
    /* height: 247px; */
    /* overflow: auto; */
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

.footer
{
    position: absolute;
    top: 337px;
    left: 155px;
    width: 529px;
    height: 100px;
}

.nav_prof
{
    position: absolute;
    top: 60px;
    left: 0px;
    width: 155px;
    height: 27px;
}

.nav_leist
{
    position: absolute;
    top: 97px;
    left: 0px;
    width: 155px;
    height: 27px;
}

.nav_proj
{
    position: absolute;
    top: 134px;
    left: 0px;
    width: 155px;
    height: 27px;
}

.nav_impr
{
    position: absolute;
    top: 171px;
    left: 0px;
    width: 155px;
    height: 27px;
}

.small
{
    font-size: 10px;
    color: #000000;
}

a:link
{
    color: #3366FF;
    text-decoration: underline;
}

a:visited
{
    color: #3366FF;
    text-decoration: underline;
}

