/* DIYALOGO FOOTER */ 

#footer {
    clear: both;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: white;
	font-size: 8pt;
	color: #666666; 
	text-align: center;
}

#footer a{
	
	text-decoration: none;
	color: #666666; 
	font-size: 8pt;
}

#footer a:hover{
	text-decoration: underline;
	color: #666666; 
	font-size: 8pt;
}

#currencyBar{
	line-height: 21px;
	text-align: center;
	font: 11px Arial;
	--background-color: #88172c;
	color: #88172c;
	border-top:4px double #D6D6D6;
	border-bottom:4px double #D6D6D6;
	padding-top:5px;
	height: 20px;
}