﻿body
{
    margin: 0px;
    font-family: 'BankGothic Lt BT' , Verdada, Airial;
    color: #000000;
}

.navigate a
{
    width: 100;
    display: block;
}
#content-wrapper
{
    display: none;
}
.Logo
{
    padding: 0px;
    margin: 0px;
    border: medium solid #000000;
    border-spacing: 1px;
    background-color: #000000;
    font-family: 'BankGothic Lt BT' , Verdada, Airial;
    font-size: 14px;
}
.LogoBackground
{
    background-position: center 200px;
    padding: 0px;
    margin: 0px;
    background-image: logo.gif;
    background-repeat: no-repeat;
}

.PageBanner
{
    font-family: 'BankGothic Lt BT' , Verdada, Airial;
    font-size: xx-large;
    font-weight: bold;
    background-color: #DDFFDD;
}

.HomePage
{
    font-family: 'BankGothic Lt BT' , Verdada, Airial;
    font-size: 60px;
    font-weight: bold;
    text-decoration: none;
}

.HomePageServices
{
    font-family: 'BankGothic Lt BT' , Verdada, Airial;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}

A:link
{
    text-decoration: none;
    color: black;
}

A:visited
{
    text-decoration: none;
    color: black;
}

A:active
{
    text-decoration: none;
    color: black;
}

A:hover
{
    text-decoration: underline;
    color: black;
}

.pagetext
{
    font-family: 'BankGothic Lt BT' , Verdada, Airial;
    color: #000000;
    font-size: small;
}
.copyright
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-style: italic;
    color: white;
}

.WhiteText
{
    color: #FFFFFF;
}

.thankyo
{
    font-family: 'BankGothic Lt BT';
    font-size: large;
    font-weight: bold;
}


