﻿
body
{
    font-family: Verdana;
    background-color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 9pt;
    color: black;
}



.Top
{
    background-image: url(Pictures/Top.JPG);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.LeftTop
{
    background-image: url(Pictures/LeftTop.JPG);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.RightTop
{
    background-image: url(Pictures/RightTop.JPG);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.Left
{
    background-image: url(Pictures/Left.JPG);
    background-repeat: repeat-y;
    background-position-x: right;
}

.Right
{
    background-image: url(Pictures/Right.JPG);
    background-repeat: repeat-y;
    background-position-x: left;
}



.Content
{
    background-image: url(Pictures/Middle.JPG);
    background-repeat: repeat-x;
    background-position-y: top;
    background-color: #f1c700;
}

.LeftBottom
{
    background-image: url(Pictures/LeftBottom.JPG);
    background-position: right top;
    background-repeat: no-repeat;
}

.RightBottom
{
    background-image: url(Pictures/RightBottom.JPG);
    background-position: left top;
    background-repeat: no-repeat;
}

.Bottom
{
    background-image: url(Pictures/Bottom.JPG);
    background-position: center top;
    background-repeat: no-repeat;
}