﻿body
{
    margin: 0px;
    font-family: Gill Sans MT, Sans-Serif;
    font-size: 14px;
    color:  Gray;
}
.MenuItemMain
{
}
.MenuItemSub
{
    font-size: 13px;
    color: #cf7b35;
    cursor: hand;
}
.BodyText
{
}
.LinePgraphs
{
    line-height: 1;    
    font-family: Gill Sans MT, Sans-Serif;
    font-size: 14px;
    color:  Gray;
    text-align: justify;
}
.LinePgraphsBox
{
    font-family: Gill Sans MT, Sans-Serif;
    font-size: 14px;
    color:  black;
    text-align: justify;
    border-right: solid thin red;
    border-left: solid thin red;
    background-color:Yellow;
}
.HidePgraph
{
    display:none;
}
.ShowPgraph
{
    display: inline;
    font-family: Gill Sans MT, Sans-Serif;
    font-size: 14px;
    color:  black;
    text-align: justify;
    border-right: solid thin red;
    border-left: solid thin red;
    background-color:Yellow;
}
.BodyBlueHdr1Text
{
     color: #54A3CE;
     font-weight: bold;
     font-size: 16px;     
}
.BodyBlueHdr1TextBox
{
    color: #54A3CE;
    font-weight: bold;
    font-size: 16px;     
    border-right: solid thin red;
    border-left: solid thin red;

}
.BodyBlackHdr1Text
{
}
.BodyBlackBldHdr1Text
{
}
.FooterText
{
    font-size: 10px;
}
.WhiteFont
{
    font-size: 12px;
    color: White;
    
}
.BigOrangeButtons
{
    background:url('../images/PB-OrangeBlk.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color:  #871A05;
    width: 68px;
    height: 66px;
    
}
.BigOrangeButtonsSmallerFont
{
    background:url('../images/PB-OrangeBlk.jpg');
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: bold;
    color:  #871A05;
    width: 68px;
    height: 66px;
    
}
.BigGreenButtons
{
    background:url('../images/PB-GreenBlk.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color:  #7E936C;
    width: 68px;
    height: 66px;
    
}
.BigGreenButtonsSmallerFont
{
    background:url('../images/PB-GreenBlk.jpg');
    background-repeat: no-repeat;
    font-size: 10.5px;
    font-weight: bold;
    color:  #7E936C;
    width: 68px;
    height: 66px;
    
}
.TopBlueButtons
{
    background: url('../images/PB-BlueBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}
.TopOrangeButtons
{
    background: url('../images/PB-OrangeBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}

.TopBlueButtons:hover
{
    background: url('../images/PB-OrangeBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}

.SideBlueButtons
{
    background: url('../images/PB-BlueBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}
.SideOrangeButtons
{
    background: url('../images/PB-OrangeBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}

.SideBlueButtons:hover
{
    background: url('../images/PB-OrangeBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}
.SideOrangeButtonsNoHover
{
    background: url('../images/PB-OrangeBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}
.TopOrangeButtonsNoHover
{
    background: url('../images/PB-OrangeBtnLng.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: White;
    width: 122px;
    height: 22px;
    vertical-align: top;
}
