<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="html" indent="no" doctype-system="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />

  <xsl:include href="/app/tools/rps/templates/global.xsl" />

  <xsl:template name="pickLayout">
    <div class="section">
      <p class="copy">
        You can contact the RoyaltyShare Support team at any time by sending an inquiry to <a href="mailto:support@royaltyshare.com">support@royaltyshare.com</a>.
      </p>
      <p class="copy">
        We will respond to your inquiry within 24 hours, Monday through Friday.  Note that inquiries received after 5pm PST on Friday will be addressed no later than the following Monday.
      </p>
      <br />
    </div>
  </xsl:template>

</xsl:stylesheet>
