﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}


a
{
    text-decoration: none;
    font-weight: bold;
    color: #103B68;
}

a:hover
{
    text-decoration: underline;
}

.footnote
{
    color: #808080;
    font-size: 8pt;
}

.sitemap
{
    width: 190px;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #000000;
    display: block;
    line-height: 25px;
    padding-left: 5px;
    background-color: #dedede;
    margin-bottom:6px;
}

.sitemap:hover
{
    background-color: #999999;
    text-decoration: none;
}

.stagelink
{
    width: 190px;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #000000;
    display: block;
    line-height: 25px;
    padding-left: 5px;
    background-color: #dedede;
    margin-bottom:6px;
    margin-left:30px;
}
.stagelink:hover
{
    background-color: #FFFFFF;
    text-decoration: none;
}
.stagelinkon
{
    width: 190px;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #000000;
    display: block;
    line-height: 25px;
    padding-left: 5px;
    background-color: #FFFFFF;
    margin-bottom:6px;
    margin-left:30px;
    text-decoration: none;
}
.stagelinkon:hover
{
    text-decoration: none;
}