/* CSS Document */

#footer {
	color: #3167AA;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #265FA6;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: underline;
}

.footNote {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
