﻿html
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body
{
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #F2f2f2;
    background-color: #281911;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    margin: 0px;
    padding-top: 60px;
    background-image: url("../Images/SiteBackground.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

.MasterTable
{
    border-style: solid none solid none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.SiteContent
{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #666666;
    padding: 10px 0px 10px 25px;
    min-height: 300px;
}

.Newsletter
{
    font-family: Century Gothic;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
}

.Newsletter a
{
    font-family: Century Gothic;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
}

.Newsletter a:link
{
    font-family: Century Gothic;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
}

.Newsletter a:hover
{
    font-family: Century Gothic;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: underline;
    color: #FFFFFF;
}