a:link
{
        color: #000080;
}
a:visited
{
        color: #7463C7;
}
a:active
{
        color: red;
}
a:hover
{
        color: #009579;
}
body
{
        font-family: Verdana, Arial, Helvetica, MS sans serif;
        background-color: #ccccff;
        color: #000080;
        font-size: 12pt;
}
h1
{
        font-size: 18pt;
}
h2
{
        font-size: 14pt;
}
h3
{
        font-size: 100%;
        line-height: 167%;
}
h4
{
        font-size: 10pt;
}
h5
{
        font-size: 6pt;
}

#js-popup
{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(images/overlay.png);
        z-index: 1999;
}

#js-popup-box
{
        position: absolute;
        padding: 3px;
        background: #ffffff;
        border: 2px ridge #8080ff;
        z-index: 1000;
        text-align: center;
        font-size: 80%;
}

#js-popup-image
{
        margin: 0;
        padding: 0;
}

#js-popup-wait
{
        margin: 0;
        padding: 0;
        vertical-align: middle;
}

#js-popup-resize
{
        margin: 0;
        padding: 0;
        position: absolute;
        top: 2px;
        left: 2px;
}

#js-popup-close
{
        margin: 0;
        padding: 0;
        position: absolute;
        top: 2px;
        right: 2px;
        cursor: pointer;
}