@charset "UTF-8";
a.footer_link:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer_link:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer_link:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerTextRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 300px;
	position: absolute;
	left: 650px;
	top: 5px;
	background-color: #00021A;
}
