-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS4466.xsl
672 lines (638 loc) · 32.4 KB
/
IRS4466.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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
<?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="IRS4466Style.xsl"/>
<xsl:output method="html" indent="yes" />
<xsl:strip-space elements="*" />
<!-- Defines the stage of the data, e.g. original or latest -->
<xsl:param name="Form4466Data" select="$RtnDoc/IRS4466" />
<xsl:template match="/">
<html>
<head>
<title><xsl:call-template name="FormTitle"><xsl:with-param name="RootElement" select="local-name($Form4466Data)"></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="IRS Form 4466" />
<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="IRS4466Style"></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="Form4466">
<!-- BEGIN WARNING LINE -->
<xsl:call-template name="DocumentHeader" />
<!-- END WARNING LINE -->
<div class="styBB" style="width:187mm;">
<div class="styFNBox" style="width:33mm;height:22mm;">
<div style="height:13mm;">
Form<span class="styFormNumber" > 4466</span><br/>
<xsl:call-template name="SetFormLinkInline">
<xsl:with-param name="TargetNode" select="$Form4466Data"/>
</xsl:call-template>
</div>
<div style="height:7mm;font-size:7pt;font-family:arial;" >
<span>(Rev. December 2012)</span><br/>
<span>Department of the Treasury</span><br/>
<span>Internal Revenue Service</span>
</div>
</div>
<div class="styFTBox" style="width:123mm;height:22mm;">
<div class="styMainTitle" style="height:12;">Corporation Application for Quick Refund of<br/>
Overpayment of Estimated Tax</div><br/>
<div class="styFST" style="height:4mm;font-size:6.4pt;padding-top:1mm;">
<img src="{$ImagePath}/4466_Bullet_Sm.gif" width="4" height="7" alt="Bullet Image"/>
Information about Form 4466 and its instructions is available at <a href="http://www.irs.gov/form4466" title="Link to IRS.gov"><i>www.IRS.gov/form4466</i></a>.
</div>
<div style="height:4mm;padding-top:1.5mm;text-align:left;font-size:6pt;padding-left:2mm;">
For calendar year
<span style="width: 8mm">
<xsl:call-template name="PopulateReturnHeaderTaxYear" />
</span>
or tax year beginning
<span style="width:18mm">
<xsl:call-template name="PopulateReturnHeaderTaxPeriodBeginDate" />
</span>,
<!-- <span style="width: 8mm">-->
<!-- <xsl:call-template name="PopulateReturnHeaderTaxYear" />-->
<!-- </span> , -->
and ending
<span style="width: 18mm">
<xsl:call-template name="PopulateReturnHeaderTaxPeriodEndDate" />
</span>
<!-- <span style="width: 8mm"> -->
<!--<xsl:call-template name="PopulateReturnHeaderTaxYear" />-->
<!-- </span>, -->
</div>
</div>
<div class="styTYBox" style="width:30mm;height:22mm;">
<div style="text-align:center;padding-top:10mm;">OMB No. 1545-0170</div>
</div>
</div>
<div class="styBB" style="width:187mm;float:none;clear:right;">
<div class="styNameBox" style="width:135mm;height:8mm;font-size:7pt;">
Name<br/>
<xsl:call-template name="PopulateReturnHeaderFiler"><xsl:with-param name="TargetNode">BusinessNameLine1</xsl:with-param></xsl:call-template><br/>
<xsl:call-template name="PopulateReturnHeaderFiler"><xsl:with-param name="TargetNode">BusinessNameLine2</xsl:with-param></xsl:call-template>
</div>
<div class="styEINBox" style="width:52mm;height:4mm;padding-left:2mm;font-size:7pt;">
Employer identification number<br /><br />
<span style="text-align:left;width:36mm;font-weight:normal;">
<xsl:call-template name="PopulateReturnHeaderFiler"><xsl:with-param name="TargetNode">EIN</xsl:with-param></xsl:call-template>
</span>
</div>
</div>
<div class="styBB">
<div style="width:135mm;float:left;clear:left;">
<div class="styBB" style="width:135mm;">
<div class="styNameBox" style="width:135mm;height:8mm;font-size:7pt;">
Number,
<span style="width:4px;"></span>
street,
<span style="width:4px;"></span>
and
<span style="width:4px;"></span>
room
<span style="width:4px;"></span>
or
<span style="width:4px;"></span>
suite
<span style="width:4px;"></span>
no. (If a P.O. box, see instructions.)<br/>
<span>
<xsl:call-template name="PopulateReturnHeaderFiler"><xsl:with-param name="TargetNode">AddressLine1</xsl:with-param></xsl:call-template><br />
<xsl:call-template name="PopulateReturnHeaderFiler"><xsl:with-param name="TargetNode">AddressLine2</xsl:with-param></xsl:call-template>
</span>
</div>
</div>
<!-- VRB modified; 12/23/2003; for compinace with November 2003 pdf form -->
<div class="styNameBox" style="height:8mm;width:135mm;font-size:7pt;">
City or town,
<span style="width:4px;"></span>
state,
<span style="width:4px;"></span>
and
<span style="width:4px;"></span>
ZIP code <br/>
<span>
<xsl:call-template name="PopulateReturnHeaderFiler"><xsl:with-param name="TargetNode">CityStateInfo</xsl:with-param></xsl:call-template>
<br />
<xsl:call-template name="PopulateReturnHeaderFiler"><xsl:with-param name="TargetNode">Country</xsl:with-param></xsl:call-template>
</span>
</div>
</div>
<div style="width:52mm;height:16.5mm;float:left;clear:none;">
<span style="font-size:7pt;margin-left:3mm;">
Telephone number (optional)
</span>
<span style="width:43mm;float:left;clear:none;"/>
<span style="float:left;clear:none;margin-left:3mm;">
<xsl:call-template name="PopulatePhoneNumber">
<xsl:with-param name="TargetNode" select="$Form4466Data/TelephoneNumber" />
</xsl:call-template>
</span>
</div>
</div>
<div style="width:187mm"/>
<div class="styBB" style="width:187mm;">
<span style="font-size:7pt;">
Check type of return to be filed (see instructions):
</span>
<div style="width:187mm;"/>
<div style="width:187mm;float:left;clear:all;">
<input type="checkbox" class="styCkbox">
<xsl:call-template name="PopulateCheckbox">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120" />
<xsl:with-param name="BackupName">IRS4466Form1120</xsl:with-param>
</xsl:call-template>
</input>
<label>
<xsl:call-template name="PopulateLabel">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120" />
<xsl:with-param name="BackupName">IRS4466Form1120</xsl:with-param>
</xsl:call-template>
Form 1120
</label>
<span style="width:2mm;"/>
<!-- input type="checkbox" class="styCkbox">
<xsl:call-template name="PopulateCheckbox">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120A" />
</xsl:call-template>
</input>
<label>
<xsl:call-template name="PopulateLabel">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120A" />
</xsl:call-template>
Form 1120-A
</label>
<span style="width:2mm;"/ -->
<input type="checkbox" class="styCkbox">
<xsl:call-template name="PopulateCheckbox">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120C" />
<xsl:with-param name="BackupName">IRS4466Form1120C</xsl:with-param>
</xsl:call-template>
</input>
<label>
<xsl:call-template name="PopulateLabel">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120C" />
<xsl:with-param name="BackupName">IRS4466Form1120C</xsl:with-param>
</xsl:call-template>
Form 1120-C
</label>
<span style="width:2mm;"/>
<input type="checkbox" class="styCkbox">
<xsl:call-template name="PopulateCheckbox">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120F" />
<xsl:with-param name="BackupName">IRS4466Form1120F</xsl:with-param>
</xsl:call-template>
</input>
<label>
<xsl:call-template name="PopulateLabel">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120F" />
<xsl:with-param name="BackupName">IRS4466Form1120F</xsl:with-param>
</xsl:call-template>
Form 1120-F
</label>
<span style="width:2mm;"/>
<input type="checkbox" class="styCkbox">
<xsl:call-template name="PopulateCheckbox">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120L" />
<xsl:with-param name="BackupName">IRS4466Form1120L</xsl:with-param>
</xsl:call-template>
</input>
<label>
<xsl:call-template name="PopulateLabel">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120L" />
<xsl:with-param name="BackupName">IRS4466Form1120L</xsl:with-param>
</xsl:call-template>
Form 1120-L
</label>
<span style="width:2mm;"/>
<input type="checkbox" class="styCkbox">
<xsl:call-template name="PopulateCheckbox">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120PC" />
<xsl:with-param name="BackupName">IRS4466Form1120PC</xsl:with-param>
</xsl:call-template>
</input>
<label>
<xsl:call-template name="PopulateLabel">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/Form1120PC" />
<xsl:with-param name="BackupName">IRS4466Form1120PC</xsl:with-param>
</xsl:call-template>
Form 1120-PC
</label>
<span style="width:2mm;"/>
<input type="checkbox" class="styCkbox">
<xsl:call-template name="PopulateCheckbox">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/OtherReturnType" />
<xsl:with-param name="BackupName">IRS4466OtherReturnType</xsl:with-param>
</xsl:call-template>
</input>
<label>
<xsl:call-template name="PopulateLabel">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/OtherReturnType" />
<xsl:with-param name="BackupName">IRS4466OtherReturnType</xsl:with-param>
</xsl:call-template>
Other
</label>
<img src="{$ImagePath}/4466_Bullet_Sm.gif" alt="bullet image" style="width:2mm;"/>
<span style="width:4px;"></span>
<span style="width:20mm;border-bottom:1 solid black;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form4466Data/TypeOfReturn/OtherReturnType/@returnType"/>
</xsl:call-template>
</span>
</div>
<div style="width:187mm;"/>
</div>
<div class="styBB" style="width:187mm;">
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:4mm;">
1
</div>
<div class="styLNDesc" style="width:136mm;height:4mm;">
<span style="float:left;">Estimated income tax paid during the tax year</span>
<!--Dotted Line-->
<span class="styDotLn" style="float:right;padding-right:1mm;">..................</span>
</div>
<div class="styLNRightNumBox" style="height:4mm;">
1
</div>
<div class="styLNAmountBox" style="width:34mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/EstimatedIncomeTaxPaidDuringTY" />
</xsl:call-template>
</div>
</div>
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:4mm;">
2
</div>
<div class="styLNDesc" style="width:136mm;height:4mm;">
<span style="float:left;">Overpayment of income tax from prior year credited to this year’s estimated tax</span>
<!--Dotted Line-->
<span class="styDotLn" style="float:right;padding-right:1mm;">.......</span>
</div>
<div class="styLNRightNumBox" style="height:4mm;">
2
</div>
<div class="styLNAmountBox" style="width:34mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/PriorYearOverpaidIncomeTax" />
</xsl:call-template>
</div>
</div>
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:4mm;">
3
</div>
<div class="styLNDesc" style="width:136mm;height:4mm;">
<span style="float:left;">Total. Add lines 1 and 2</span>
<!--Dotted Line-->
<span class="styDotLn" style="float:right;padding-right:1mm;">.........................</span>
</div>
<div class="styLNRightNumBox" style="height:4mm;">
3
</div>
<div class="styLNAmountBox" style="width:34mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/EstimatedPlusOverpaidIncomeTax" />
</xsl:call-template>
</div>
</div>
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:7.5mm">4</div>
<div class="styLNDesc" style="width:85mm;height:7.5mm;">
<span style="float:left;">Enter total tax from the appropriate line of your tax return </span>
<span style="float:left;">(see instructions) </span>
<!-- dotted line -->
<span class="styDotLn" style="float:right;padding-right:1mm;">..............</span>
</div>
<div class="styLNRightNumBox" style="height:7.5mm;vertical-align:bottom;padding-top: 3.5mm">4</div>
<div class="styLNAmountBox" style="height:7.5mm;width:43mm;vertical-align:bottom;padding-top: 3.5mm">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/TotalTax1120SchJOrOtherReturns" />
</xsl:call-template>
</div>
<div class="styLNRightNumBoxNBB" style="width:8.25mm;background-color:lightgrey;height:7.5mm;border-right-width:1px;"> </div>
</div>
<!-- Blank Line -->
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:4.5mm"></div>
<div class="styLNDesc" style="width:85mm;height:4.5mm;">
</div>
<div class="styLNRightNumBox" style="height:4.5mm;background-color:lightgrey;border-bottom-width:0px;"></div>
<div class="styLNAmountBox" style="height:4.5mm;width:43mm;background-color:lightgrey;border-bottom-width:0px">
</div>
<div class="styLNRightNumBoxNBB" style="width:8.25mm;background-color:lightgrey;height:4.5mm;border-right-width:1px;"></div>
</div>
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:7.5mm;">5a</div>
<div class="styLNDesc" style="width:45mm;height:7.5mm;">
<span style="float:left;white-space:nowrap;">Personal holding company tax, </span>
<span style="float:left;white-space:nowrap;">if any, included on line 4</span>
<!-- dotted line -->
<span class="styDotLn" style="float:right;padding-right:1mm;">...</span>
</div>
<div class="styLNRightNumBox" style="height:7.5mm;padding-top: 3.5mm">5a</div>
<div class="styLNAmountBox" style="padding-top: 3.5mm; height:7.5mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/PersonalHoldingCompanyTax" />
</xsl:call-template>
</div>
<div class="styLNRightNumBox" style="background-color:lightgrey;height:7.5mm;padding-top:3.5mm;border-bottom-width:1px;"></div>
<div class="styLNAmountBox" style="width:43mm;height:7.5mm;background-color:lightgrey;border-bottom-width:1px;"></div>
<div class="styLNRightNumBoxNBB" style="background-color:lightgrey;height:7.5mm;padding-top:3.5mm;border-left-width:1px;"></div>
<div class="styLNAmountBox" style="width:34mm;height:7.5mm;border-left-width:1px;border-bottom-width:0px;"></div>
</div>
<div style="width:187mm;">
<div class="styLNLeftLtrBox" style="height:7.5mm;">b</div>
<div class="styLNDesc" style="width:45mm;height:7.5mm;">
<span style="float:left;">Estimated refundable tax credit</span>
<span style="float:left;">for Federal tax on fuels</span>
<!-- dotted line -->
<span class="styDotLn" style="float:right;padding-right:1mm;">...</span>
</div>
<div class="styLNRightNumBox" style="height:7.5mm;padding-top: 3.5mm">5b</div>
<div class="styLNAmountBox" style="height:7.5mm;padding-top: 3.5mm">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/EstRefundableFederalFuelTaxCr" />
</xsl:call-template>
</div>
<div class="styLNRightNumBox" style="background-color:lightgrey;height:7.5mm;padding-top:3.5mm;border-bottom-width:1px;"></div>
<div class="styLNAmountBox" style="width:43mm;height:7.5mm;background-color:lightgrey;border-bottom-width:1px;"></div>
<div class="styLNRightNumBoxNBB" style="background-color:lightgrey;height:7.5mm;padding-top:3.5mm;border-left-width:1px;"></div>
<div class="styLNAmountBox" style="width:34mm;height:7.5mm;border-left-width:1px;border-bottom-width:0px;"></div>
</div>
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:7.5mm;padding-top: 3.5mm;">
6
</div>
<div class="styLNDesc" style="width:85mm;height:7.5mm;padding-top: 3.5mm;">
<span style="float:left;">Total. Add lines 5a and 5b</span>
<!--Dotted Line-->
<span class="styDotLn" style="float:right;padding-right:1mm;">...........</span>
</div>
<div class="styLNRightNumBox" style="height:7.5mm;padding-top: 3.5mm;">
6
</div>
<div class="styLNAmountBox" style="width:43mm;height:7.5mm;padding-top: 3.5mm">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/PrsnlHoldingTaxPlusFuelTaxCr" />
</xsl:call-template>
</div>
<div class="styLNRightNumBoxNBB" style="background-color:lightgrey;height:7.5mm;"></div>
<div class="styLNAmountBox" style="width:34mm;height:7.5mm;border-left-width:1px;border-bottom-width:0px;"></div>
</div>
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:4mm;padding-top: 3.5mm;">
7
</div>
<div class="styLNDesc" style="width:136mm;height:4mm;padding-top: 3.5mm;">
<span style="float:left;">Expected income tax liability for the tax year. Subtract line 6 from line 4 </span>
<!--Dotted Line-->
<span class="styDotLn" style="float:right;padding-right:1mm;">..........</span>
</div>
<div class="styLNRightNumBox" style="height:4mm;padding-top: 3.5mm;">
7
</div>
<div class="styLNAmountBox" style="width:34mm;padding-top: 3.5mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/ExpectedIncomeTaxLiability" />
</xsl:call-template>
</div>
</div>
<div style="width:144mm;float:left;"></div>
<div class="styLNRightNumBoxNBB" style="width:8.25mm;background-color:lightgrey;border-right-width:1px;"></div>
<div style="width:34mm;float:left;"></div>
<div style="width:187mm;">
<div class="styLNLeftNumBox" style="height:4mm;">
8
</div>
<div class="styLNDesc" style="width:136.1mm;">
<span style="float:left;white-space:nowrap;">
<span style="font-weight:bold;">Overpayment of estimated tax.</span> Subtract line 7 from line 3. If this amount is at least 10% of
line 7 <span style="font-weight:bold;">and</span> </span>
<span style="float:left;white-space:nowrap;padding-right:10mm;">at least $500, the corporation is eligible for a quick refund. Otherwise, do not file this form (see</span>
<span style="float:left;white-space:nowrap;">instructions)</span>
<span class="styDotLn" style="float:right;padding-right:1mm;">...........................</span>
</div>
<div class="styLNRightNumBoxNBB" style="height:6.25mm;background-color:lightgrey;foat:left;clear:none"></div>
<div class="styLNAmountBox" style="width:34mm;height:6.25mm;border-left-width:1px;border-bottom-width:0px;"></div>
<div class="styLNRightNumBoxNBB" style="foat:left;clear:none" >
8
</div>
<div class="styLNAmountBoxNBB" style="width:34mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/OverpaymentOfEstimatedTax" />
</xsl:call-template>
</div>
</div>
</div>
<div class="styBB" style="width:187mm;clear:both;float:none;">
<div class="styPartDesc" style="width:179mm;text-align:center;">
Record of Estimated Tax Deposits
</div>
<div class="styGenericDiv" style="float:none;clear:none;width:7mm;text-align:right;">
<xsl:call-template name="SetTableToggleButton">
<xsl:with-param name="TargetNode" select="$Form4466Data/RecordOfEstimatedTaxDeposits"/>
<xsl:with-param name="containerHeight" select="4"/>
<xsl:with-param name="containerID" select=" 'RETDctn' "/>
<xsl:with-param name="imageID" select=" 'RETDimg' "/>
<xsl:with-param name="buttonID" select=" 'RETDbtn' "/>
</xsl:call-template>
</div>
</div>
<div class="styTableContainer" id="RETDctn" style="height:12.5mm;">
<xsl:call-template name="SetInitialState" />
<table class="styTable" cellspacing="0" name="TYTable" id="TYTable">
<thead class="styTableThead">
<tr>
<th class="styTableCellHeader" style="font-size: 7pt; width:46mm;font-weight:normal;" scope="col">Date of deposit</th>
<th class="styTableCellHeader" style="font-size: 7pt; width:46mm;font-weight:normal;" scope="col">
Amount
</th>
<th class="styTableCellHeader" style="font-size: 7pt; width:46mm;font-weight:normal;" scope="col">Date of deposit</th>
<th class="styTableCellHeader" style="font-size: 7pt; width:46mm;font-weight:normal;" scope="col">
Amount
</th>
</tr>
</thead>
<tfoot></tfoot>
<tbody>
<xsl:if test="($Print != $Separated) or (($Print=$Separated) and (count($Form4466Data/RecordOfEstimatedTaxDeposits) <5))">
<xsl:for-each select="$Form4466Data/RecordOfEstimatedTaxDeposits">
<tr>
<xsl:if test="position() mod 2 >0">
<xsl:variable name="posofdeposit"><xsl:value-of select="position()" /></xsl:variable>
<td class="styTableCell" style="font-size: 7pt; text-align:center;width:46mm">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="DateOfDeposit" />
</xsl:call-template>
<span class="styTableCellPad">
</span>
</td>
<td class="styTableCell" style="font-size: 7pt; text-align:right;width:46mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="AmountOfDeposit" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styTableCell" style="font-size: 7pt; text-align:center;width:46mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form4466Data/RecordOfEstimatedTaxDeposits[$posofdeposit + 1]/DateOfDeposit" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
<td class="styTableCell" style="font-size: 7pt; text-align:right;width:46mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form4466Data/RecordOfEstimatedTaxDeposits[$posofdeposit +1]/AmountOfDeposit" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
</xsl:if>
</tr>
</xsl:for-each>
</xsl:if>
<xsl:if test="(count($Form4466Data/RecordOfEstimatedTaxDeposits) <= 2) or (($Print=$Separated) and (count($Form4466Data/RecordOfEstimatedTaxDeposits) >4))">
<tr>
<td class="styTableCell"><span class="styTableCellPad"></span>
<xsl:if test="($Print=$Separated) and (count($Form4466Data/RecordOfEstimatedTaxDeposits) >4)">
<xsl:call-template name="PopulateAdditionalDataTableMessage">
<xsl:with-param name="TargetNode" select="$Form4466Data/RecordOfEstimatedTaxDeposits/DateOfDeposit"/>
</xsl:call-template>
</xsl:if></td>
<td class="styTableCell"><span class="styTableCellPad"></span></td>
<td class="styTableCell"><span class="styTableCellPad"></span></td>
<td class="styTableCell"><span class="styTableCellPad"></span></td>
</tr>
</xsl:if>
<xsl:if test="(count($Form4466Data/RecordOfEstimatedTaxDeposits) < 1) or (($Print=$Separated) and (count($Form4466Data/RecordOfEstimatedTaxDeposits) >4))">
<tr>
<td class="styTableCell"><span class="styTableCellPad"></span></td>
<td class="styTableCell"><span class="styTableCellPad"></span></td>
<td class="styTableCell"><span class="styTableCellPad"></span></td>
<td class="styTableCell"><span class="styTableCellPad"></span></td>
</tr>
</xsl:if>
</tbody>
</table>
</div>
<!-- Implementing the signature section in table -->
<table border="0" cellspacing="0" cellpadding="0" style="width:187mm;font-size:7pt;clear:both;">
<tr>
<td rowspan="3" style="width:13mm;font-size: 11pt;font-weight:bold;border-right:1 solid black;border-bottom:1 solid black;">Sign Here</td>
<td colspan="5" style="padding-left:1mm;padding-bottom:1mm;">Under penalties of perjury, I declare that I have examined this application, including any accompanying schedules and statements, and to the best of
my knowledge and belief, it is true, correct, and complete. </td>
</tr>
<tr>
<td rowspan="2" style="border-bottom:1 solid black;padding-left:1mm;"><img src="{$ImagePath}/4466_Bullet_Lg.gif" alt="Big Right Arrow"/>
</td>
<td style="width:60mm;border-bottom:1 solid black;vertical-align:bottom;border-right:1 solid black;">
<xsl:call-template name="PopulateReturnHeaderOfficer">
<xsl:with-param name="TargetNode">TaxpayerPIN</xsl:with-param>
</xsl:call-template>
<span style="width:1px;"></span>
</td>
<td style="width:20mm;border-bottom:1 solid black;vertical-align:bottom;padding-left:1mm;">
<xsl:call-template name="PopulateReturnHeaderOfficer">
<xsl:with-param name="TargetNode">DateSigned</xsl:with-param>
</xsl:call-template>
</td>
<td rowspan="2" style="border-bottom:1 solid black;padding-left:1mm;"><img src="{$ImagePath}/4466_Bullet_Lg.gif" alt="Big Right Arrow"/>
</td>
<td style="width:50mm;border-bottom:1 solid black;vertical-align:bottom;">
<xsl:call-template name="PopulateReturnHeaderOfficer">
<xsl:with-param name="TargetNode">Title</xsl:with-param>
</xsl:call-template>
</td>
</tr>
<tr>
<td style="border-bottom:1 solid black;vertical-align:top;">Signature</td>
<td style="border-bottom:1 solid black;vertical-align:top;padding-left:1mm;">Date</td>
<td style="border-bottom:1 solid black;vertical-align:top;">Title</td>
</tr>
</table>
<!-- End Signature Section -->
<!-- Footer -->
<div style="width:187mm;float:none;clear:both;padding-top:1mm;">
<div style="width:100mm;float:left;clear:none;">
</div>
<div style="width:48mm;float:left;clear:none;">Cat. No. 12836A</div>
<div style="float:right;clear:none;">Form <span class="styBoldText" style="font-size:8pt;">4466</span> (Rev. 12-2012)</div>
</div>
<!-- End footer -->
<!-- add page break -->
<p class="pageend"></p>
<!-- 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="$Form4466Data" />
<xsl:with-param name="DescWidth" select="100"/>
</xsl:call-template>
<!-- Tanuja: Removing as there is place to show the data on the form. No need to show it in the additional data -->
</table>
<xsl:if test="($Print = $Separated) and (count($Form4466Data/RecordOfEstimatedTaxDeposits) >4)">
<br/>
<span class="styRepeatingDataTitle">Form 4466 - Record of Estimated Tax Deposits </span>
<table class="styDepTbl" style="font-size: 7pt; width: 92mm">
<thead class="styTableThead">
<tr class="styDepTblHdr">
<th class="styDepTblCell" style="width:46mm;font-weight:normal;" scope="col">Date of deposit</th>
<th class="styDepTblCell" style="width:46mm;font-weight:normal;" scope="col">Amount </th>
</tr>
</thead>
<tfoot></tfoot>
<tbody>
<xsl:for-each select="$Form4466Data/RecordOfEstimatedTaxDeposits">
<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:center;width:46mm">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="DateOfDeposit" />
</xsl:call-template>
<span class="styTableCellPad">
</span>
</td>
<td class="styDepTblCell" style="text-align:right;width:46mm;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="AmountOfDeposit" />
</xsl:call-template>
<span class="styTableCellPad"></span>
</td>
</tr>
</xsl:for-each>
</tbody>
</table>
</xsl:if>
</form>
</body> </html>
</xsl:template>
</xsl:stylesheet>