/* FooterPanel */
.footer_navigation {
	width: 100%;
}

.footer_navigation table {
	font-size: 11px;
	color: #888;
	border-top: 1px #d0d0d0 solid;
}

.footer_navigation th {
	text-align: left;
	padding: 5px 10px 10px 10px;
	font-weight: normal;
}

.footer_navigation td {
	text-align: right;
	padding: 5px 10px 10px 10px;
}

.footer_navigation a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #e2001a;
}

.footer_navigation a:hover {
	color: #888;
}