﻿body
{
    font-family: Tahoma;
    background-color: #FFFFFF;
    color: #000000;
}

#main
{
    position: absolute;
    left: 50%;
    width: 990px;
    top: 0px;
    margin-left: -425px;
    background-color: #FFFFFF;
}

a:link
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #04417b;
}

h1
{
    font-family: tahoma;
    font-size: 13pt;
    font-weight: bold;
    color: #04417b;
    position: absolute;
    top: -78px;
    left: -99px;
    z-index: 2;
    width: 610px;
    height: 23px;
    text-align: center;
}

h2
{
    font-family: tahoma;
    font-size: 11pt;
    font-weight: bold;
    position: absolute;
    z-index: 3;
    color: #04417b;
    top: 8px;
    left: 135px;
}

.text
{
    font-family: tahoma;
    font-size: 10pt;
    color: #000000;
    position: absolute;

}

.breadcrumb
{
    font-family: tahoma;
    font-size: 9pt;
    color: #04417b;
    position: absolute;
    width: 371px;
    height: 15px;
    top: 5px;
    left: 1px;
}




