Sales order acknowledgement

Wrapper

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <title>
      Sales Order Confirmation
    </title>
  </head>
  <body bgcolor="#FCFCFC" style="width:100%;">
    <table class="main" style="background-color:#FFFFFF;border-style:solid; border-width:1px; border-color:white;"
width="700" border="0" cellspacing="0" cellpadding="0" align="center">
      #COMMON_HEADER#
      #SALES_CONF_TITLE#
      #SALES_CONF_GREETING#
      #SALES_CONF_HEADER#
      #SALES_ITEM_HEADER#
      #SALES_ITEM#
      #SALES_TOTALS#
      #SALES_TERMS#
      #SALES_CONF_FOOTER#
      #COMMON_FOOTER#
    </table>
  </body>
</html>

COMMON_HEADER

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:
<tr style="background-color:#EEECE1;">
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;&nbsp;&nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;" colspan="2">
    <img src="http://www.arch-global.com/wp-content/uploads/2015/02/archLogo.png" alt="Arch Logo"
style="margin-bottom: 5px;padding-top:5px;"/>
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;" colspan="3" align="right">
    <a class="archLink" style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;font-size:12px;"
href="http://www.arch-global.com">
      arch-global.com
    </a>
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
      &nbsp;&nbsp;&nbsp;
  </td>
</tr>

SALES_CONF_TITLE

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<tr>
  <td colspan="9" height="50" align="right">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color: #545454;font-size: 28px;">
      Order Confirmation
    </p>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>

SALES_CONF_GREETING

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:
<tr>
  <td height="60">
    &nbsp;
  </td>
  <td colspan="7">
    <p class="introText" style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size: 14px;">
      Thank you for your order with Arch.  We'll be in touch when your items have been dispatched. If you have any
questions about this order please contact Arch on +44 20 8987 0440.
    </p>
  </td>
  <td>
    &nbsp;
    <br>
    <br>
  </td>
  <td>
    &nbsp;
    <br>
    <br>
  </td>
  <td>
    &nbsp;
    <br>
    <br>
  </td>
</tr>

SALES_CONF_HEADER

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:
<tr>
  <td>
    &nbsp;
  </td>
  <td style="background-color:#EAF1DD;border-top:3px solid #9BBB59;" colspan="9">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td>
    &nbsp;
  </td>
  <td style="background-color:#EAF1DD;" width="20">
    &nbsp;
  </td>
  <td style="background-color:#EAF1DD;" colspan="2">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;font-size:
14px;margin-top:0px;margin-bottom:0px;">
      Order Number:
    </p>
  </td>
  <td width="75" style="width:150px;background-color:#EAF1DD;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:14px;margin-top:0px;
margin-bottom:0px;">
      &VBELN&
    </p>
  </td>
  <td class="custNo" align="left" width="75" style="width:150px;background-color:#EAF1DD;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;
font-size:14px;margin-top:0px;margin-bottom:0px;">
      Customer Number:
    </p>
  </td>
  <td style="width:150px;background-color:#EAF1DD;" align="left" colspan="3">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif; width:100%; color:#545454;font-size:14px;
margin-top:0px;margin-bottom:0px;">
      &KUNNR&
    </p>
  </td>
  <td style="background-color:#EAF1DD;" width="20">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td>
    &nbsp;
  </td>
  <td style="background-color:#EAF1DD;">
    &nbsp;
  </td>
  <td style="background-color:#EAF1DD;" colspan="2">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;font-size: 14px;
margin-top:0px;margin-bottom:0px;">
      Customer Reference:
    </p>
  </td>
  <td style="background-color:#EAF1DD;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:14px;margin-top:0px;
margin-bottom:0px;">
      &BSTNK&
    </p>
  </td>
  <td align="left" style="background-color:#EAF1DD;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif; width:100%;color:#545454;font-weight:bold;
font-size:14px;margin-top:0px;margin-bottom:0px;">
      Order Date:
    </p>
  </td>
  <td style="width:150px;background-color:#EAF1DD;" colspan="3" align="left">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:14px;margin-top:0px;
margin-bottom:0px;">
      &AUDAT&
    </p>
  </td>
  <td style="background-color:#EAF1DD;">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td>
    &nbsp;
  </td>
  <td style="background-color:#EAF1DD;" colspan="9">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td colspan="11">
    &nbsp;
  </td>
</tr>

SALES_ITEM_HEADER

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:
<tr>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif; width:100%;color: #545454;font-weight:bold;font-size:12px;
margin-top:0px;margin-bottom:0px;">
      Item
    </p>
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;font-size:12px;
margin-top:0px;margin-bottom:0px;">
      Material
    </p>
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;" align="center">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color: #545454;font-weight:bold;font-size:12px;
margin-top:0px;margin-bottom:0px;">
      Qty
    </p>
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;font-size:12px;
margin-top:0px;margin-bottom:0px;">
      Unit
    </p>
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;font-size:12px;
margin-top:0px;margin-bottom:0px;">
      Price
    </p>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>

SALES_ITEM

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:
<tr>
  <td height="30">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td style="width:50px;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      &POSNR&
    </p>
  </td>
  <td width="75" style="width:100px;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif; width:100%; color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      &MATNR&
    </p>
  </td>
  <td colspan="2" style="width:250px;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      &ARKTX&
    </p>
  </td>
  <td width="20" style="width:75px;"align="center">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      &LSMENG&
    </p>
  </td>
  <td width="20" style="width:50px;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      &VRKME&
    </p>
  </td>
  <td>
    <table width="100%">
      <tr>
        <td width="10">
          <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;
margin-top:0px;margin-bottom:0px;">
            &WAERS&
          </p>
        </td>
        <td align="right">
          <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
            &ITEM_NETWR&
          </p>
        </td>
      </tr>
    </table>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr&SHOW_HIDE&>
  <td colspan="11">
    &nbsp;
  </td>
</tr>
<tr&SHOW_HIDE&>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;font-size:12px;
margin-top:0px;margin-bottom:0px;">
      Confirmed Date
    </p>
  </td>
  <td style="border-bottom:3px solid #9BBB59;"align="center">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;font-size:12px;
margin-top:0px;margin-bottom:0px;">
      Qty
    </p>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
#SALES_SL#
<tr>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td style="border-bottom:1px solid #9BBB59;"colspan="7">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>

SALES_SL

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:
<tr>
  <td height="30">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      &EDATU&
    </p>
  </td>
  <td align="center">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      &BMENG&
    </p>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>

SALES_TOTALS

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:
<tr>
  <td colspan="11" height="5">
    &nbsp;
  </td>
</tr>
<tr>
  <td height="30">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td colspan="2">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;
font-size:12px;margin-top:0px;margin-bottom:0px;">
      Subtotal
    </p>
  </td>
  <td>
    <table width="100%">
      <tr>
        <td width="20">
          <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;
margin-top:0px;margin-bottom:0px;">
            &WAERS&
          </p>
        </td>
        <td align="right">
          <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color: #545454;font-size:12px;
margin-top:0px;margin-bottom:0px;">
            &NETWR&
          </p>
        </td>
      </tr>
    </table>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td height="30">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td colspan="2" style="border-bottom:1px solid #9BBB59;">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;
font-size:12px;margin-top:0px;margin-bottom:0px;">
      Tax added
    </p>
  </td>
  <td style="border-bottom:1px solid #9BBB59;">
    <table width="100%">
      <tr>
        <td width="20">
          <p style="font-family: 'Segoe UI', Helvetica, sans-serif; width:100%; color: #545454;font-size: 12px;
margin-top:0px;margin-bottom:0px;">
            &WAERS&
          </p>
        </td>
        <td align="right">
          <p style="font-family: 'Segoe UI', Helvetica, sans-serif; width:100%; color: #545454;font-size: 12px;
margin-top:0px;margin-bottom:0px;">
            0.00
          </p>
        </td>
      </tr>
    </table>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td height="30">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td colspan="2">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-weight:bold;
font-size:12px;margin-top:0px;margin-bottom:0px;">
      Order total
    </p>
  </td>
  <td>
    <table width="100%">
      <tr>
        <td width="20">
          <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;
margin-top:0px;margin-bottom:0px;">
            &WAERS&
          </p>
        </td>
        <td align="right">
          <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;
margin-top:0px;margin-bottom:0px;">
            &ORDER_TOTAL&
          </p>
        </td>
      </tr>
    </table>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td style="border-top:1px solid #9BBB59;" colspan="3">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>

SALES_TERMS

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:
<tr>
  <td height="30">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;" colspan="4">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:14px;margin-top:0px;
margin-bottom:0px;">
      Payment is due in 45 days
    </p>
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td style="border-bottom:3px solid #9BBB59;">
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>

SALES_CONF_FOOTER

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:
<tr>
  <td colspan="11" height="5">
    &nbsp;
  </td>
</tr>
<tr>
  <td height="20">
    &nbsp;
  </td>
  <td colspan="8">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:14px;margin-top:0px;
margin-bottom:0px;">
      Need to make changes to your order? Visit our help page for more information.
    </p>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td height="20">
    &nbsp;
  </td>
  <td colspan="8">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:14px;margin-top:0px;
margin-bottom:0px;">
        We hope to see you again soon.
    </p>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td height="20">
    &nbsp;
  </td>
  <td colspan="8">
    <p style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#9BBB59;font-weight:bold;font-
size:14px;margin-top:0px;
margin-bottom:0px;">
      Arch Customer Service
    </p>
  </td>
  <td>
    &nbsp;
  </td>
  <td>
    &nbsp;
  </td>
</tr>
<tr>
  <td colspan="11" height="5">
    &nbsp;
  </td>
</tr>

COMMON_FOOTER

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:
<tr style="background-color:#EEECE1;">
  <td style="border-top:3px solid #9BBB59;" colspan="11">
    &nbsp;
  </td>
</tr>
<tr style="background-color:#EEECE1;">
  <td style="background-color:#EEECE1;">
    &nbsp;
  </td>
  <td style="background-color:#EEECE1;" colspan="9">
    <i style="font-family:'Segoe UI',Helvetica,sans-serif;width:100%;color:#545454;font-size:12px;margin-top:0px;
margin-bottom:0px;">
      This is an automatic e-mail generated by Arch Floe. Find out more at
      <a href="http://www.floe.com">
        www.floe.com
      </a>
    </i>
  </td>
  <td style="background-color:#EEECE1;">
    &nbsp;
  </td>
</tr>
<tr style="background-color:#EEECE1;">
  <td colspan="11">
    &nbsp;
  </td>
</tr>