﻿body
{
    margin: 0px;
    background-image: url(Images/pageBg.gif);
    background-attachment: fixed;
}

.purple
{
    font-family: 'Tw Cen MT';
    color: #161c67;
    font-size: 16px;
    font-weight: bold;
}

.heading
{
    font-family: 'Century Gothic';
    color: #161c67;
    font-size: 20px;
    font-weight: bold;
}

.heading2
{
    font-family: Verdana;
    color: #161c67;
    font-size: 16px;
    font-weight: bold;
}

.heading3
{
    font-family: Verdana;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.content
{
    font-family: Verdana;
    color: #363636;
    font-size: 12px;
}

.content a:link
{
    color: #161c67;
}

.hr
{
    height:1px;
    color: #8b8b8b;
}

.small
{
    font-family: Arial;
    color: #363636;
    font-size: 10px;
}

.thumb
{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #8b8b8b;
}

.alignleft
{
    float: left;
    margin-right: 5px;
}