﻿        html
        {
            height: 100%;
        }
        body
        {
            height: 100%;
            background: #b6b7bc;
            font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
        }
        .mainTable {
            width: 90%; 
            margin-left: auto;
            margin-right: auto;           
          }
        table
        {
            width: 100%;            
            /*border-style: dashed;*/
        }
        td
        {
            vertical-align: top;
        }
        .menuBackGround
        {
            background-color: Gray;
        }
        .menu
        {
            color: #ffffff;
            display: inline;
            line-height: 0.2em; /*1.35em;*/
            padding: 0px 0px; /*4px */
            text-decoration: none;
            white-space: nowrap;
            font-size: 16px;
        }        
        .menu:visited
        {
            color: #ffffff;
        }        
        .menu:hover
        {
            color: #000000;
        }
        .title
        {
            color: #fff;
            font-size: 18pt;
            font-weight: bold;
            padding-left: 20px;
        }
        .titleBackGround
        {
            background-color: #4b6c9e;
        }        
