﻿body
{
    background-color: #ffffff;
    margin: 0px;
    font-size: 10pt;
    font-family: Arial;
}

A:link, A:visited
{
    color: #205b20;
    text-decoration: none;
}

A:hover
{
    color: red;
    text-decoration: underline;
}
A:active
{
    color: #205b20;
    text-decoration: none;
}

H1
{
    font-weight: bold;
    font-size: 18pt;
    color: #609df2;
}
H3
{
    font-weight: bold;
    font-size: 14pt;
    color: #609df2;
}

HR
{
    color: #205b20;
}


DIV.MainBody
{
    background-color: #609df2;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    border: black 1px solid;
}

DIV.ContentBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 20px;
    background-color: #ffffff;
    float: left;
    width: 602px;
    border-right: #205b20 1px solid;
    border-left: #205b20 1px solid;
    min-height: 600px;
    height:auto !important;
    height:600px;

        
}
DIV.MainLeft, DIV.MainRight
{
    font-size: 10pt;
    font-family: Arial;
    float: left;
    width: 200px;    
}


DIV.MainTop
{
    margin-right: auto;
    margin-left: auto;
    border-bottom: #ff0000 5px solid;
    
}
DIV.MainBottom
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 10px;
    height: 40px;
    background-color: #609df2;
    color: white;
}


A.PolozkaMenu
{
    font-weight: bold;
    margin: 0px;
    padding: 5px;
    background-color: #66ccff;
    border-right: #ffcc66 thin solid;
    border-top: #ffcc66 thin solid;
    border-left: #ffcc66 thin solid;
    border-bottom: #ffcc66 thin solid;
}
A.PolozkaMenu:link, A.PolozkaMenu:visited
{
    color: #0000ff;
    text-decoration: none;
}

A.PolozkaMenu:hover, A.PolozkaMenu:active
{
    color: red;
    text-decoration: underline;
    background-color: white;
}


