/*This should be integrated into the normal CSS after the full multi-lingual feature has been deployed*/
DIV#footer-bottom-line
{
	float: none;
	clear: left;
	display: block;
	margin: 23px auto 0;
	width: 800px;
	height: 27px;
	padding: 0;
	color: #333333;
	font: 9px Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
}
DIV#footer-bottom-line A
{
	color: #333333;
	text-decoration: none;
}
DIV#footer-bottom-line A:hover
{
	text-decoration: underline;
	color: #000000;
}
