body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    
    background-color: #CEE5F3;
    
    background-image: url(/images/back_top.png);
    background-position: center top;
    background-repeat: repeat-x;
    
    text-align: left;
}

.topLinks
{
    margin: 12px 0px 12px 0px;
    
    width: 932px;
    
    text-align: right;
}

a:link, a:visited, a:hover
{
    color: #003399;
    
    text-decoration: none;
}

.line
{
    border-left: solid 0px Transparent;
    border-top: solid 0px Transparent;
    border-right: solid 0px Transparent;
    border-bottom: solid 1px #969696;
}

a:hover
{
    text-decoration: underline;
}

a.tl:link, a.tl:visited, a.tl:hover
{
    font-size: 11px;
    color: #CDCBCE;
    
    text-decoration: none;
}

a.tl:hover
{
    color: #F9D060;
    
    border-bottom: dotted 1px #F9D060;
}

.backContent
{
    min-height: 640px;
    
    background-image: url(/images/back_bottom.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.content
{
    width: 936px;
 
    background-color: #EDF2F6;
    
    background-image: url(/images/cnt_center.png);
    background-repeat: repeat-x;
}

.contentLeft
{
    width: 20px;
    
    background-image: url(/images/cnt_left.png);
    background-repeat: no-repeat;
}

.contentRight
{
    width: 20px;
    
    background-image: url(/images/cnt_right.png);
    background-repeat: no-repeat;
}

.isb
{
    padding: 2px 0px 0px 2px;
    font-size: 12px;
    height: 20px;
    
    border-left: solid 1px #8F98A5;
    border-top: solid 1px #8F98A5;
    border-right: none;
    border-bottom: solid 1px #8F98A5;
}
.isbButton
{
    width: 20px;
    height: 24px;
    
    cursor: pointer;
    
    border: none;
    
    background-color: Transparent;
    background-image: url(/images/btn.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.footer
{
    width: 936px;
    height: 120px;
    
    background-image: url(/images/footer.png);
    background-repeat: repeat-x;   
}
.footerLeft
{
    width: 20px;
    
    background-image: url(/images/footer_left.png);
    background-repeat: no-repeat;
}
.footerRight
{
    width: 20px;
    
    background-image: url(/images/footer_right.png);
    background-repeat: no-repeat;   
}

a.copyLink:link, a.copyLink:visited
{
    font-size: 10px;
    color: #DDDDDD;
    
    text-decoration: none;
}
a.copyLink:hover
{
    text-decoration: underline;
}