.footer A{
	color: White;
	text-decoration: none;
	font-size: 80%;
	margin-right: 8px;	
}

.footer A:hover{
text-decoration: underline;
	}

.footer P{
	padding:0px;
	margin:0px;
	padding-top:3px;
}

.footer{
	clear: left;	
	background-color: #006BB3;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 23px;
	vertical-align: middle;
	color: White;
}