.FT_Container {
	height: 60px;
	vertical-align: bottom;
	padding-top: 20px;
}

.FT_FooterLinksLeft
{
	float: left;
	color: #999999;
	width: 360px;
	text-align: left;
	/*font-size: 0.9em;*/
}
.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.9em;*/
}
.FT_FooterLinksRight a, .FT_FooterLinksRight a:visited
{
	color: #999999;
	text-decoration: none;
}
.FT_FooterLinksRight a:hover
{
	color: #999999;
	text-decoration: underline;
}
