<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">		
 <table border="0" width="100%" align="center" cellpadding="2">
   <xsl:for-each select="evOMSplValue/NewDataSet/Table">
     <tr>
         <td>
         <!-- HTML Design -->
         
<Font face="Courier" size="1">
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table1" width="100%">		
		<tr>
			<td colspan="2">
				<p align="center">
					REMINDER NOTICE - II</p>
			</td>
		</tr>
		<tr>
			<td colspan="2" align="right">
				RCB -127
			</td>
		</tr>
		<tr>
			<td colspan="2" align="right">
				Date: <xsl:value-of select="PrintingDate" />
			</td>
		</tr>
		<tr>
			<td colspan="2" align="left">
				Ref:	
				<br></br>		
			</td>
			
		</tr>
		<tr> <td> </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="CustName" /></p>
			</td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2">				
				<xsl:value-of select="CustAddr" /></td>
		</tr>
		<tr>
			<td width="5%"></td>
			<td colspan="2"><xsl:value-of select="CustPlace" /></td>
		</tr>
		<tr>
			<td colspan="2"><br></br>
			</td>
		</tr>
		<tr>
			<td colspan="2">Dear Sir/Madam,</td>
		</tr>
		<tr>
			<td colspan="2"> </td>
			<td width="2%"></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="PrdDesc" />
				Loan A/C <xsl:value-of select="LonNo" />
				for Rs. 
				<script>
					var intAmt = <xsl:value-of select="Amt" />					
				</script>			
			</td>
		</tr>
		<tr>
			<td width="25%" colspan="2"></td>
			<td><script>document.write(intAmt.toFixed(2))</script>			 		
			 recovery - clearance of overdues - reg.
			</td>
		</tr>	
		<tr height="10"><td colspan="3"></td></tr>	
		<tr>
			<td width="23%" align="right">Ref:</td>
			<td width="2%"></td>			
			<td>Our Letter of even no.</td>
		</tr>
		<tr height="20"><td colspan="3"></td></tr>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table3" width="100%" language="javascript">
		
		<tr>			
			<td colspan="2">
			    With reference to your Secured/Development loan account with us.
				We regret to state that you have not paid the loan instalments / interest dues 
				in your loan account which is viewed very seriously by the Bank. The arrears in your loan
				account stand as under.
			</td>
			<td width="10%"></td>
		</tr>		
		<tr>
			<td colspan="3" height="20">
			</td>
		</tr>
		<tr>
			<td colspan="3" align="center">
			As on <xsl:value-of select="ExpiryDt" />
			</td>
		</tr>
		<tr height="20">
			<td colspan="3">
			</td>
		</tr>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table4" width="100%" language="javascript">
		<tr>
			<td width="15%"></td>
			<td width="30%">Principal Outstanding</td>
			<td width="2%">:</td>
			<td width="5%">Rs.</td>
			<td width="15%" align="right">
			<script>
				var intAmt = <xsl:value-of select="PrinOS" />
				document.write(intAmt.toFixed(2))
			</script>		
			</td>
			<td width="20%"></td>
		</tr>
		<tr>
			<td width="15%"></td>
			<td width="30%">Principal Overdue</td>
			<td width="2%">:</td>
			<td width="5%">Rs.</td>
			<td width="15%" align="right">
			<script>
				var intAmt = <xsl:value-of select="PrinOvrDue" />
				document.write(intAmt.toFixed(2))
			</script>	
			</td>
			<td width="20%"></td>
		</tr>
		<tr>
			<td width="15%"></td>
			<td width="30%">Interest Overdue</td>
			<td width="2%">:</td>
			<td width="5%">Rs.</td>
			<td width="15%" align="right">
			<script>
				var intAmt = <xsl:value-of select="IntOvrDue" />
				document.write(intAmt.toFixed(2))
			</script>	
			</td>
			<td width="20%"></td>
		</tr>
		<tr>
			<td width="15%"></td>
			<td width="30%">Penal &amp; Penalty Overdues</td>
			<td width="2%">:</td>
			<td width="5%">Rs.</td>
			<td width="15%" align="right">
			<script>
				var intAmt = <xsl:value-of select="OtherAmt" />
				document.write(intAmt.toFixed(2))
			</script>	
			</td>
			<td width="20%"></td>
		</tr>
		<tr>
			<td width="15%"></td>
			<td width="30%"></td>
			<td width="22%" colspan="3">-----------------</td>
			<td width="20%"></td>
		</tr>
		<tr>
			<td width="15%"></td>
			<td width="30%">Total Overdues</td>
			<td width="2%">:</td>
			<td width="5%">Rs.</td>
			<td width="15%" align="right">
			<script>
				var intAmt = <xsl:value-of select="TotOS" />
				document.write(intAmt.toFixed(2))
			</script>	
			</td>
			<td width="20%"></td>
		</tr>
		<tr>
			<td colspan="6"><br></br>
			</td>
		</tr>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table5" width="100%" language="javascript">
		<tr>
		    
			<td >
				We therefore request you to remit the loan arrears immediately without delay 
				before we take the next step for recovery of the entire overdues.
				
			</td>
			
			<tr>
			<td>
				<br></br>
			    In this connection, you may call on us on any working day in case you have any 
				particular problem/difficulty which would be sorted out. We are sure, you would 
				not compel us to proceed to the next step of recovery to the loan including 
				foreclosure of loan and charging of higher rate of interest and legal action.
			</td>
			</tr>
		</tr>		
		<tr>
			<td><br></br><br></br>
			</td>
		</tr>
		
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table6" width="100%" language="javascript">
		<tr>
			<td width="70%"></td>
			<td>Manager</td>
		</tr>
		<tr>
			<td colspan="2">
			</td>
		</tr>
		<tr>
			<td colspan="2">
				Copy to Surity:
				<br>
				</br>
				Please note that you have joined the above transaction as surety and hence you 
				are also liable for the repayment of the loan. You are therefor, requested to 
				pursue the matter and ensure repayment of the loan arrears immediately as you 
				are also equally liable for repayment of dues and would be subjected to legal 
				action in case of our proceeding with legal action.
				<br>
				</br>
				Copy to Mortgager:
				<br>
				</br>
				With a request to persuade the borrower to remit the overdues and to regularise 
				the bank a/c. Otherwise we will be forced to take legal action over your 
				property.
			</td>
		</tr>
	</Table>
</Font>

         <!-- End -->
         </td> 	
	 </tr>
	</xsl:for-each>
  </table>
</xsl:template>
</xsl:stylesheet>

  