﻿body 
{
    font-family: Verdana;
}
a:link
{
    font-family: Verdana;
    color: White;
}
a:visited
{
    font-family: Verdana;
    color: white;
}

table
{
    padding-top: 0px;
    padding-bottom: 0px;
    border: 5px;
}
.HomeTable
{
    padding-bottom: 10px;
    padding-top: 10px;
}

.LowerMenu
{
    text-align: left;
    font-size: small;
    color: #FFFFFF;
    background-color: #659A41;
}
.PageMenu
{
    background-position: right 10px;
    vertical-align: top;
    background-repeat: no-repeat;
    padding-top: 10px;
}

.Heading
{
    font-family: Verdana;
    font-size: large;
    color: #da5227;
}
.Content
{
    font-family: Verdana;
    font-size: small;
    padding-top: 10px;
}

.Margin
{
    width: 5%;
}

.IE8Fix
{
    z-index: 1000;
}

.PriceTitle
{
    font-family: Verdana;
    font-size: x-large;
    color: Black;
}

.PriceTitleGreen
{
    font-family: Verdana;
    font-size: x-large;
    color: #659A41;
}

.PriceNormalText
{
    font-family: Verdana;
    font-size: medium;
    color: black;
}
.PriceSmallItalic
{
    font-family: Verdana;
    font-size: small;
    color: black;
    font-style: italic;
}
.PriceAmount
{
    font-family: Copperplate Gothic Bold;
    font-size: medium;
}
.PriceCell
{
    vertical-align: top;
}