﻿body
{
    background-color: #000000;
    font-family:  sans-serif, Arial, Helvetica;
    font-size: small;
    color: #000000;
    margin: 0px;
    z-index: 0;
}
.ifmain
{
    background-image: url(../images/bk.jpg);
    background-color: #1D5296;
    font-family: sans-serif, Arial, Helvetica;
    font-size: small;
    color: #FFFFFF;
    background-repeat: no-repeat;
    margin-top: 0px;
    z-index: 0;
}

.pageformat
{
    display: block;
    width: 800px;
    text-align: left;
    margin: 0px;
    z-index:0;
}
.fhead
{
    display: block;
    width:800px;
    height:140px;
    background-color: #000000;
    z-index: 1;
}
.fmain
{
    padding: 10px 10px 10px 10px;
    margin-top: 25px;
    border-style: ridge;
    border-width: thin;
    background-color: #0A0734;
    filter: alpha(opacity=60);
    display: block;
    overflow:auto;
    z-index: 1;
    width: 776px;
}

.textboxtop
{
    background-image: url(../images/tab1.gif);
    background-repeat: repeat-x;
    display: block;
    color: #FFFFFF;
    text-indent: 10px;
    vertical-align: middle;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 20px;
    z-index: 1;
    border-width: thin;
    border-color: #000000;    
    border-right-style: solid;
    border-left-style: solid;
    text-decoration: underline;
    position: relative;
}

.textboxtop a
{
    color: #ffffff;
}
.textboxtop a:hover
{
    font-weight: bolder;
    color: #ffffff;
    background-image: url(../images/tab1_ovr.gif);
    background-repeat: repeat-x;
    text-indent: 10px;
}

.textbox
{
    border-color: #000000;
    text-align: left;
    background-color: #F1F3F8;
    padding: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    position: relative;
    display: block;
    z-index: 1;
}
.maintext
{
    font-family: sans-serif, Arial, Helvetica;
    font-size: small;
    color: #000000;
    line-height: 14pt;
}

.menu
{
    border-width: thin;
    border-color: #55559F;
    background-image: url(../images/menubck.gif);
    position: relative;
    padding: 0 0 0 5px;
    top: -5px;
    left: -5px;
    display: inline-block;
    clear: left;
    width: 800px;
    height:30px;
    border-right-style: solid;
    border-left-style: solid;
    z-index: 9;
}
.dlink
{
    border: 1px solid #003399;
    background-color: #FFFFFF;
    position: relative;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    width: 210px;
    height: 55px;
    display: block;
    color: #000000;
    font-weight: bold;
}
.dlink a
{
    color: #000000;
    font-weight: bold;
}

.dlink a:hover
{
    background-color: #ECEEAA;
}

.list
{
  margin:0 0 0 50px;
}
.list li
{
    list-style-image: url(../images/check.png);
    line-height: 16pt;
    position: relative;
    padding-left: 15px;
    margin-left:50px;
    list-style-position: outside;
    vertical-align: middle;
}

.footer
{
    background-color: #000000;
    color: #FFFFFF;
    padding: 5px;
    position: relative;
    width: 790px;
    font-size: smaller;
    font-weight:bolder;
}

.footer a
{
    background-color: #000000;
    color: #FFFFFF;
}

.awt
{
    color: #FFFFFF;
    font-size: smaller;
    float: left;
    clear: both;
}
.awt a
{
    color: #FFFFFF;
}

