﻿html,
body
{
    margin:0px;
    padding:0px;
    height:100%;
    background-color: #ffffff;
    overflow: hidden;
}
a:link,
a:visited
{  
    color: #5697e7; 
    text-decoration: none;
}
a:hover
{
    color: #5697e7; 
    text-decoration: underline;
}
hr
{
    color: #111144;
    background: #111144;
    height: 2px;
    border: 0px;
}
.footer
{
    font-size: 9px;
    color: #acacbd;
}
.footer hr
{
    margin-top: 22px;
    color: #acacbd;
    background: #acacbd;
    height: 1px;
    border: 0px;
}
.footer a:link,
.footer a:visited
{  
    color: #5286ba; 
    text-decoration: none;
}
.footer a:hover
{
    color: #5286ba; 
    text-decoration: underline;
}
em
{
    color: #51b9ff;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}
#toolTip
{
    background-image: url('/images/toolTipBg.png');
    border: solid 2px #111144;
    padding: 4px;
    z-index: 1;
    color: #111144;
    font-size: 9px;
    display: none;
    position: absolute;
    width: 200px;
}
.zoomin
{
    cursor: url('/images/zoomin.cur'), pointer;
}
.zoomout
{
    cursor: url('/images/zoomout.cur'), pointer;
}