﻿html 
{
    min-height: 100.2%;
} 
body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 10pt;
    color: #666666;
    background-color: #848684;
}
.MainContainer
{
    text-align: left;
    background-color: #FFFFFF;
    width: 1000px;
    overflow: hidden;
}
.BackPageLogo
{
    background-color: #FFFFFF;
    width: 266px;
}
.Edition
{
    line-height: 31px;
    font-size: 10pt;
    font-weight: bold;
    color: #2B3281;
    padding-left: 10px;
    background-color: #FDE8C6;
}
.MenuBar
{
    width: 266px;
    vertical-align: top;
}
.MenuArea
{
    width: 231px;
    overflow: hidden;
    background-color: #FDE8C6;
}
.MenuSeparator
{
    background-color: #FFFFFF;
    line-height: 5px;
    height: 5px;
    width: 231px;
    overflow: hidden;
}
.MenuEntry
{
    padding-left: 10px;
    line-height: 31px;
    font-size: 9pt;
}
.SubMenuPad
{
    padding-left: 37px;
    font-size: 9pt;
}
.MenuItemHover, .SubMenuPad:hover
{
    color: #B52B46;
}
.MenuItemStyle
{
    color: #3366FF;
}
.SideBar
{
    width: 302px;
    overflow: hidden;
    background-color: #dce7eb;
    vertical-align: top;
}
.SideBarArea
{
    margin: 38px 26px 38px 32px;
}
.SideBarHeading
{
    font-size: 18pt;
    color: #0099FF;
    margin-bottom: 19px;
}
.SideBarContent
{
    line-height: 20px;
}
.ContentArea
{
    margin-right: 35px;
    line-height: 20px;
}
.ContentHeading
{
    margin: 17px 0;
    font-size: 22pt;
    color: #0099FF;
}
.ContentByLineHeading
{
    margin-bottom: 29px;
    font-weight: bold;
    color: #666666;
}
.Tip
{
    color: #FF0000;
}
