<!--
HTML template for APNSoft DataGrid.
Version: Customers 1.3
Created: 02/28/2007
Updated: 04/27/2011
Copyright (C) APNSoft. All rights reserved.
http://www.apnsoft.com
Free for commercial and non-commercial use.
You can distribute and modify it freely.
-->
<div style="width:510px;padding-top:6px;padding-bottom:10px;">
<table border="0" cellpadding="0" cellspacing="0" width="500" style="table-layout:fixed;">
<tr>
<td width="90">Customer ID:</td><td width="233"><font color="Red"><b>$CustomerID$</b></font></td>
<td width="80"> </td><td width="120"> </td>
</tr>
<tr>
<td>Company Name:</td><td><b>$CompanyName$</b></td>
<td>Contact Name:</td><td><b>$ContactName$</b></td>
</tr>
<tr>
<td>Address:</td><td><b>$Address$</b></td>
<td>Postal Code:</td><td><b>$PostalCode$</b></td>
</tr>
</table>
</div> |