In the Clark Lithograph application (among others),
the "Phone" field in the "Applicant Information" section
(reight below the "FEIN or Soc Sec #" box) has the "O"
in "PHONE" extracted into the box above it. So, the
box above "Phone" has 4 text areas: "FEIN OR SOC
SEC #", "(of First Named Ins):", [ID Number], and "O",
and the "Phone" box has two lines of text: "PHNE"
and "(A/C, No, Ext):".
It should appear as follows:
<BOX x1="188" y1="558" x2="367" y2="545">
<TEXT x="190" y="558">
<FONT face="Helvetica-Bold" style="font-
size:6pt">FEIN OR SOC SEC #</FONT>
</TEXT>
<TEXT x="190" y="554">
<FONT face="Helvetica-Bold" style="font-
size:6pt">(of First Named Ins):</FONT>
</TEXT>
<TEXT x="270" y="557">
<FONT face="Courier-Bold" style="font-
size:10pt">95-2402899</FONT>
</TEXT>
</BOX>
<BOX x1="188" y1="558" x2="367" y2="533"/>
<!-- Mailing address omitted -->
<BOX x1="188" y1="546" x2="367" y2="533">
<TEXT x="190" y="546">
<FONT face="Helvetica-Bold" style="font-
size:6pt">PHONE</FONT>
</TEXT>
<TEXT x="190" y="542">
<FONT face="Helvetica-Bold" style="font-
size:6pt">(A/C, No, Ext):</FONT>
</TEXT>
</BOX>
Instead, it shows up like this:
<BOX x1="188" y1="558" x2="367" y2="545">
<TEXT x="190" y="558">
<FONT face="Helvetica-Bold" style="font-
size:6pt">FEIN OR SOC SEC #</FONT>
</TEXT>
<TEXT x="190" y="554">
<FONT face="Helvetica-Bold" style="font-
size:6pt">(of First Named Ins):</FONT>
</TEXT>
<TEXT x="270" y="557">
<FONT face="Courier-Bold" style="font-
size:10pt">95-2402899</FONT>
</TEXT>
<TEXT x="199" y="547">
<FONT face="Helvetica-Bold" style="font-
size:6pt">O</FONT>
</TEXT>
</BOX>
<BOX x1="188" y1="558" x2="367" y2="533"/>
<!-- Mailing address omitted -->
<BOX x1="188" y1="546" x2="367" y2="533">
<TEXT x="190" y="546">
<FONT face="Helvetica-Bold" style="font-
size:6pt">PHNE</FONT>
</TEXT>
<TEXT x="190" y="542">
<FONT face="Helvetica-Bold" style="font-
size:6pt">(A/C, No, Ext):</FONT>
</TEXT>
</BOX>