/* CSS Document */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0e125c;
	text-decoration: none;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0e125c;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}
a, a:visited {
	color: #0e125c;
	text-decoration: none;
}
a:hover {
	color: #0e125c;
	text-decoration: underline;
}
