<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="html" encoding="utf-8" />

  <xsl:include href="css.xsl" />
  <xsl:include href="js.xsl" />
  <xsl:include href="/app/tools/common/production/templates/variables.xsl" />
  <xsl:include href="/app/tools/rps/templates/shared_templates.xsl" />
  <xsl:include href="/app/tools/support/templates/variables.xsl" />

  <xsl:template match="Root">
    <html>
      <head>
        <title>RoyaltyShare - <xsl:value-of select="$pageName" /></title>
        <xsl:call-template name="cssIncludes" />
        <xsl:call-template name="jsIncludes" />
      </head>

      <xsl:call-template name="body" />
    </html>
  </xsl:template>


</xsl:stylesheet>
