/* CSS Document */

.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	letter-spacing:1px;		
}
a.footer:link, a.footer:visited, a.footer:active{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	letter-spacing:1px;
	text-decoration: none;
}
 a.footer:hover{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	letter-spacing:1px;
	text-decoration: underline;		
}
.footer_box {
	background-color:#ff9900;
	color:#000066;
	border-top:1px solid #fff;
}