﻿body {
        background:black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        color: white;
        line-height:100%;
        margin: 0px;
        margin-top: 10px;
}






p.note_text {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 7pt;
        color: black;
        margin-left: 8px;
}



/*  not needed */
a.menu:link {color: #000066; text-decoration: none; font-weight:bold; font-size: 8pt; font-family: Verdana}
a.menu:visited {color: #000066; text-decoration: none; font-weight:bold; font-size: 8pt; font-family: Verdana}
a.menu:hover {color: #FFFF00; text-decoration: none; font-weight:bold; font-size: 8pt; font-family: Verdana}
a.menu:active {color:#ffff00; text-decoration: none; font-weight:bold; font-size: 8pt; font-family: Verdana}


ul.menu_content {
        list-style-type: none;
}

ul.menu_content li{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 8pt;
        background: #9999CC;
        width: 175px;
        padding: 3px 5px;
        margin-left: -30px;
        margin-top: 5px;
        margin-bottom: 5px;
}


td.top_menu {
        padding: 2px 4px;
        font-family: Verdana;
        font-size: 8pt;
        color: #000066;
        background: #9999CC;
        border-style: solid;
        border-width: 1px;
        border-color: #CCCCff;
        text-align: center;
}

td.cell_empty {
        padding: 2px 4px;
        font-family: Verdana;
        font-size: 8pt;
        border-style: solid;
        border-width: 1px;
        border-color: red;
        text-align: left;
}


