﻿body
{
    font-family: Tahoma;
    background-color: #130D61;
}

.main
{
    position: absolute;
    left: 50%;
    width: 950px;
    height: 1180px;
    top: 0px;
    bottom: 33px;
    margin-left: -475px;
        background-color: #FFFFFF;
}

.nav_text
{
    font-family: tahoma;
    font-size: 8pt;
    left: 4px;
    color: #130d61;
    font-weight: bold;
}

a:link
{
    color: #0000CC;
    text-decoration: none;
}

a:visited
{
    color: #626262;
    text-decoration: none;
}

a:hover
{
    color: #000000;
}

h1
{
    font-family: tahoma;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    position: absolute;
    top: 19px;
    left: 18px;
    z-index: 3;
}

h2
{
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    position: absolute;
    top: 52px;
    left: 18px;
    width: 754px;
    z-index: 3;
    height: 32px;
}

.text
{
    font-family: tahoma;
    font-size: 10pt;
    color: #000000;
    position: absolute;
}

.breadcrumb
{
    position: absolute;
    font-family: tahoma;
    font-size: 12px;
    color: #000000;
    left: 18px;
    width: 546px;
    top: 3px;
    height: 19px;
 }
 
 .bottom
{
    position: absolute;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bold;
    width: 950px;
    height: 30px;
    left: -181px;
    bottom: 0px;
    background-color: #BDBCD3;
    text-align: center;
    vertical-align: middle;
}





