-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS972.xsl
504 lines (503 loc) · 27.2 KB
/
IRS972.xsl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" >
<xsl:include href="PopulateTemplate.xsl"/>
<xsl:include href="CommonPathRef.xsl"/>
<xsl:include href="AddHeader.xsl"/>
<xsl:include href="AddOnTable.xsl"/>
<xsl:include href="IRS972Style.xsl"/>
<xsl:output method="html" indent="yes" />
<xsl:strip-space elements="*" />
<xsl:param name="FormData" select="$RtnDoc/IRS972" />
<xsl:template match="/">
<html>
<head>
<title>
<xsl:call-template name="FormTitle">
<xsl:with-param name="RootElement" select="local-name($FormData)"></xsl:with-param>
</xsl:call-template>
</title>
<!-- No Browser Caching -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- No Proxy Caching -->
<meta http-equiv="Cache-Control" content="private" />
<!-- Define Character Set -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Description" content="Form IRS972" />
<script language="JavaScript" src="{$ScriptPath}/FormDisplay.js" type="text/javascript"></script>
<xsl:call-template name="InitJS"></xsl:call-template>
<style type="text/css">
<!--<xsl:if test="not($Print) or $Print=''">-->
<xsl:call-template name="IRS972Style"></xsl:call-template>
<xsl:call-template name="AddOnStyle"></xsl:call-template>
<!--</xsl:if>-->
</style>
<xsl:call-template name="GlobalStylesForm"/>
</head>
<body class="styBodyClass">
<form name="Form972">
<xsl:call-template name="DocumentHeader"/>
<!--Title of Form -->
<div class="styTBB" style="width:187mm;height: 26mm">
<div class="styFNBox" style="height: 26.5mm; width:33mm;font-size: 7pt; padding-top:2mm">
Form <span class="styFormNumber">972</span>
<br/>
<br/>
<span class="styAgency">(Rev. December 2011)</span>
<span>
<xsl:call-template name="SetFormLinkInline">
<xsl:with-param name="TargetNode" select="$FormData"/>
</xsl:call-template>
</span>
<br/><br/>
<div style="line-height:100%"><span class="styAgency">Department of the Treasury</span><br /><span class="styAgency">Internal Revenue Service</span></div>
</div>
<div class="styFTBox" style="width:123mm; height: 26mm">
<div class="styFMT" style="line-height:100%;height:12mm;font-size: 12pt; font-weight: bold; padding-top: 2mm">
<div class="styMainTitle" >Consent of Shareholder To Include<br/>Specific Amount in Gross Income<br/></div>
<span style="font-size:8pt">(Under Section 565 of the Internal Revenue Code)</span><br/>
<span style="font-size:7pt">(Send this form to the corporation claiming the deduction for consent dividends.<br/>See instructions.)</span>
</div>
</div>
<div class="styTYBox" style="width:31mm; height: 26.5mm">
<div style="padding-top:10mm; font-size:7pt">OMB No. 1545-0043</div>
</div>
</div>
<!-- End title of Form -->
<div class="styBB" style="width:187mm">
<div class="styNameBox" style="font-size:7pt; width:132mm; height:8mm">Name of shareholder
<div style="padding-left:5mm; line-height:110%;font-family:verdana;font-size:7pt;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/NameOfShareholder/BusinessNameLine1" />
</xsl:call-template>
<xsl:if test="normalize-space($FormData/NameOfShareholder/BusinessNameLine2)!=''">
<br />
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/NameOfShareholder/BusinessNameLine2" />
</xsl:call-template>
</xsl:if>
</div>
</div>
<div class="styEINBox" style="font-size:7pt; padding-left:2mm;"> Identifying number <span style="font-weight:normal">(see instructions)</span>
<div style="text-align:left; width:100%; padding-top:1mm; font-weight:normal;">
<xsl:choose>
<xsl:when test="$FormData/EmployerIdentificationNumber">
<xsl:call-template name="PopulateEIN">
<xsl:with-param name="TargetNode" select="$FormData/EmployerIdentificationNumber" />
</xsl:call-template>
</xsl:when>
<xsl:when test="$FormData/MissingEINReason">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/MissingEINReason" />
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="PopulateSSN">
<xsl:with-param name="TargetNode" select="$FormData/SocialSecurityNumber" />
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
</div>
</div>
</div>
<div class="styBB" style="font-size:7pt; width:187mm; height:8mm"> Number, street, and room or suite no. (If a P.O. box, see instructions.)
<div style="padding-left:5mm; line-height:110%">
<xsl:choose>
<xsl:when test="$FormData/ShareholderAddress">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/ShareholderAddress/AddressLine1" />
</xsl:call-template>
<xsl:if test="normalize-space($FormData/ShareholderAddress/AddressLine2)!=''">
<br />
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/ShareholderAddress/AddressLine2" />
</xsl:call-template>
</xsl:if>
</xsl:when>
</xsl:choose>
</div>
</div>
<div class="styTBB" style="font-size:7pt; width:187mm; height:8mm"> City, state, and ZIP code
<div style="padding-left:5mm; padding-top:2mm">
<xsl:choose>
<xsl:when test="$FormData/ShareholderAddress">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/ShareholderAddress//City" />
</xsl:call-template>,
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/ShareholderAddress//State" />
</xsl:call-template>
<span style="width:1mm"></span>
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/ShareholderAddress/ZIPCode" />
</xsl:call-template>
</xsl:when>
</xsl:choose>
</div>
</div>
<div style="width:187mm;" class="styBB">
<div style="width:187mm" class="styBB">
<div class="styLNLeftNumBox" style="padding-top:1.2mm;">1</div>
<div style="float:left">The shareholder named above agrees to include $
<span class="styUnderlineAmount" style="float:none;text-align:right;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$FormData/GrossIncomeAmount" />
</xsl:call-template>
</span> in gross income on its tax return for the tax year
</div>
<div style="float:left;padding-top:0.5mm;padding-bottom:.5mm;">beginning
<span class="styUnderlineAmount" style="float:none;text-align:center;">
<xsl:call-template name="PopulateMonthDayYear">
<xsl:with-param name="TargetNode" select="$FormData/BeginTaxYear" />
</xsl:call-template>
</span> and ending
<span class="styUnderlineAmount" style="float:none;text-align:center;">
<xsl:call-template name="PopulateMonthDayYear">
<xsl:with-param name="TargetNode" select="$FormData/EndingTaxYear" />
</xsl:call-template>
</span> . This amount is treated as a taxable dividend to the
</div>
<div style="float:left; padding-left:28mm">(Month, day, year) <span style="width:70"></span>(Month, day, year) </div>
<div style="float:left;padding-top:1mm;padding-bottom:.5mm;padding-left:8mm;valign:top;">
<span style="float:left;valign:top">shareholder on the stock of the </span>
<span class="styUnderlineAmount" style="float:right;padding-top:0mm;width:136mm;text-align:left;font-family:verdana;font-size:7pt;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/NameOfCorporation/BusinessNameLine1" />
</xsl:call-template>
<xsl:if test="normalize-space($FormData/NameOfCorporation/BusinessNameLine2)!=''">
<br />
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$FormData/NameOfCorporation/BusinessNameLine2" />
</xsl:call-template>
</xsl:if>
</span>
</div>
<div style="padding-left:90mm">(Name of corporation)</div>
<div style="padding-top:1mm;padding-bottom:.5mm;padding-left:8mm;valign:top;">
<span class="styUnderlineAmount" style="float:none;width:179mm;text-align:left;font-family:verdana;font-size:7pt;">
<xsl:if test="$FormData/USAddressOfCorporation!= ' '">
<xsl:call-template name="PopulateUSAddressTemplate">
<xsl:with-param name="TargetNode" select="$FormData/USAddressOfCorporation"/>
</xsl:call-template>
</xsl:if>
<xsl:if test="$FormData/ForeignAddressOfCorporation!= ' '">
<xsl:call-template name="PopulateForeignAddressTemplate">
<xsl:with-param name="TargetNode" select="$FormData/ForeignAddressOfCorporation"/>
</xsl:call-template>
</xsl:if>
</span>
</div>
<div style="padding-left:30mm; padding-bottom:5mm">(Number, street, and room or suite no.) (City, state, and ZIP code) (If a P.O. box, see instructions.)</div>
</div>
<!-- Note -->
<div class="styTBB" style="width: 187mm">
<div class="styGenericDiv" style="font-size: 8pt">
<span class="styBoldText">Note. </span><span class="styItalicText">If the amount to be included in gross income (on line 1, above) is different than the total shown on line 4, Schedule A, attach a statement to Form 972 explaining the reason and authority for the discrepancy.
</span>
</div>
</div>
<!-- End Note -->
<!--Schedule A Header-->
<div class="styBB" style="width:187mm;border-bottom-width:1px;border-top-width:0px;
border-right-width:0px;border-left-width:0px;float:left;">
<span class="styPartName" style="height:1mm;width:23mm;">Schedule A</span>
<span style="width:164mm;" class="styPartDesc">
Statement of Shares in Each Class of Stock Owned by the Shareholder on the Last Day of the Corporation’s Tax Year
</span>
</div>
<!--End ScheduleA Header-->
<div style="width:187mm;float:none;clear:none;" class="styBB">
<div class="styLNLeftNumBox" style="padding-top:1.3mm;">2</div>
<div style="float:left">Enter the last day of the corporation’s tax year <img src="{$ImagePath}/972_Bullet_Md.gif" alt="Right Arrow Bullet"/>
<span class="styUnderlineAmount" style="float:none;width:114mm;text-align:center;" > <span style="width:2px"></span>
<xsl:call-template name="PopulateMonthDayYear">
<xsl:with-param name="TargetNode" select="$FormData/LastDayOfCorpTaxYear" />
</xsl:call-template>
</span>
</div>
<div style="padding-left:120mm">(Month, day, year)</div>
<br/>
<div style="float:left;clear:none;padding-left:8mm;">
<div class="styGenericDiv">
Consent is given to include a specific amount in gross income based on the shares of stock owned on the last day of the<br/>
corporation’s tax year as shown below.
</div>
<div style="float:right; clear:none;padding-top:3mm">
<xsl:call-template name="SetDynamicTableToggleButton">
<xsl:with-param name="TargetNode" select="$FormData/ConsentDistribution"/>
<xsl:with-param name="containerHeight" select="11"/>
<xsl:with-param name="headerHeight" select="1"/>
<xsl:with-param name="containerID" select=" 'CDctn' "/>
</xsl:call-template>
<!-- end button display logic -->
</div>
</div>
</div>
<!--Line 3 table-->
<div class="styIRS972TableContainer " id="CDctn">
<!-- print logic -->
<xsl:call-template name="SetInitialState"/>
<!-- end -->
<table class="styTable" style="font-size:7pt;" cellspacing="0">
<thead class="styTableThead" style="border-color:black">
<tr>
<th class="styTableCellHeader" style="font-weight:normal;width:35mm;" scope="col">Class of stock</th>
<th class="styTableCellHeader" style="font-weight:normal;width:40mm;" scope="col">Number of shares</th>
<th class="styTableCellHeader" style="font-weight:normal;width:75mm;" scope="col">Certificate numbers</th>
<th class="styTableCellHeader" style="font-weight:normal;border-right-width: 0px;width:35mm;" scope="col">Amount of consent<br/>distribution allocable to<br/>each class of stock<br/>owned</th>
</tr>
</thead>
<tfoot/>
<tbody style="border-color:black; vertical-align:bottom;">
<!-- Display blank filler rows. If the Print parameter is Separated and the number of elements exceeds the container -->
<!-- height, then display a message in the first blank row directing the user to the additional data table -->
<xsl:if test="count($FormData/ConsentDistribution) = 0 or (($Print = $Separated) and (count($FormData/ConsentDistribution)>11))">
<tr>
<td class="styTableCell" style="width:38mm; text-align:left; height:8mm;">
<span class="styBoldText">3</span>
<span class="styTableCellPad"></span>
<xsl:call-template name="PopulateAdditionalDataTableMessage">
<xsl:with-param name="TargetNode" select="$FormData/ConsentDistribution" />
<xsl:with-param name="ShortMessage" select="'true'" />
</xsl:call-template>
</td>
<td class="styTableCell" style="width:33mm;height:8mm;" ><span class="styTableCellPad"></span></td>
<td class="styTableCell" style="width:79mm;height:8mm;" ><span class="styTableCellPad"></span></td>
<td class="styTableCell" style="border-right-width: 0px; width:35mm;text-align:left;height:8mm;" >
<span class="styBoldText"><div style="float:left">$</div></span><span class="styTableCellPad"></span>
</td>
</tr>
<xsl:call-template name="AddRows972">
<xsl:with-param name="NumOfRows" select="10"></xsl:with-param>
<xsl:with-param name="StockCount" select="0"></xsl:with-param>
</xsl:call-template>
</xsl:if>
<!-- Display all rows if the Print parameter is not Separated. If the Print parameter is Separated, but there are -->
<!-- fewer elements than the container height, then also display all rows -->
<xsl:if test="($Print != $Separated) or count($FormData/ConsentDistribution) <= 11">
<xsl:for-each select="$FormData/ConsentDistribution">
<tr>
<td class="styTableCell" style="text-align: left; width:35mm;height:8mm;">
<span class="styBoldText" style="width:3mm"> <xsl:if test="position()=1">3</xsl:if></span>
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="ClassOfStock" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styTableCell" style="text-align: right; width:40mm;height:8mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="NumberOfShares" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styTableCell" style="text-align: left; width:75mm;height:8mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="CertificateNumbers" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styTableCell" style="border-right-width: 0px; text-align: right;width:35mm;height:8mm;"><span class="styBoldText"><div style="float:left">$</div></span>
<div style="text-align:right; ">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="AmountOfConsentDistribution" />
</xsl:call-template>
</div>
</td>
</tr>
</xsl:for-each>
<xsl:call-template name="AddRows972">
<xsl:with-param name="NumOfRows" select="11"></xsl:with-param>
<xsl:with-param name="StockCount" select="count($FormData/ConsentDistribution)"></xsl:with-param>
</xsl:call-template>
</xsl:if>
<tr>
<td class="styTableCell" colspan="3" style="text-align:left;border-bottom-width:0px;border-top-width:1px;width:152mm;height:8mm;"><span class="styBoldText">4</span><span style="padding-left:4mm">Total consent distribution</span>
<span class="styBoldText">
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
</span>
<img src="{$ImagePath}/972_Bullet_Md.gif" alt="Right Arrow Bullet"/>
</td>
<td class="styTableCell" style="border-right-width:0px;width:35mm;text-align:none;border-bottom-width:0px;border-top-width:1px;height:8mm;"><span class="styBoldText"><div style="float:left">$</div></span>
<div style="text-align:right; padding-right:1mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$FormData/TotalConsentDistribution" />
</xsl:call-template>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Set Initial Height of Above Table -->
<xsl:call-template name="SetInitialDynamicTableHeight">
<xsl:with-param name="TargetNode" select="$FormData/ConsentDistribution"/>
<xsl:with-param name="containerHeight" select="11"/>
<xsl:with-param name="headerHeight" select="1"/>
<xsl:with-param name="containerID" select=" 'CDctn' "/>
</xsl:call-template>
<!-- End Set Initial Height of Above Table -->
</div>
<div style="width:187mm;font-weight:bold;float:none;clear:none" class="styBB" >
<div style="text-align:center;font-size:9pt"><span class="styBoldText">Signature</span></div>
<div style="float:none;clear:none;font-weight:normal">Under penalties of perjury, I declare that I have examined this consent, including accompanying schedules and statements, and to the best </div>
<span style="font-weight:normal">of my knowledge and belief, it is true, correct, and complete.</span>
<br/>
<div><span class="styBoldText">Consenting shareholder </span> <img src="{$ImagePath}/972_Bullet_Sm.gif" alt="Right Arrow Bullet"/> <span class="styUnderlineAmount" style="float:none;font-weigt:bold;width:151mm"></span></div>
<br/>
<div>
<span class="styBoldText">Title </span> <img src="{$ImagePath}/972_Bullet_Sm.gif" alt="Right Arrow Bullet"/> <span style="padding-left:140mm"><span class="styBoldText">Date </span> <img src="{$ImagePath}/972_Bullet_Sm.gif" alt="Right Arrow Bullet"/></span></div>
</div>
<div style="width:187mm;clear:both;border-top:1px solid black;">
<div style="width:100mm;font-weight:bold;" class="styGenericDiv">For Paperwork Reduction Act Notice, see back of form.</div>
<div style="width:45mm;text-align:center;" class="styGenericDiv">Cat. No. 17058E</div>
<div style = "float:right;" class="styGenericDiv">Form <span class="styBoldText">972</span> (Rev. 12-2011)</div>
</div>
<br class="pageEnd"/>
<!-- Begininning of write-in data -->
<div class="styLeftOverTitleLine" id="LeftoverData">
<div class="styLeftOverTitle">
Additional Data
</div>
<div class="styLeftOverButtonContainer">
<input class="styLeftoverTableBtn" tabindex="1" type="button" value="Return to Form" onclick="javascript:returnToWriteInImage();"/>
</div>
</div>
<table class="styLeftOverTbl">
<xsl:call-template name="PopulateCommonLeftover">
<xsl:with-param name="TargetNode" select="$FormData" />
<xsl:with-param name="DescWidth" select="100"/>
</xsl:call-template>
</table>
<!--@@@@@@-->
<!-- Additional Data Table for Separated Data from Lines 3 and 4-->
<xsl:if test="($Print = $Separated) and count($FormData/ConsentDistribution) > 11">
<span class="styRepeatingDataTitle">
Form 972, Lines 3 and 4 - Consent is given to include a specific amount in gross income based on the shares of stock
owned on the last day of the corporation’s tax year as shown below:
</span>
<table class="styDepTbl" style="width:187mm;font-size:7pt;">
<thead class="styTableHead">
<tr class="styDepTblHdr">
<th class="styDepTblCell" style="font-weight:normal;width:35mm;" scope="col">Class of stock</th>
<th class="styDepTblCell" style="font-weight:normal;width:40mm;" scope="col">Number of shares</th>
<th class="styDepTblCell" style="font-weight:normal;width:75mm;" scope="col">Certificate numbers</th>
<th class="styDepTblCell" style="font-weight:normal;border-right-width: 0px;width:35mm;" scope="col">Amount of consent<br/>distribution allocable to<br/>each class of stock<br/>owned</th>
</tr>
</thead>
<tfoot/>
<tbody>
<!-- Display all rows if the Print parameter is not Separated. If the Print parameter is Separated, but there are -->
<!-- fewer elements than the container height, then also display all rows -->
<xsl:for-each select="$FormData/ConsentDistribution">
<tr>
<xsl:attribute name="class">
<xsl:choose>
<xsl:when test="position() mod 2 = 1">styDepTblRow1</xsl:when>
<xsl:otherwise>styDepTblRow2</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<td class="styDepTblCell" style="text-align: left; width:35mm;height:8mm;">
<span class="styBoldText" style="width:3mm"> <xsl:if test="position()=1">3</xsl:if></span>
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="ClassOfStock" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styDepTblCell" style="text-align: right; width:40mm;height:8mm;padding-top:4mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="NumberOfShares" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styDepTblCell" style="text-align: left; width:75mm;height:8mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="CertificateNumbers" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styDepTblCell" style="border-right-width: 0px; text-align: right;width:35mm;height:8mm;padding-top:4mm;"><span class="styBoldText"><div style="float:left">$</div></span>
<div style="text-align:right; ">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="AmountOfConsentDistribution" />
</xsl:call-template>
</div>
</td>
</tr>
</xsl:for-each>
<xsl:call-template name="AddRows972">
<xsl:with-param name="NumOfRows" select="11"></xsl:with-param>
<xsl:with-param name="StockCount" select="count($FormData/ConsentDistribution)"></xsl:with-param>
</xsl:call-template>
<tr class="styDepTblRow1">
<td class="styDepTblCell" colspan="3" style="text-align:left;border-bottom-width:0px;border-top-width:1px;width:152mm;height:8mm;padding-top:2mm;"><span class="styBoldText">4</span><span style="padding-left:4mm">Total consent distribution</span>
<span class="styBoldText">
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
<span class="styNBSP"></span>.
</span>
<img src="{$ImagePath}/972_Bullet_Md.gif" alt="Right Arrow Bullet"/>
</td>
<td class="styDepTblCell" style="border-right-width:0px;width:35mm;text-align:none;border-bottom-width:0px;border-top-width:1px;height:8mm;padding-top:2mm;"><span class="styBoldText"><div style="float:left">$</div></span>
<div style="text-align:right; padding-right:1mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$FormData/TotalConsentDistribution" />
</xsl:call-template>
</div>
</td>
</tr>
</tbody>
</table>
</xsl:if>
<!-- End Line 3 Separated Data -->
</form>
</body> </html>
</xsl:template>
<xsl:template name="AddRows972">
<xsl:param name="NumOfRows"></xsl:param>
<xsl:param name="StockCount"></xsl:param>
<xsl:if test="$StockCount < $NumOfRows">
<tr>
<td class="styTableCell" style="width:38mm; height:8mm;"><span class="styTableCellPad"></span></td>
<td class="styTableCell" style=" width:33mm;height:8mm;"><span class="styTableCellPad"></span></td>
<td class="styTableCell" style=" width:79mm;height:8mm;"><span class="styTableCellPad"></span></td>
<td class="styTableCell" style="width:35mm;border-right-width: 0px;height:8mm; "><span class="styTableCellPad"></span></td>
</tr>
<xsl:call-template name="AddRows972">
<xsl:with-param name="StockCount" select="$StockCount + 1"></xsl:with-param>
<xsl:with-param name="NumOfRows" select="$NumOfRows"></xsl:with-param>
</xsl:call-template>
</xsl:if>
</xsl:template>
</xsl:stylesheet>