body 
{
    margin:0px;
    margin-top:20px;
    padding:0px;
    background-color:#073763;
    /*background-image: url('../im/bg.png');
    background-repeat:no-repeat;*/
}

A { 
    text-decoration:none; 
}

.BH
{
    background-color: White;
    background-image: url('../im/hbg.png');
    background-repeat:no-repeat;
    width:955px;
    height:90px;
    text-align:left;
}

.BB
{
    background-color: White;
    background-image: url('../im/mbg.png');
    background-repeat:repeat-y;
    width:955px;
    text-align:left;
}

.BF
{
    background-color: White;
    background-image: url('../im/fbg.png');
    background-repeat:no-repeat;
    width:955px;
    height:85px;
    text-align:left;
}

.BCrumb
{
    height:27px;
    width:100%;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}


/*FONTS*/
.NavFont{
    font-size:10pt;
    font-family:Arial;
    color:#3d3d3d;
}

.NavFontOver
{
    font-size:10pt;
    font-family:Arial;
    color:#2c6fa8;
}

.DFont
{
    font-size:10pt;
    font-family:Arial;
    color:#686868;
}

.RFont
{
    font-size:10pt;
    font-family:Arial;
    color:#2c6fa8;
}

.LucFont
{
    font-size:10pt;
    font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
    color:#3d3d3d;
}

/*TABS*/
.TabLeftOn
{
    background-image:url('../im/tabLeft.png'); 
    height:28px; 
    width:6px; 
    background-repeat:no-repeat;
}

.TabLeftOff
{
    height:28px; 
    width:6px; 
}

.TabRightOn
{
    background-image:url('../im/tabRight.png'); 
    height:28px; 
    width:6px; 
    background-repeat:no-repeat;
}

.TabRightOff
{
    height:28px; 
    width:6px; 
}

.TabOff
{
    height:28px;
    font-family:Arial;
    font-size:10pt;
    color:#686868;
}

.TabOn
{
    font-family:Arial;
    font-size:10pt;
    color:#131013;
    background-image:url('../im/tabSelectedBG.png'); 
    height:28px; 
    background-repeat:repeat-x;
}

.TabSepOn
{
    background-image:url('../im/tabSep.png');
    height:28px;
    width:10px;
    background-repeat:no-repeat;
    background-position:center;
}

.TabSepOff
{
    height:28px;
    width:10px;
}

.TopNavOn
{
    font-family:Arial;
    font-size:10pt;
    color:#073763;
    background-image:url('../im/topArrowOn.png');
    height:21px;
    width:102px;
    background-repeat:repeat-x;
}

.TopNavOff
{
    background-image:url('../im/topArrowOff.png');
    height:21px;
    width:102px;
    background-repeat:no-repeat;
    background-position:center;
}

.HideObject
{
    display:none;
}

.TextBorders
{
    border: solid 1px #b5ad9e;
    font-family:Arial;
    font-size:10pt;
    color:#646463;

}

.ImageBorders
{
    border:solid 2px #ddd9ce;
    width: 125px;
    height:146px;
    
}

.NoImageBorders
{
    border:none;
    width: 125px;
    height:146px;
}