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

    <!-- These are the minimum external includes that every page needs to include -->

	<xsl:template name="baseIncludes">

        <link rel="apple-touch-icon" sizes="180x180" href="/production/images/favicons/apple-touch-icon.png" />
        <link rel="icon" type="image/png" sizes="32x32" href="/production/images/favicons/favicon-32x32.png" />
        <link rel="icon" type="image/png" sizes="16x16" href="/production/images/favicons/favicon-16x16.png" />
        <link rel="manifest" href="/production/images/favicons/site.webmanifest" />
        <link rel="mask-icon" href="/production/images/favicons/safari-pinned-tab.svg" color="#2a2a2a" />
        <meta name="msapplication-TileColor" content="#ffffff" />
        <meta name="theme-color" content="#ffffff" />

        <link href="https://fonts.googleapis.com/css?family=Rubik:400,500" rel="stylesheet" />
        <link href="/production/css/print.css?v=3" media="print" rel="stylesheet" type="text/css" />
        <link href="/production/redesign/css/rpsStyle.min.css?v=11" media="screen" rel="stylesheet" type="text/css" />
        <link href="/production/css/autocomplete.css" media="screen" rel="stylesheet" type="text/css"></link>
        <link href="/production/css/jquery-ui_1.13.0.css" rel="stylesheet" type="text/css" media="screen"  />
	</xsl:template>


</xsl:stylesheet>

