/**
 * @version		1.0
 * @author		Timothy Groves	desk [at] brandspankingnew.net
 * @package		formatFootnotes CSS Standard Version
 * @since		26/01/2006
 */

/* footnotes as they original appear inline, before reformatting */
#content span.footnote {
	color: #f30;
}

/* footnote links in text */
#content a.ftnlink {
	vertical-align: super;
	font-size: 0.9em;
	color:#990000;
	font-weight:bold;
}

/* div to hold all reformatted footnotes */
.footnoteholder {
	border-left: 1px solid #ccc;
	margin: 20px 0 50px 0;
	padding: 20px 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* div to hold single reformatted footnote */
.footnoteholder div.footnote {
	margin: 0 0 10px 0;
}

