#footer{
background: #194c80;
color: #FFF;
padding: 0;
font-size:12px;
}

#footer strong{
	text-transform: uppercase;
	font-size:14px;
	color:#abd4ff;
	
}

#footer li{
	color:#fff;
	list-style-type: none;
	background-image:url(../img/footer_arow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:2px 0px 2px 10px;
}

#footer td{
color:#fff;
}
	
#footer a:link, #footer a:visited {
	font-size: 12px;
	padding: 0px 8px 0px 5px;
	margin-right: 4px;
	margin-top:0px;
	text-decoration: none;
	color:#689bcf;
}

#footer a:link.active, #footer a:visited.active {
	border:1px solid #ccc;
	border-bottom: 1px solid #fff;
	background: #fff;
	color:#abd4ff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
