<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

    <!-- This template is used to produce the basic layout for the help pages -->

    
	<xsl:include href="/app/tools/common/production/templates/help_layout.xsl" />
	<xsl:include href="/app/tools/rps/templates/base_includes.xsl" />
	
    <!--<xsl:template match="Root">-->
    <xsl:template name="localIncludes">
        <xsl:call-template name="rpsBaseIncludes" />               
        <!--<xsl:call-template name="helpLayout" />-->
    </xsl:template>
	
</xsl:stylesheet>
