body
{
    background-color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #BBBBBB;
    font-size: 10pt;
    text-decoration: none;
}

a:hover, a:active
{
    color: #EEEEEE;
    text-decoration: none;
}

.mainArea
{
    width:815px;
    height:550px;
    border: 1px;
    border-style: solid;
    border-color: #777777;
}

.navArea
{
    width: 140px;
    text-align: right;
    font-variant: small-caps;
}

.mainNavArea
{
    width: 140px;
    height: 150px;
    vertical-align: bottom;
    text-align: right;
    font-variant: small-caps;
}

.subNavArea
{
    width: 140px;
    height: 150px;
    vertical-align: bottom;
    text-align: right;
    font-variant: small-caps;
    display: none;
}

.navItem
{
    margin-top: 5px;
    margin-bottom: 0px;
    vertical-align: bottom;
}

.arrow
{
    visibility: hidden;
}

.picArea
{
    height: 480px;
    vertical-align: top;
    text-align: center;
    margin: 10px;
    visibility: hidden;
}

.pic
{
    height: 480px;
    vertical-align: top;
    text-align: center;
    margin: 10px;
}

.dummy
{
    width: 50%;
}

.copy, .copy:hover
{
    text-align: right;
    margin-top: 1px;
    font-size: 8pt;
    color: #888888;
}

