<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">		
        <table border="0" width="95%" align="center" cellpadding="2">
	        <xsl:for-each select="evOMSplValue/NewDataSet/Table">
	          <tr>
	          <td>
	           <FONT face="Courier" size="1">
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table1" width="100%">
		<tr>
			<td colspan="3" align="center">REMINDER NOTICE III<p></p>
			</td>
		</tr>
		<tr>
			<td align="left">
				Ref :
				<xsl:value-of select="RefNo" />
			</td>
			<td></td>
			<td align="right">
				Dated:
				<xsl:value-of select="ExpiryDt" />
			</td>			
		</tr>
		<tr>
			<td height = "10" colspan="3"></td>
		</tr>
		
		<TR>
			<TD colspan="3">To</TD>
		</TR>
		</Table>
		<Table border="0" cellspacing="0" cellpadding="0" ID="Table8" width="100%">
		<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="3"></TD>
		</TR>
		<TR>
			<TD colSpan="3">Sir/Madam,</TD>
		</TR>
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table3" width="100%" language="javascript">
		<tr>
			<td width="23%" align="right">Sub:</td>
			<td width="2%"></td>
			<td>
				Loan - Loan of Rs 
				<xsl:value-of select="Amt" />
				sanctioned on
			</td>
		</tr>
		<tr>
			<td width="25%" colspan="2"></td>
			<td><xsl:value-of select="SancDate" />
				Default in repayment of loan -
			</td>
		</tr>
		<tr>
			<td width="25%" colspan="2"></td>
			<td>
				Foreclosure notice issued - Reg.
			</td>
		</tr>
		<TR>
			<TD width="25%" colSpan="2"></TD>
			<TD></TD>
		</TR>
		<tr>
			<td width="23%" align="right">Ref:</td>
			<td width="2%"></td>
			<td>
				1. Our Notice Dt:
				<xsl:value-of select="NoticeIDt" />
			</td>
		</tr>
		<tr>
			<td width="25%" colspan="2"></td>
			<td>2. Our Notice Dt:
				<xsl:value-of select="NoticeIIDt" />
			</td>
		</tr>
		<tr>
			<td width="25%" colspan="2"></td>
			<td>
				3. Our Notice Dt:
				<xsl:value-of select="NoticeIIIDt" />
			</td>
		</tr>
		<TR>
			<TD width="25%" colSpan="2"></TD>
			<TD></TD>
		</TR>
	</Table>
	<p></p>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table4" width="100%" language="javascript">
		<tr>
			<td width="10%"></td>
			<td width="80%">
				With reference to the above a loan of Rs.<xsl:value-of select="Amt" /> 
			</td>
			<td width="10%"></td>
		</tr>
		
		<tr>
			<td colspan="3" align="JUSTIFY">
			was	sanctioned on <xsl:value-of select="SancDate" /> and disbursed on <xsl:value-of select="DsbursdDt" />
			towards A/C No:- <xsl:value-of select="LonNo" /> Loan Account.The loan is repayable in <xsl:value-of select="Tenures" />
		    with interest at <xsl:value-of select="ROI" /> %per annum. You had also executed the Demand Promissory Note, bond,
			deed of agreement, deed of hypothecation on <xsl:value-of select="SancDate" />
			</td>
		</tr>
		
		
		<tr>
			<td colspan="3" height="16">
			</td>
		</tr>
		<tr>
			<td></td>
			<td colspan="2">
				You have failed to adhere to the repayment schedule and committed
			</td>
		</tr>
		
		<tr>
			<td colspan="3">
				default and have become a chronic defaulter. Despite several reminder, you have 
				failed to clear the overdue which stands as under.
				 <p></p><p></p>
					<p align="right">....2</p>
				<p></p>
				As on <xsl:value-of select="ExpiryDt" /> 
				<p></p>
			</td>
			
		</tr>
		<tr>
			<td></td>
		</tr>
		  
	</Table>
	
	
	
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table2" width="100%">
		
		<tr>
			<td width="40%">
				Principal Outstanding
			</td>
			<td width="10%">
				: Rs.
			</td>
			<td width="22%" align="right">
				<xsl:value-of select="PrinOS" />
				<p></p>
			</td>
			
		</tr>
		<tr>
			<td width="40%">
				Principal Overdue
			</td>
			<td>
				: Rs.
			</td>
			<td align="right">
				<xsl:value-of select="PrinOvrDue" />
				<p></p>
			</td>
			
		</tr>
		<tr>
			<td width="40%">
				Interest Overdue
			</td>
			<td>
				: Rs.
			</td>
			<td align="right">
				<xsl:value-of select="IntOvrDue" />
				<p></p>
			</td>
			
		</tr>
		<tr>
			<td width="40%">
				Penalty Overdue
			</td>
			<td>
				: Rs.
			</td>
			<td align="right">
				<xsl:value-of select="PIntOvrDue" />
				<p></p>
			</td>
			
		</tr>
		<tr>
			<td width="40%">
				Others
			</td>
			<td>
				: Rs.
			</td>
			<td align="right">
				<xsl:value-of select="OtherAmt" />
				<p></p>
			</td>
			
		</tr>
		<tr>
			<td width="40%"></td>
			<td align="right"></td>
			<td>------------------------</td>
		</tr>
		<tr>
			<td width="40%">Total</td>
			<td>: Rs.</td>
			<td align="right">
				<xsl:value-of select="TotOS" /></td>
				<td></td>
		</tr>
		<tr>
			<td width="40%"></td>
			<td align="right" valign="top"></td>
		    <td align="left" valign="top">------------------------</td>
			
		</tr>
		
	</Table>
	<Table border="0" cellspacing="0" cellpadding="0" ID="Table5" width="100%">
		<TR>
			<td width="15%"></td>
			<TD colspan="3">
				<Font style="LINE-HEIGHT: 20pt">
					<P align="LEFT">
						As per the LSO and as per the documents executed by you on
						
					</P>
				</Font>
			</TD>
		</TR>
		<tr>
			<td colspan="3">
				<Font style="LINE-HEIGHT: 20pt">
					<P align="justify">
					    <xsl:value-of select="ExpiryDt" />
						the interest rate will be enhanced to <xsl:value-of select="foreClsrROI" /> %
						per annum in case of foreclosure of the loan. Further, the Bank has the right 
						to foreclosure your account if you default in the payment of monthly 
						instalments.
					</P>
				</Font>
			</td>
		</tr>
		<TR>
			<td width="15%"></td>
			<TD colspan="2">
				<Font style="LINE-HEIGHT: 20pt">
					<P align="LEFT">
						In view of chronic default, we hereby put you to notice, that
					</P>
				</Font>
			</TD>
		</TR>
		<tr>
			<td colspan="3">
				<Font style="LINE-HEIGHT: 20pt">
					<P align="justify">
						if the overdues amounting Rs.<xsl:value-of select="TotOS" /> as on <xsl:value-of select="ExpiryDt" />
						is not cleared within 15 days from the date of receipt of this notice, then your loan account shall
					    be treated as foreclosed with effect from <xsl:value-of select="ExpiryDtPlus1" />.
					    The rate of interest at <xsl:value-of select="foreClsrROI" />  percent per annum shall be charged
					    from that date, on the entire outstanding of Rs.<xsl:value-of select="PrinOS" /> and we will be 
					    constrained to initiate appropriate legal proceedings as are available to us and consequence thereof.
					    The cost of this notice Rs. 200/- is debited to your loan account.
					</P>
				</Font>
			</td>
		</tr>
		<tr>
			<td colspan="3">
			<p></p>
			</td>
		</tr>
		<tr>
			<td colspan="3" align="right">Yours faithfully</td>
		</tr>
		<tr>
			<td colspan="3">
			<p></p>
			</td>
		</tr>
		<tr>
			<td colspan="3" align="right"></td>
		</tr>
		<tr>
			<td colspan="3" align="left">Copy to Surety</td>
		</tr>
	</Table>
</FONT>


			   </td> 	
			 </tr>
	 	</xsl:for-each>
	  </table>
	</xsl:template>
</xsl:stylesheet>
