<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">		
	<Font face="Courier" size="1">
	<script>
	var intAmt = 0.00
	</script>
        <table border="0" width="95%" align="center" cellpadding="2">	        
	       <tr>	           
	          <td>			
				<xsl:for-each select="evOMSplValue/NewDataSet/Table">
				<!-- HTML Modified by NBA on 17-12-2005 -->
				<Table border="0" cellspacing="0" cellpadding="0" ID="Table1" width="100%">
		<tr>
			<td colspan="2">
				<p align="center">
					THE REPATRIATES COOPERATIVE FINANCE AND DEVELOPMENT BANK LTD.,</p>
			</td>
		</tr>
		<TR>
			<td width="5%"></td>
			<TD colSpan="2" align="center"><xsl:value-of select="BName" />
				BRANCH</TD>
		</TR>
		<tr>
			<td colspan="2" align="right">
				Date:
				<xsl:value-of select="TDate" />
			</td>
		</tr>
		<tr>
			<td colspan="2" align="left">To
			</td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2">
				<p align="left"><xsl:value-of select="CName" /></p>
			</td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2">
				<xsl:value-of select="CAdd" /></td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2"><xsl:value-of select="CPlace" /></td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2"><xsl:value-of select="CCity" /></td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2"><xsl:value-of select="CState" /></td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2"><xsl:value-of select="CPCode" /></td>
		</tr>
		<tr>
			<td colspan="2"><br>
				</br>
			</td>
		</tr>
		<tr>
			<td colspan="2">Dear Sir/Madam,</td>
		</tr>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table2" width="100%" language="javascript">
		<tr>
			<td width="23%" align="right">Sub:</td>
			<td width="2%"></td>
			<td>
				Your
				<xsl:value-of select="CName" />
				A/C No.
				<xsl:value-of select="AcctID" />
				-Expiry - Intimation - reg
			</td>
		</tr>
		<!--tr-->
			<!--td width="25%" colspan="2"--><!--/td-->
			<!--td align="center"-->
			<!--	Date:<xsl:value-of select="TDate" /-->
			<!--/td-->
		<!--/tr-->
		<tr height="20">
			<td colspan="2"></td>
		</tr>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table3" width="100%" language="javascript">
		<tr>
			<td width="10%">
			</td>
			<td>
				This is to inform you that <xsl:value-of select="PrdName" />
				of Rs.
				<script>
				intAmt = <xsl:value-of select="LonAmt" />
				document.write(intAmt.toFixed(2))
				</script>
				/-  
			</td>
		</tr>
		<tr>
			<td colspan="2">
				availed by you vide our L.S.O. <xsl:value-of select="LSONO" />in the reference  cited, expired/is  about to  expire  on       
				<xsl:value-of select="ExpDt" />.The amount outstanding on the above loan as on
				<xsl:value-of select="TDate" />
				is as follows.
			</td>
		</tr>
		<tr height="25">
			<td colspan="2">
			</td>
		</tr>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table4" width="60%" language="javascript">
		
		<tr>
			<td>Principal</td>
			<td>:Rs.</td>
			<td align="right">
				<script>
				intAmt = <xsl:value-of select="Pricipal" />
				document.write(intAmt.toFixed(2))
				</script>
			</td>
			<td></td>
		</tr>
         <tr>
			<td>Interest</td>
			<td>:Rs.</td>
			<td align="right">
				<script>
				intAmt = <xsl:value-of select="Interest" />
				document.write(intAmt.toFixed(2))
				</script>
			</td>
			<td></td>
		</tr>
				<tr>
			<td>Penal Interest</td>
			<td>:Rs.</td>
			<td align="right">
				<script>
				intAmt = <xsl:value-of select="PenalInterest" />
				document.write(intAmt.toFixed(2))
				</script>
			</td>
			<td></td>
		</tr>
				<tr>
			<td>Penalty</td>
			<td>:Rs.</td>
			<TD align="right">
				<SCRIPT>
				intAmt = <xsl:value-of select="Penalty" /><!--SLM MODIFIED 23/06/2006-->
				document.write(intAmt.toFixed(2))
				</SCRIPT>
			</TD>
			<TD></TD>
		</tr>
		<TR>
			<TD>Notice Charges</TD>
			<TD>:Rs.</TD>
			<TD align="right">
				<SCRIPT>
				intAmt = <xsl:value-of select="NoticeChgs" />
				document.write(intAmt.toFixed(2))
				</SCRIPT>
			</TD>
			<TD></TD>
		</TR>
			<TR>
			<TD>Other Charges</TD>
			<TD>:Rs.</TD>
			<TD align="right">
				<SCRIPT>
				intAmt = <xsl:value-of select="Others" />
				document.write(intAmt.toFixed(2))
				</SCRIPT>
			</TD>
			<TD></TD>
		</TR>
		<TR>
			<TD></TD>
			<TD></TD>
			<TD align="right">
			------------
			</TD>
			<TD></TD>
		</TR>
		<tr>
			<td>Total Dues</td>
			<td></td>
			<td align="right"><!--SLM MODIFIED 23/06/2006-->
				<script>
				intAmt = <xsl:value-of select="Total" />
				document.write(intAmt.toFixed(2))
				</script>
			</td>
			<td></td>
		</tr>
		<TR>
			<TD></TD>
			<TD></TD>
			<TD align="right">
			------------
			</TD>
			<TD></TD>
		</TR>
		</Table>
		<Table border="0" cellspacing="0" cellpadding="0" ID="Table5" width="100%" language="javascript">
		<tr>
			<td width="5%"></td>
			<td>
				Please note that Interest at 3% over and above the 
			</td>
		</tr>
		<tr>
			<td colspan="2">
				contracted rate will be charged from the date of expiry. Hence you are requested to close the loan a/c 
				by remitting the amount shown above with upto date interest and avoid further 
				action at our end.
			</td>
		</tr>
		<tr height="20">
			<td colspan="2">
			</td>
		</tr>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table6" width="100%" language="javascript">
		<tr>
			<td width="60%"></td>
			<td>Yours faithfully,</td>
		</tr>
		<tr height="40">
			<td colspan="2">
			</td>
		</tr>
		<tr>
			<td width="60%"></td>
			<td>Senior/Chief/Branch Manager</td>
		</tr>		
	</Table>
	</xsl:for-each>
		   </td> 	
		 </tr>	
		 </table> 		
	</Font>
	</xsl:template>
</xsl:stylesheet>
