body {
}
.GrayBar
{
    background-color: #e9e9e6
}
.FontBigBold
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, 'Microsoft Sans Serif';
}
.FontNormal
{
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
}
.FontNormalGray
{
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
    color: #666666;
}
.FontSmall
{
    font-size: 7pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
}

.FontSmallGreen
{
    font-size: 7pt;
    font-family: Arial, 'Microsoft Sans Serif';
    COLOR: #37984f; 
}

.FontBold
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
}
.FontBoldBlue
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
    color: #5076C9;
}
.FontBoldWhite
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
    color: White;
}
.FontBoldGreen
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
    color: #33CC00;
}

.FontWarning
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
    color: Red;
}
.Warning
{
    COLOR: #dc5858; 
    BACKGROUND-COLOR: #fbeeef;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
}
.Tips
{
    COLOR: #6F8C3A; 
    BACKGROUND-COLOR: #E1EDC7;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, 'Microsoft Sans Serif';
}
.MenuItemHeader
{
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    height: 20px;
}
.MenuItem
{
    font-size: 8pt;
    font-family: Arial;
    height: 20px;
}
.MenuBorder
{
    height: 1px;
    background-color: #999999;
}