﻿html, body 
{
    background-color: #860000;
    font-family: Trebuchet MS, Times New Roman, Verdana, Tahoma, Arial;
    font-size: 11px;
    margin: 0;
    padding: 0;
    border: 0px;
    height: 100%;
}

.menu_cell
{
    background-color: #444444;
}

.content_cell
{
    background-color: white;
    width: 100%;
    height: 100%;
}

.spacer_cell
{
    background-color: white;
    height: 1px;
}

.inline_frame_cell 
{
    background-color: #860000;
    color: White;
    font-family: Trebuchet MS, Times New Roman, Verdana, Tahoma, Arial;
    font-size: 11px;
    font-style: italic;
    height: 100%;
}