.FT_Container {
	padding: 10px 5px 0px 5px;
}

.FT_FooterLinksLeft
{
	float: left;
	color: #999999;
	width: 260px;
	font-size: 0.8em;
	text-align: left;
}
.FT_FooterLinksLeft a, .FT_FooterLinksLeft a:visited
{
	color: #999999;
	text-decoration: none;
}
.FT_FooterLinksLeft a:hover
{
	color: #999999;
	text-decoration: underline;
}


.FT_FooterLinksRight
{
	float: right;
	color: #999999;
	text-align: right;
	font-size: 0.8em;
}
.FT_FooterLinksRight a, .FT_FooterLinksRight a:visited
{
	color: #999999;
	text-decoration: none;
}
.FT_FooterLinksRight a:hover
{
	color: #999999;
	text-decoration: underline;
}
