﻿body
{
    background-color: #BBDDFF;
    color: #660000;
    font-family: Corbel;
}
.MainPanel
{
    display: table;
    width: 90%;
    margin-left: 10px;
}
.InsetBulletDetail
{
    margin-left: 30px;
}
.Quote
{ 
    font-style: italic; 
}

.Row, .FirstRow, .HeaderRow
{
    display: table-row;
}
.HeaderRow
{
    font-weight: bolder;
    font-size: x-large;
}
.LeftMenu
{
    display: table-cell;
    vertical-align: top;
}
.MenuLink, a
{
    text-decoration: none;
    white-space: nowrap;
    color: #229922;
}
.Main
{
    display: table-cell;
    vertical-align:top;
    width: 90%;
}
td.Main
{
    padding: 3px 3px 3px 6px;
}