﻿        BODY
        {
            font-family: verdana, arial, helvetica;
            font-size: 70%;
        }
        H1
        {
            font-size: 120%;
            font-style: italic;
        }
        DIV#divMenuBar
        {
            background-color: #6898d0;
        }
        TABLE#tblMenuBar TD
        {
            font-family: Verdana, arial, helvetica, sans-serif;
            font-size: 80%;
            color: white;
            padding: 0px 5px 0px 5px;
            cursor: default;
        }
        TABLE#tblMenuBar TD.MenuMadde
        {
            font-size: 11px;
            font-weight: bold;
            cursor: hand;
        }
        DIV.clsMenuAra
        {
            height:5px;
            z-index:101;
        }
        DIV.clsMenu
        {
            font-weight:bold;
            font-size: 10px;
            background-color: #6898d0;
            position: absolute;
            visibility: hidden;
            width: 130px;
            padding: 5px 5px 5px 8px;
            border-top: 1 white solid;
            z-index:101;
        }
        DIV.clsMenu A
        {
            font-weight:bold;
            text-decoration: none;
            color: white;
            z-index:101;
        }
        DIV.clsMenu A:hover
        {
            font-weight:bold;
            color: #c2ceda;
            z-index:101;
        }
        BUTTON
        {
            font-family: tahoma;
            font-size: 100%;
        }
