.footerPreFade
{
	height: 150px;
	background: linear-gradient(white, #efefef);
}

.footerWrapper
{
	background-color: #efefef;
	width: 100%;
}

.footerTable
{
	width: 100%;
	border-collapse: collapse;
}

.footerHeaderSpace
{
	width: 25%;
}

.footerHeaderText
{
	width: 25%;
	letter-spacing: 2px;
}

.footerBodyText
{
	padding-left: 20px;
	vertical-align: top;
	line-height: 30px;
}

.footerBodyText a
{
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.footerBodyText a:visited, 
.footerBodyText a:hover
{
	color: black;
	cursor: pointer;
}

.footerBodyText a:hover
{
	color: blue;
}