﻿body 
{
    margin: 0px 0px 0px 0px;
    background-color: #85913b;
}

TABLE
{
    font-family: Verdana;
    font-size: 8pt;
    color: Black;
}

TABLE.Website
{
    width: 758px;
    height: 100%;
    background-color: White;
}

TABLE.WebBody
{
    width: 738px;
    height: 100%;
    border-left: solid 1px #3f4915;
    border-right: solid 1px #3f4915;
    background-image: url("./img/background.jpg");
}

TD.Header
{
    height:93px;
    background-image: url("./img/header.jpg");
    padding-left: 200px;
    vertical-align: top;
    padding-top: 25px;
}

A.HeaderMenuItem
{
    text-decoration : none;
	color : #831919;
	font-weight : bolder;
}

A.HeaderMenuItem:hover
{
    text-decoration : none;
	color : black;
	font-weight : bolder;
}

TD.MenuBar
{
    background-image: url("./img/menubar.jpg");
    height: 30px;
    vertical-align: top;
    padding-top: 2px;
}

TD.WebTekst
{
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    text-align: justify;
}

TD.Footer
{
    background-image: url("./img/footer.jpg");
    height: 33px;
    vertical-align: bottom;
    font-size: 9px;
    padding-left: 25px;
}

A.Footer
{
    text-decoration: none;
    color: Black;
}

H1,H2,H3
{
    color : #3f4915;
    font-size: 9pt;
    font-weight: bold;
}

TH
{
    text-align: left;
    font-weight: bold;
    color: #3f4915;
}

A
{
    text-decoration: none;
    color : #831919;
}

A:hover
{
    text-decoration: underline;
    color: Black;
}
