.FT_Container {
	height: 40px;
	background-image: url('/images/generalpage/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

.FT_FooterLinksLeft
{
	float: left;
	color: #6a664e;
	width: 360px;
	text-align: left;
	vertical-align: bottom;
	font-size: 0.9em;
}
.FT_FooterLinksLeft a, .FT_FooterLinksLeft a:visited
{
	text-decoration: none;
}
.FT_FooterLinksLeft a:hover
{
	text-decoration: underline;
}


.FT_FooterLinksRight
{
	float: right;
	color: #6a664e;
	text-align: right;
	vertical-align: bottom;
	font-size: 0.9em;
}
.FT_FooterLinksRight a, .FT_FooterLinksRight a:visited
{
	text-decoration: none;
}
.FT_FooterLinksRight a:hover
{
	text-decoration: underline;
}
