﻿.FooterArea
{
    width: 100%;
    background-color: #cccccc;
    height: 5em;
}

.FooterArea .Content
{
	width: 62.25em;
	margin: 0px auto;
    background-color: White;
	height: 100%;
}
.FooterArea .Content .Footer
{
	width: 58em;
    padding-left: 1.125em;
    padding-right: 1.125em;
    margin: 0 auto 0 auto;
    overflow: hidden;
    height: 1.3em;
    background-color: #cccccc;
    text-align: center;
    padding-top: 0.2em;
}



.FooterArea .LinkItem
{
    font-size: 0.75em;
    margin-top: 0em;
	margin-bottom: 0.625em;
}

.FooterArea p
{
    font-size: 0.75em;
    color: #330033;
}

.FooterArea a:link,
.FooterArea a:visited,
.FooterArea a:hover,
.FooterArea a:active
{
    font-weight: bold;
    color: #330033;
    text-decoration: none;
}

.FooterArea a:hover
{
	text-decoration: underline;
}
