@charset "UTF-8";
/* CSS Document */
.footer {
	background-image: url(../images/header_bg.gif);
	height: 25px;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
} 
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover  {
	color: #0000FF;
	text-decoration: underline;
}
.footer p {
	margin: 0;
	padding: 0 10px;
}
