/* footnotes plugin */
.footnotes {
	font-size: 9pt;
	line-height: 1.5em;
	padding: 10px 0 10px 0;
	color: #999 !important;
}

.footnotes .footnotedivider {
	width: 120px;
	border-bottom: 1px solid #666;
}

.footnotes li {
	margin: 0 0 5px 0;
	color: #999 !important;
}

sup.footnote a {
	text-decoration: none;
}

sup.footnote {
	line-height: 0em;
}

.footnotereverse a {
	padding: 0 0 0 5px;
	text-decoration: none;
}