<!DOCTYPE openRPTDef>
<report>
 <title>Uniform Bill of Lading</title>
 <name>UniformBOL</name>
 <description></description>
 <parameter default="324" active="true" listtype="static" type="string" name="shiphead_id">
  <description></description>
 </parameter>
 <grid>
  <snap/>
  <show/>
  <x>0.05</x>
  <y>0.05</y>
 </grid>
 <size>Letter</size>
 <portrait/>
 <topmargin>50</topmargin>
 <bottommargin>50</bottommargin>
 <rightmargin>25</rightmargin>
 <leftmargin>25</leftmargin>
 <querysource>
  <name>head</name>
  <sql>SELECT shiphead_shipvia, formatDate(shiphead_shipdate) AS shipdate,
                cust_name, cust_number, cohead_number, cohead_fob, cohead_custponumber,
                warehous_descrip, addr_line1 AS warehous_addr1, addr_line2 AS warehous_addr2, addr_line3 AS warehous_addr3, addr_city AS warehous_addr4, warehous_fob,
                cohead_shiptoname, cohead_shiptoaddress1, cohead_shiptoaddress2, cohead_shiptoaddress3,
                (cohead_shiptocity || ' ' || cohead_shiptostate || ' ' || cohead_shiptozipcode) AS shiptocitystatezip,
                cohead_shiptophone
         FROM shiphead JOIN cohead ON (cohead_id=shiphead_order_id)
                       LEFT OUTER JOIN whsinfo ON (warehous_id=cohead_warehous_id)
                       JOIN custinfo ON (cust_id=cohead_cust_id)
                       LEFT OUTER JOIN addr ON (warehous_addr_id=addr_id)
         WHERE (shiphead_id=&lt;? value("shiphead_id") ?>);</sql>
 </querysource>
 <querysource>
  <name>detail</name>
  <sql>SELECT 1 as one,
       coitem_linenumber,
       formatQty(SUM(shipitem_qty)) AS invqty,
       uom_name,
       itemsellinguom(item_id) AS shipuom,
       roundUp(SUM(shipitem_qty) / iteminvpricerat(item_id))::integer AS shipqty,
       item_number, item_descrip1, item_descrip2,
       formatQty(SUM(shipitem_qty) * item_prodweight) AS netweight,
       formatQty(SUM(shipitem_qty) * (item_prodweight + item_packweight)) AS grossweight
  FROM shipitem, coitem, itemsite, item, uom
 WHERE ((shipitem_orderitem_id=coitem_id)
   AND (coitem_itemsite_id=itemsite_id)
   AND (itemsite_item_id=item_id)
   AND (item_inv_uom_id=uom_id)
   AND (shipitem_shiphead_id=&lt;? value("shiphead_id") ?>))
GROUP BY coitem_linenumber, item_number, item_id,
         uom_name, shipuom,
         item_descrip1,
         item_descrip2, item_prodweight,
         item_packweight
ORDER BY coitem_linenumber;
    </sql>
 </querysource>
 <querysource>
  <name>foot</name>
  <sql>SELECT formatQty(SUM(shipitem_qty * item_prodweight)) AS netweight,
       formatQty(SUM(shipitem_qty * (item_prodweight + item_packweight))) AS grossweight             
  FROM shipitem, coitem, itemsite, item
 WHERE ((shipitem_orderitem_id=coitem_id)
   AND (coitem_itemsite_id=itemsite_id)
   AND (itemsite_item_id=item_id)
   AND (shipitem_shiphead_id=&lt;? value("shiphead_id") ?>));</sql>
 </querysource>
 <querysource>
  <name>notes</name>
  <sql>SELECT shiphead_notes
  FROM shiphead
 WHERE (shiphead_id=&lt;? value("shiphead_id") ?>);</sql>
 </querysource>
 <querysource>
  <name>legal1</name>
  <sql>SELECT 
       text('*If the shipment moves between two ports by carrier by water, the law requires that the Bill Of Lading shall state whether it is ''carrier''s or shipper''s weight''.\n\nNOTE: Where the rate is dependent on value, shippers are required to state specifically in writing the agreed or declared value of the property. The agreed or declared value of the property is hereby specifically stated by the shipper to be not exceeding:\n\n_________________________\n\nper ______________________') AS legal3</sql>
 </querysource>
 <rpthead>
  <height>42</height>
  <label>
   <rect>
    <x>540</x>
    <y>15</y>
    <width>120</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>*Weight (Sub. to Corr.)</string>
  </label>
  <line>
   <xstart>5</xstart>
   <ystart>35</ystart>
   <xend>795</xend>
   <yend>35</yend>
   <weight>2</weight>
  </line>
  <label>
   <rect>
    <x>730</x>
    <y>15</y>
    <width>60</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>7</size>
    <weight>normal</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>Ck. Column</string>
  </label>
  <label>
   <rect>
    <x>5</x>
    <y>15</y>
    <width>90</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>No. Packages</string>
  </label>
  <label>
   <rect>
    <x>665</x>
    <y>15</y>
    <width>60</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>7</size>
    <weight>normal</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>CL or Rate</string>
  </label>
  <label>
   <rect>
    <x>145</x>
    <y>15</y>
    <width>380</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Kind of package, description of articles, special marks and exceptions</string>
  </label>
  <label>
   <rect>
    <x>100</x>
    <y>15</y>
    <width>40</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>HM?</string>
  </label>
 </rpthead>
 <pghead>
  <firstpage/>
  <height>332</height>
  <field>
   <rect>
    <x>145</x>
    <y>5</y>
    <width>200</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cust_number</column>
   </data>
  </field>
  <label>
   <rect>
    <x>15</x>
    <y>250</y>
    <width>65</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Street</string>
  </label>
  <line>
   <xstart>405</xstart>
   <ystart>85</ystart>
   <xend>405</xend>
   <yend>185</yend>
   <weight>0</weight>
  </line>
  <field>
   <rect>
    <x>419</x>
    <y>160</y>
    <width>370</width>
    <height>25</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>shiphead_shipvia</column>
   </data>
  </field>
  <label>
   <rect>
    <x>30</x>
    <y>25</y>
    <width>110</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <right/>
   <vcenter/>
   <string>Order #:</string>
  </label>
  <field>
   <rect>
    <x>100</x>
    <y>305</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>warehous_addr4</column>
   </data>
  </field>
  <line>
   <xstart>795</xstart>
   <ystart>85</ystart>
   <xend>795</xend>
   <yend>185</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>405</xstart>
   <ystart>185</ystart>
   <xend>795</xend>
   <yend>185</yend>
   <weight>0</weight>
  </line>
  <field>
   <rect>
    <x>145</x>
    <y>45</y>
    <width>200</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_fob</column>
   </data>
  </field>
  <label>
   <rect>
    <x>30</x>
    <y>5</y>
    <width>110</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <right/>
   <vcenter/>
   <string>Customer #:</string>
  </label>
  <line>
   <xstart>405</xstart>
   <ystart>150</ystart>
   <xend>795</xend>
   <yend>150</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>600</xstart>
   <ystart>112</ystart>
   <xend>600</xend>
   <yend>150</yend>
   <weight>0</weight>
  </line>
  <field>
   <rect>
    <x>100</x>
    <y>285</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>warehous_addr3</column>
   </data>
  </field>
  <field>
   <rect>
    <x>100</x>
    <y>190</y>
    <width>200</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_shiptophone</column>
   </data>
  </field>
  <label>
   <rect>
    <x>408</x>
    <y>185</y>
    <width>110</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Notes/Special Instructions</string>
  </label>
  <field>
   <rect>
    <x>100</x>
    <y>130</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_shiptoaddress2</column>
   </data>
  </field>
  <label>
   <rect>
    <x>15</x>
    <y>310</y>
    <width>80</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>City, State, Zip</string>
  </label>
  <field>
   <rect>
    <x>100</x>
    <y>225</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>warehous_descrip</column>
   </data>
  </field>
  <label>
   <rect>
    <x>605</x>
    <y>112</y>
    <width>75</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>P.O. No.</string>
  </label>
  <label>
   <rect>
    <x>15</x>
    <y>80</y>
    <width>53</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <left/>
   <top/>
   <string>To:</string>
  </label>
  <field>
   <rect>
    <x>145</x>
    <y>25</y>
    <width>100</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_number</column>
   </data>
  </field>
  <field>
   <rect>
    <x>100</x>
    <y>170</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>shiptocitystatezip</column>
   </data>
  </field>
  <label>
   <rect>
    <x>15</x>
    <y>215</y>
    <width>53</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <left/>
   <top/>
   <string>From:</string>
  </label>
  <label>
   <rect>
    <x>580</x>
    <y>50</y>
    <width>50</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <right/>
   <vcenter/>
   <string>Date:</string>
  </label>
  <label>
   <rect>
    <x>15</x>
    <y>112</y>
    <width>65</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Street</string>
  </label>
  <field>
   <rect>
    <x>615</x>
    <y>125</y>
    <width>175</width>
    <height>25</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_custponumber</column>
   </data>
  </field>
  <field>
   <rect>
    <x>100</x>
    <y>150</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_shiptoaddress3</column>
   </data>
  </field>
  <label>
   <rect>
    <x>15</x>
    <y>175</y>
    <width>80</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>City, State, Zip</string>
  </label>
  <field>
   <rect>
    <x>100</x>
    <y>265</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>warehous_addr2</column>
   </data>
  </field>
  <text>
   <rect>
    <x>415</x>
    <y>200</y>
    <width>380</width>
    <height>15</height>
   </rect>
   <bottompad>0</bottompad>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>notes</query>
    <column>shiphead_notes</column>
   </data>
  </text>
  <label>
   <rect>
    <x>408</x>
    <y>85</y>
    <width>380</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>NOTE: Liability Limitation for loss or damage on this shipment</string>
  </label>
  <field>
   <rect>
    <x>100</x>
    <y>90</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_shiptoname</column>
   </data>
  </field>
  <label>
   <rect>
    <x>408</x>
    <y>112</y>
    <width>75</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Shipper's No.</string>
  </label>
  <label>
   <rect>
    <x>408</x>
    <y>100</y>
    <width>380</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>may be applicable. See 49 U.S.C.  14706 (c)(1)(A) and (B).</string>
  </label>
  <label>
   <rect>
    <x>15</x>
    <y>228</y>
    <width>75</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Shipper</string>
  </label>
  <field>
   <rect>
    <x>100</x>
    <y>245</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>warehous_addr1</column>
   </data>
  </field>
  <line>
   <xstart>405</xstart>
   <ystart>85</ystart>
   <xend>795</xend>
   <yend>85</yend>
   <weight>0</weight>
  </line>
  <field>
   <rect>
    <x>635</x>
    <y>50</y>
    <width>100</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>shipdate</column>
   </data>
  </field>
  <line>
   <xstart>405</xstart>
   <ystart>112</ystart>
   <xend>795</xend>
   <yend>112</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>408</x>
    <y>150</y>
    <width>75</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Route</string>
  </label>
  <label>
   <rect>
    <x>30</x>
    <y>45</y>
    <width>110</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>normal</weight>
   </font>
   <right/>
   <vcenter/>
   <string>Shipped From:</string>
  </label>
  <label>
   <rect>
    <x>450</x>
    <y>10</y>
    <width>325</width>
    <height>40</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>18</size>
    <weight>bold</weight>
   </font>
   <right/>
   <vcenter/>
   <string>Uniform Bill of Lading</string>
  </label>
  <field>
   <rect>
    <x>100</x>
    <y>110</y>
    <width>300</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <data>
    <query>head</query>
    <column>cohead_shiptoaddress1</column>
   </data>
  </field>
  <label>
   <rect>
    <x>15</x>
    <y>95</y>
    <width>75</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Consignee</string>
  </label>
 </pghead>
 <section>
  <name>detail</name>
  <detail>
   <key>
    <query>detail</query>
   </key>
   <height>52</height>
   <field>
    <rect>
     <x>150</x>
     <y>35</y>
     <width>380</width>
     <height>15</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>8</size>
     <weight>normal</weight>
    </font>
    <left/>
    <vcenter/>
    <data>
     <query>detail</query>
     <column>item_descrip2</column>
    </data>
   </field>
   <field>
    <rect>
     <x>540</x>
     <y>0</y>
     <width>120</width>
     <height>20</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>10</size>
     <weight>bold</weight>
    </font>
    <right/>
    <vcenter/>
    <data>
     <query>detail</query>
     <column>grossweight</column>
    </data>
   </field>
   <field>
    <rect>
     <x>5</x>
     <y>0</y>
     <width>80</width>
     <height>20</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>10</size>
     <weight>bold</weight>
    </font>
    <right/>
    <vcenter/>
    <data>
     <query>detail</query>
     <column>shipqty</column>
    </data>
   </field>
   <field>
    <rect>
     <x>150</x>
     <y>20</y>
     <width>380</width>
     <height>15</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>8</size>
     <weight>normal</weight>
    </font>
    <left/>
    <vcenter/>
    <data>
     <query>detail</query>
     <column>item_descrip1</column>
    </data>
   </field>
   <field>
    <rect>
     <x>145</x>
     <y>0</y>
     <width>390</width>
     <height>20</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>10</size>
     <weight>bold</weight>
    </font>
    <left/>
    <vcenter/>
    <data>
     <query>detail</query>
     <column>item_number</column>
    </data>
   </field>
  </detail>
 </section>
 <pgfoot>
  <lastpage/>
  <height>466</height>
  <label>
   <rect>
    <x>10</x>
    <y>90</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>The fiber boxes used for this shipment conform</string>
  </label>
  <label>
   <rect>
    <x>590</x>
    <y>30</y>
    <width>200</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Freight charges are PREPAID</string>
  </label>
  <line>
   <xstart>5</xstart>
   <ystart>90</ystart>
   <xend>795</xend>
   <yend>90</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>605</x>
    <y>110</y>
    <width>20</width>
    <height>25</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <string>$</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>305</y>
    <width>780</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>and carrier makes no guarantees concerning the delivery dates or times (Subject to terms and conditions of any applicable Gold Medal Service agreement).</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>110</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Bill Of Lading shall state whether it is</string>
  </label>
  <label>
   <rect>
    <x>408</x>
    <y>320</y>
    <width>375</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>CARRIER CERTIFICATION</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>160</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>additional care or attention in handling or</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>170</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>stowing must be marked and packaged as to</string>
  </label>
  <label>
   <rect>
    <x>605</x>
    <y>65</y>
    <width>150</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <right/>
   <vcenter/>
   <string>CHECK BOX IF COLLECT</string>
  </label>
  <line>
   <xstart>220</xstart>
   <ystart>80</ystart>
   <xend>228</xend>
   <yend>80</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>350</y>
    <width>385</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>certifies that the above named materials are properly classified, described, packaged, marked and labeled,</string>
  </label>
  <line>
   <xstart>560</xstart>
   <ystart>75</ystart>
   <xend>570</xend>
   <yend>75</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>400</xstart>
   <ystart>90</ystart>
   <xend>400</xend>
   <yend>245</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>5</y>
    <width>315</width>
    <height>25</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Hazardous Materials Emergency Response Phone Number:</string>
  </label>
  <label>
   <rect>
    <x>480</x>
    <y>45</y>
    <width>15</width>
    <height>35</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>18</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>{</string>
  </label>
  <line>
   <xstart>5</xstart>
   <ystart>5</ystart>
   <xend>5</xend>
   <yend>445</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>210</xstart>
   <ystart>220</ystart>
   <xend>385</xend>
   <yend>220</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>5</x>
    <y>444</y>
    <width>775</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>? Mark with "X" if appropriate to designate Hazardous Materials or Hazardous Substances as defined in the Department of Transportation Regulations governing the transportation of hazardous materials.</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>190</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>See Sec. 2(e) or NMFC item 360.</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>295</y>
    <width>780</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>National Motor Freight Classification 100-X and successive issues. Note: It is also agreed that the carrier will not be liable for any consequential damages arising from the delay of delivery</string>
  </label>
  <label>
   <rect>
    <x>203</x>
    <y>160</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>all other lawful charges.</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>340</y>
    <width>385</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Shipper certifies by its signature, its agreement to all of the foregoing terms and conditions, and further</string>
  </label>
  <line>
   <xstart>220</xstart>
   <ystart>70</ystart>
   <xend>228</xend>
   <yend>70</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>220</xstart>
   <ystart>55</ystart>
   <xend>220</xend>
   <yend>65</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>600</xstart>
   <ystart>90</ystart>
   <xend>600</xend>
   <yend>245</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>405</x>
    <y>120</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>'carrier's or shipper's weight'.</string>
  </label>
  <label>
   <rect>
    <x>400</x>
    <y>45</y>
    <width>75</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>C.O.D. fee</string>
  </label>
  <label>
   <rect>
    <x>220</x>
    <y>30</y>
    <width>160</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>C.O.D. Amount</string>
  </label>
  <label>
   <rect>
    <x>15</x>
    <y>30</y>
    <width>185</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>Collect On Delivery</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>100</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>carrier by water, the law requires that the</string>
  </label>
  <line>
   <xstart>560</xstart>
   <ystart>65</ystart>
   <xend>560</xend>
   <yend>75</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>203</x>
    <y>220</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>(Signature of consigner)</string>
  </label>
  <label>
   <rect>
    <x>400</x>
    <y>60</y>
    <width>75</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>to be paid by</string>
  </label>
  <line>
   <xstart>560</xstart>
   <ystart>60</ystart>
   <xend>570</xend>
   <yend>60</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>600</xstart>
   <ystart>135</ystart>
   <xend>795</xend>
   <yend>135</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>560</xstart>
   <ystart>50</ystart>
   <xend>570</xend>
   <yend>50</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>610</x>
    <y>170</y>
    <width>175</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>to apply in the prepayment of</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>170</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>property. The agreed or declared value of the</string>
  </label>
  <label>
   <rect>
    <x>203</x>
    <y>110</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>without recourse on the consignor, the</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>375</y>
    <width>100</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Shipper</string>
  </label>
  <field>
   <rect>
    <x>540</x>
    <y>5</y>
    <width>120</width>
    <height>25</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>10</size>
    <weight>bold</weight>
   </font>
   <right/>
   <vcenter/>
   <data>
    <query>foot</query>
    <column>grossweight</column>
   </data>
  </field>
  <line>
   <xstart>795</xstart>
   <ystart>5</ystart>
   <xend>795</xend>
   <yend>445</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>405</x>
    <y>190</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>shipper to be not exceeding:</string>
  </label>
  <label>
   <rect>
    <x>494</x>
    <y>60</y>
    <width>60</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Consignee</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>55</y>
    <width>20</width>
    <height>30</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>12</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <string>$</string>
  </label>
  <label>
   <rect>
    <x>400</x>
    <y>228</y>
    <width>30</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <right/>
   <vcenter/>
   <string>per</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>350</y>
    <width>385</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>information was made available and/or carrier has the DOT emergency response guidebook or equivelent</string>
  </label>
  <label>
   <rect>
    <x>590</x>
    <y>45</y>
    <width>200</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <left/>
   <vcenter/>
   <string>unless marked collect.</string>
  </label>
  <line>
   <xstart>560</xstart>
   <ystart>50</ystart>
   <xend>560</xend>
   <yend>60</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>765</xstart>
   <ystart>70</ystart>
   <xend>765</xend>
   <yend>80</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>405</x>
    <y>180</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>property is hereby specifically stated by the</string>
  </label>
  <line>
   <xstart>570</xstart>
   <ystart>75</ystart>
   <xend>570</xend>
   <yend>65</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>5</xstart>
   <ystart>320</ystart>
   <xend>795</xend>
   <yend>320</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>228</xstart>
   <ystart>65</ystart>
   <xend>228</xend>
   <yend>55</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>200</xstart>
   <ystart>90</ystart>
   <xend>200</xend>
   <yend>245</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>265</y>
    <width>780</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>except as noted (contents and condition of contents of packages unknown) marked, consigned, and destined as shown above, which said carrier agrees to carry to destination, if on its route,</string>
  </label>
  <label>
   <rect>
    <x>234</x>
    <y>50</y>
    <width>150</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Cash or Certified Check</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>408</y>
    <width>100</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Authorized Signature</string>
  </label>
  <line>
   <xstart>665</xstart>
   <ystart>5</ystart>
   <xend>665</xend>
   <yend>30</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>405</x>
    <y>360</y>
    <width>385</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>document in the vehicle.</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>90</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>*If the shipment moves between two ports by</string>
  </label>
  <line>
   <xstart>220</xstart>
   <ystart>70</ystart>
   <xend>220</xend>
   <yend>80</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>100</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>to the specifications set forth in the box maker's</string>
  </label>
  <line>
   <xstart>580</xstart>
   <ystart>30</ystart>
   <xend>580</xend>
   <yend>90</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>5</xstart>
   <ystart>340</ystart>
   <xend>795</xend>
   <yend>340</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>245</y>
    <width>780</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>RECEIVED, subject to individually determined rates or contracts that have been agreed upon in writing between the carrier and shipper, if applicable, otherwise the rates, classifications and</string>
  </label>
  <line>
   <xstart>210</xstart>
   <ystart>30</ystart>
   <xend>210</xend>
   <yend>90</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>390</xstart>
   <ystart>30</ystart>
   <xend>390</xend>
   <yend>90</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>220</xstart>
   <ystart>65</ystart>
   <xend>228</xend>
   <yend>65</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>5</xstart>
   <ystart>408</ystart>
   <xend>795</xend>
   <yend>408</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>433</xstart>
   <ystart>240</ystart>
   <xend>586</xend>
   <yend>240</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>765</xstart>
   <ystart>80</ystart>
   <xend>775</xend>
   <yend>80</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>253</y>
    <width>780</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>rules (Estes Express Lines 105 series) that have been established by the carrier and are available to the shipper, on request. The property described above, in apparent good order,</string>
  </label>
  <line>
   <xstart>5</xstart>
   <ystart>375</ystart>
   <xend>795</xend>
   <yend>375</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>285</y>
    <width>780</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>party at any time interested in all or any of said property, that every service to be performed thereunder shall be subject to all the terms and conditions of the Uniform Bill of Lading set forth in the</string>
  </label>
  <line>
   <xstart>5</xstart>
   <ystart>50</ystart>
   <xend>210</xend>
   <yend>50</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>120</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>of Consolidated Uniform or National Motor</string>
  </label>
  <line>
   <xstart>408</xstart>
   <ystart>220</ystart>
   <xend>586</xend>
   <yend>220</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>560</xstart>
   <ystart>65</ystart>
   <xend>570</xend>
   <yend>65</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>670</xstart>
   <ystart>170</ystart>
   <xend>762</xend>
   <yend>170</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>5</xstart>
   <ystart>30</ystart>
   <xend>795</xend>
   <yend>30</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>5</xstart>
   <ystart>445</ystart>
   <xend>795</xend>
   <yend>445</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>203</x>
    <y>120</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>consignor shall sign the following statement:</string>
  </label>
  <label>
   <rect>
    <x>610</x>
    <y>200</y>
    <width>175</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>described hereof.</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>375</y>
    <width>100</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Authorized Signature</string>
  </label>
  <label>
   <rect>
    <x>203</x>
    <y>140</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>The carrier shall not make delivery of the</string>
  </label>
  <label>
   <rect>
    <x>203</x>
    <y>90</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Subject to Section 7 of Conditions, if this</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>130</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Freight Classification.</string>
  </label>
  <line>
   <xstart>775</xstart>
   <ystart>80</ystart>
   <xend>775</xend>
   <yend>70</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>405</x>
    <y>340</y>
    <width>385</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Carrier acknowledges receipt of packages and required placards. Carrier certifies emergency response</string>
  </label>
  <label>
   <rect>
    <x>690</x>
    <y>408</y>
    <width>75</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Date</string>
  </label>
  <line>
   <xstart>765</xstart>
   <ystart>70</ystart>
   <xend>775</xend>
   <yend>70</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>5</xstart>
   <ystart>245</ystart>
   <xend>795</xend>
   <yend>245</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>15</x>
    <y>320</y>
    <width>375</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>SHIPPER CERTIFICATION</string>
  </label>
  <label>
   <rect>
    <x>610</x>
    <y>155</y>
    <width>75</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Received $</string>
  </label>
  <line>
   <xstart>685</xstart>
   <ystart>408</ystart>
   <xend>685</xend>
   <yend>445</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>605</x>
    <y>90</y>
    <width>185</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>9</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <vcenter/>
   <string>Charges Advanced</string>
  </label>
  <line>
   <xstart>400</xstart>
   <ystart>320</ystart>
   <xend>400</xend>
   <yend>445</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>408</y>
    <width>100</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Carrier</string>
  </label>
  <label>
   <rect>
    <x>494</x>
    <y>45</y>
    <width>60</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Shipper</string>
  </label>
  <line>
   <xstart>228</xstart>
   <ystart>80</ystart>
   <xend>228</xend>
   <yend>70</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>405</x>
    <y>160</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>writing the agreed or declared value of the</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>275</y>
    <width>780</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>otherwise to deliver to another carrier on the route to destination. It is mutually agreed, as to each carrier of all or any of said property over all or any portion of said route to destination and as to each</string>
  </label>
  <line>
   <xstart>5</xstart>
   <ystart>5</ystart>
   <xend>795</xend>
   <yend>5</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>405</x>
    <y>150</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>shippers are required to state specifically in</string>
  </label>
  <line>
   <xstart>535</xstart>
   <ystart>5</ystart>
   <xend>535</xend>
   <yend>30</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>150</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>NOTE: Commodities requiring special or</string>
  </label>
  <label>
   <rect>
    <x>203</x>
    <y>100</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>shipment is to be delivered to the consignee</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>110</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>certificate thereon, and all other requirements</string>
  </label>
  <label>
   <rect>
    <x>234</x>
    <y>65</y>
    <width>150</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>Consignee Check Accepted</string>
  </label>
  <label>
   <rect>
    <x>203</x>
    <y>150</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>shipment without payment of freight and</string>
  </label>
  <line>
   <xstart>600</xstart>
   <ystart>110</ystart>
   <xend>795</xend>
   <yend>110</yend>
   <weight>0</weight>
  </line>
  <line>
   <xstart>220</xstart>
   <ystart>55</ystart>
   <xend>228</xend>
   <yend>55</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>10</x>
    <y>360</y>
    <width>385</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>and are in proper condition for transportation according to the applicable regulations of the DOT.</string>
  </label>
  <label>
   <rect>
    <x>610</x>
    <y>185</y>
    <width>175</width>
    <height>20</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>8</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>the charges on the property</string>
  </label>
  <label>
   <rect>
    <x>405</x>
    <y>140</y>
    <width>190</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>NOTE: Where the rate is dependent on value,</string>
  </label>
  <label>
   <rect>
    <x>10</x>
    <y>180</y>
    <width>185</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>6</size>
    <weight>normal</weight>
   </font>
   <left/>
   <vcenter/>
   <string>ensure safe transportation with ordinary care.</string>
  </label>
  <line>
   <xstart>570</xstart>
   <ystart>60</ystart>
   <xend>570</xend>
   <yend>50</yend>
   <weight>0</weight>
  </line>
 </pgfoot>
</report>
