﻿body
{
    background-attachment: fixed;
    background-image: url(Images/pagebg.jpg);
    margin-top: 0px;
     margin-left: 0px;
      margin-right: 0px;
    margin-bottom: 0px;
}

.white
{
    font-size: 8pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

.white a:hover
{
    text-decoration: underline;
    color: #000000;
}

.orange
{
    font-size: 8pt;
    color: #ffa70e;
    font-family: Verdana;
}

.brown
{
    font-size: 8pt;
    color: #500000;
    font-family: Verdana;
    text-decoration: underline;
}

.smallwhite
{
    font-size: 7pt;
    color: white;
    font-family: Verdana;
}

.smallblack
{
    font-size: 7pt;
    color: black;
    font-family: Verdana;
}

.heading
{
    font-size: 14pt;
    color: #500000;
    font-family: Verdana;
    font-weight: bold;
}

.subheading
{
    font-weight: bold;
    font-size: 12pt;
    color: #ffa70e;
    font-family: Verdana;
}

.content
{
    font-size: 12pt;
    font-family: 'Trebuchet MS';
    color: black;
    text-decoration: none;
    line-height: 20px;
}

.content a:hover
{
    color: #ffa70e;
}
