﻿body
{
    font-family: Tahoma;
    background-color: #9EA1A9;
    font-size: 9pt;
    color: #000000;
}
#main
{
    border: 2px solid #000066;
    position: absolute;
    left: 50%;
    width: 950px;
    height: 530px;
    top: 50%;
    bottom: 43px;
    margin-left: -475px;
    margin-top: -265px;
    background-color: #ffffff;
}

a:link
{
    color: #000066;
    text-decoration: none;
    text-align: left;
    font-family: tahoma;
    font-size: 10pt;
}

a:visited
{
    color: #0B4640;
    text-decoration: none;
     text-align: left;
    font-family: tahoma;
    font-size: 10pt;
}


.h1
{
    position: absolute;
    font-family: tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    z-index: 1;
	left: 16px;
	top: 7px;
	width: 402px;
}