﻿body
{
    font-size: small;
    color: #000000;
    font-family: Verdana, Sans-Serif;
}

.menuselecteditem
{
    width: 78px;
    height: 22px;
    text-align: center;
    background-image: url(images/tab_selected.gif);
    padding-top: 9px;
}

.menuitem
{
    width: 78px;
    height: 22px;
    text-align: center;
    background-image: url(images/tab.gif);
    padding-top: 9px;
    cursor: pointer;
}
.notabspace
{
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/notabspace.gif);
}
.tableftside
{
    background-repeat: repeat-y;
    background-image: url(images/tabpageleft.gif);
}
.tabrightside
{
    background-repeat: repeat-y;
    background-image: url(images/tabpageright.gif);
}
.tabcontentbg
{
    background-color: #EAE8ED;
}
.copyright
{
    font-size: 8pt;
}
.subtitle
{
    font-size: large;
    color: #7c6f57;
    text-decoration: none;
}
.quote
{
    color: Black;
    font-style: italic;
    font-size: x-small;
}

