document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln("ul.footer-links li {");
document.writeln("	display:inline;");
document.writeln("}");
document.writeln(".pipe {");
document.writeln("	font-size:11px;");
document.writeln("	color:#360;");
document.writeln("	font-weight:bold;");
document.writeln("}");
document.writeln("#metro-footer {");
document.writeln("	font-family: Arial, Helvetica, sans-serif;");
document.writeln("}");
document.writeln(".border-dotted-bottom-62991F {");
document.writeln("	border-bottom:1px dotted #62991F;");
document.writeln("}");
document.writeln(".clear {");
document.writeln("	clear:both;");
document.writeln("}");
document.writeln("a.small {");
document.writeln("	font-size:11px; ");
document.writeln("	color:#360;");
document.writeln("	text-decoration:none;");
document.writeln("}");
document.writeln(".v-small {");
document.writeln("	font-size:11px;");
document.writeln("}");
document.writeln("-->");
document.writeln("</style>");
document.writeln("<div id=\"metro-footer\" class=\"float-left margin-10trb-20l\">");
document.writeln("	<div>");
document.writeln("		<div class=\"float-left border-dotted-bottom-62991F\">");
document.writeln("			<div class=\"float-right\">");
document.writeln("				<ul class=\"footer-links\">");
document.writeln("					<li><a href=\"http://www.metro.lu\" class=\"small\">Corporativo Metro</a></li>");
document.writeln("					<li><span class=\"pipe\">|</span></li>");
document.writeln("					<li><a href=\"http://www.metrolifepanel.com\" class=\"small\">Metro Panel</a></li>");
document.writeln("					<li><span class=\"pipe\">|</span></li>");
document.writeln("					<li><a href=\"http://www.metrofrance.com\" class=\"small\">Metro France</a></li>");
document.writeln("				</ul>");
document.writeln("			</div>");
document.writeln("			<div class=\"float-left padding-top-5\">");
document.writeln("				<p class=\"v-small\">&copy; Copyright 2009 Metro International</p>");
document.writeln("			</div>");
document.writeln("			<div class=\"clear padding-top-5\"></div>");
document.writeln("		</div>		");
document.writeln("		<p class=\"clear v-small padding-top-10\"></p>");
document.writeln("	</div>");
document.writeln("</div>");