@charset "utf-8";

/*-----------------------------------------------  ------------------*/

.Footnote {
	text-align: right;
	color: #666666;
	font-size: 11px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-right: 76px;
	margin-left: 76px;
	padding-top: 5px;
	padding-right: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}


.Footnote a {
	color: #000000;
	text-decoration: none;
}

.Footnote a:hover {
	color: #555555;
	text-decoration: underline;
}

.Footnote img {
	color: #555555;
	text-decoration: none;
	padding-right: 25px;
}

