<?xml version='1.0' encoding='UTF-8'?>
<!-- Created by Charles Hoffman, CPA, 2007-01-01 -->
<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
    xmlns:xbrli='http://www.xbrl.org/2003/instance'
    xmlns:ci='http://www.xbrl.us/patterns/2007/GroupedReport'>

<xsl:output method='xml' indent='yes' />

<xsl:template match='/'>
<xsl:processing-instruction name='mso-application'>progid='Excel.Sheet'</xsl:processing-instruction>
<xsl:comment>Autogenerated by XSLT stylesheet</xsl:comment>
<xsl:comment> Created by Charles Hoffman, CPA, 2007-01-01 </xsl:comment>

<Workbook xmlns='urn:schemas-microsoft-com:office:spreadsheet'
          xmlns:excel='urn:schemas-microsoft-com:office:excel'
          xmlns:sheet='urn:schemas-microsoft-com:office:spreadsheet'>
   <Styles>
      <Style sheet:ID='Style-01'>
         <Font excel:Family='Swiss' sheet:Bold='1'/>
      </Style>
      <Style sheet:ID='Style-02'>
         <Alignment sheet:Horizontal='Center' sheet:Vertical='Bottom' sheet:WrapText='1'/>
         <Font excel:Family='Swiss' sheet:Bold='1'/>
         <Borders>
            <Border sheet:Position='Bottom' sheet:LineStyle='Continuous' sheet:Weight='1'/>
         </Borders>
      </Style>
      <Style sheet:ID='Style-03'>
         <Alignment sheet:Horizontal='Center' sheet:Vertical='Top' sheet:WrapText='1'/>
         <Font excel:Family='Swiss' sheet:Size='9'/>
      </Style>
      <Style sheet:ID='Style-04'>
         <NumberFormat sheet:Format='#,##0_);\(#,##0\)'/>
      </Style>
      <Style sheet:ID='Style-05'>
         <Alignment sheet:Horizontal='Right' sheet:Vertical='Bottom'/>
         <Font excel:Family='Swiss'/>
      </Style>
      <Style sheet:ID="Style-06">
         <Alignment sheet:Horizontal="Right" sheet:Vertical="Top"/>
         <Borders>
            <Border sheet:Position="Bottom" sheet:LineStyle="Double" sheet:Weight="3"/>
            <Border sheet:Position="Top" sheet:LineStyle="Continuous" sheet:Weight="1"/>
         </Borders>
         <Font excel:Family="Swiss" sheet:Size="10"/>
         <NumberFormat sheet:Format="#,##0_);\(#,##0\)"/>
      </Style>
      <Style sheet:ID='Style-07'>
         <Alignment sheet:Horizontal='Center' sheet:Vertical='Bottom'/>
         <Font excel:Family='Swiss'/>
         <Borders>
            <Border sheet:Position="Bottom" sheet:LineStyle="Continuous" sheet:Weight="1"/>
         </Borders>
      </Style>
      <Style sheet:ID="Style-08">
         <Alignment sheet:Horizontal="Right" sheet:Vertical="Top"/>
         <Borders>
            <Border sheet:Position="Bottom" sheet:LineStyle="Continuous" sheet:Weight="1"/>
            <Border sheet:Position="Top" sheet:LineStyle="Continuous" sheet:Weight="1"/>
         </Borders>
         <Font excel:Family="Swiss" sheet:Size="10"/>
         <NumberFormat sheet:Format="#,##0_);\(#,##0\)"/>
      </Style>
    </Styles>
 <Worksheet sheet:Name='GroupedReport'>
    <Table sheet:ExpandedRowCount='200'>
      <Column sheet:Width='100'/>
      <Column sheet:Width='100'/>
      <Column sheet:Width='200'/>
      <Column sheet:Width='75'/>
      <Column sheet:Width='75'/>
      <Column sheet:Width='75'/>
      <Row sheet:Index='1'>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>Grouped Report</Data>
         </Cell>
      </Row>
      <Row sheet:Index='4'>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>USFRTF Sample Company</Data>
         </Cell>
      </Row>
      <Row sheet:Index='5'>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>December 31,</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-04'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>NOTES</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>Investments</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row sheet:Height="40">
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'></Data>
         </Cell>
         <Cell sheet:Index='2' sheet:StyleID='Style-02'>
            <Data sheet:Type='String'>Shares</Data>
         </Cell>
         <Cell sheet:Index='3' sheet:StyleID='Style-02'>
           <Data sheet:Type='String'>Description</Data>
         </Cell>
         <Cell sheet:Index='4' sheet:StyleID='Style-02'>
           <Data sheet:Type='String'>Moody's Rating</Data>
         </Cell>
         <Cell sheet:Index='5' sheet:StyleID='Style-02'>
           <Data sheet:Type='String'>S &amp; P Rating</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-02'>
           <Data sheet:Type='String'>Value</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-04'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>

<!-- Start Investments: Long term investments -->
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>LONG-TERM INVESTMENTS</Data>
         </Cell>
      </Row>

<!-- Start country: Austraila -->
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>Austrailia</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>AUD</Data>
         </Cell>
      </Row>

<!-- Start type: Government -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[1]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[1]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>


<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Commonwealth of Australia']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Total Australian Government -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Australian Government</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Commonwealth of Australia']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>

<!-- Start type: Government -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[10]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[10]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Australia Postal Corporation']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[11]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Commonwealth Bank of Australia']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[17]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='EFIC']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[18]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='New South Wales Treasury Corporation']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[24]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Northern Territory Treasury']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[27]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>

<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Queensland Treasury Corporation']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Total Australia -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Australia</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Australia']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>


<!-- Start country: Singapore -->
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>Singapore</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>SGD</Data>
         </Cell>
      </Row>

<!-- Start type: Banks and Financial Services -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[33]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[33]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>

<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Singapore' and ci:InvestmentEntity='Development Bank of Singapore']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Start type: Telecoms -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[35]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[35]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>

<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Singapore' and ci:InvestmentEntity='Cable and Wireless Optus Finance']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Total Singapore -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Singapore</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term' and ci:InvestmentCountry='Singapore']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>

<!-- Total Long Term Investments -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Long-Term Investments</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Long Term']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>




<!-- Start Investments: Snort term investments -->
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>SHORT-TERM INVESTMENTS</Data>
         </Cell>
      </Row>

<!-- Start country: Austraila -->
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>Austrailia</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>AUD</Data>
         </Cell>
      </Row>

<!-- Start type: Government -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[36]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[36]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>


<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Commonwealth of Australia']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Total Australian Government -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Australian Government</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Commonwealth of Australia']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>

<!-- Start type: Quasi-Government -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[39]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[39]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Australia Postal Corporation']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[40]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Commonwealth Bank of Australia']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[42]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='EFIC']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[43]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='New South Wales Treasury Corporation']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[46]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Northern Territory Treasury']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[49]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Queensland Treasury Corporation']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Total Australia -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Australia</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>

<!-- Start country: Singapore -->
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>Singapore</Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>SGD</Data>
         </Cell>
      </Row>

<!-- Start type: Software -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[52]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>

<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[52]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Microcom']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>


<!-- Start type: Telecoms -->
      <Row>
         <Cell sheet:Index='2' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[54]/ci:InvestmentType" /></Data>
         </Cell>
      </Row>


<!-- Start: InvestmentEntity -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'><xsl:value-of select="/xbrli:xbrl/ci:Investment[54]/ci:InvestmentEntity" /></Data>
         </Cell>
      </Row>
<xsl:for-each select="/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Australia' and ci:InvestmentEntity='Cable and Wireless Optus Finance']">
      <Row sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentShares div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentDescription" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentMoodysRating" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='String'><xsl:value-of select="ci:InvestmentSPRating" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="ci:InvestmentValueAtCost" /></Data>
         </Cell>
      </Row>
</xsl:for-each>

<!-- Total Singapore -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Singapore</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term' and ci:InvestmentCountry='Singapore']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>

<!-- Total Short InvestmentTerm Investments -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Short-Term Investments</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-08'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment[ci:InvestmentTerm='Short Term']/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>


<!-- Total Investments -->
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'></Data>
         </Cell>
      </Row>
      <Row>
         <Cell sheet:Index='3' sheet:StyleID='Style-05'>
            <Data sheet:Type='String'>Total Investments</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-06'>
            <Data sheet:Type='Number'><xsl:value-of select="sum(/xbrli:xbrl/ci:Investment/ci:InvestmentValueAtCost)" /></Data>
         </Cell>
      </Row>



   </Table>
</Worksheet>

</Workbook>
</xsl:template>
</xsl:stylesheet>



