﻿#footerContainer
{
	width: 100%;
	border: 0px;
}
table#footerContainer tr td
{
	white-space: nowrap;
}
#footerLinksContainer
{
	width: 100%;
	text-align: right;
	vertical-align: middle;
	color:White;
}
.footerLink:link
{
	color:White;
	text-decoration: none;
}
.footerLink:visited
{
	color:White;
	text-decoration: none;
}
.footerLink:active
{
}
.footerLink:hover
{
	text-decoration: underline;
}