﻿body 
{
	margin: 0px;
    padding: 0;
    background-image: url(../Images/Frame/CoolGrey_1x1.gif);
}
.bgWarmGrey
{
    background-image: url(../Images/Frame/WarmGrey_1x1.gif);
    text-align: left;
}

.logoImage
{
	padding-bottom: 15px;
}
.flameTop
{
	text-align: right;
	vertical-align: bottom;
}
.flameBottom
{
	text-align: right;
	vertical-align: bottom;
}
.bgWhite
{
	background-color: #FFFFFF;
	text-align: left;
}
.menuTable
{
    background-image: url(../Images/Frame/Red_1x1.gif);
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
}
.menuLink
{
	font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
.menuLink:hover
{
    text-decoration: underline;
}
.footerText
{
	font-family: Verdana;
    font-size: 9px;
    color: #9a8c7d;
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
    padding-top: 8px;
}
.footerLink
{
	color: #9a8c7d;
	text-decoration: none;
}
.footerLink:hover
{
	text-decoration: underline;
}
.textTitle
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 20px;
}
.textBodySub
{
	font-family: Verdana;
    font-size: 8px;
    color: #FFFFFF;
    line-height: 12pt;
    padding-bottom: 20px;
}
.textBody
{
	font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 12pt;
    padding-bottom: 20px;
}
.textLink
{
	font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 12pt;
	text-decoration: none;
}
.textLink:hover
{
	text-decoration: underline;
}
.aboutPage
{
	padding-top:73px;
}