<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:fo="http://www.w3.org/1999/XSL/Format"
				xmlns:java="http://xml.apache.org/xslt/java" exclude-result-prefixes="java">
	<xsl:template match="/" >
		<fo:root font-size="11pt" font-family="Arial, Narrow">
			<div></div>
		</fo:root>
	</xsl:template>

</xsl:stylesheet>