File: D:/hMailServer/Data/taprogge.co.uk/info/F1/{F1BD4917-82E6-4F8A-B982-6AE2217440F2}.eml
Return-Path: DSx262CA-27DwmC8pn5@icm-software.co.uk
Delivered-To: info@taprogge.co.uk
Received: from mail01.icm-marketingportal.com (mail01.icm-marketingportal.com [188.34.190.239])
by mail.itpartnership.com with ESMTPS
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256)
; Tue, 23 Jun 2026 09:32:28 +0100
Received: from root (helo=[127.0.0.1])
by mail01.icm-marketingportal.com with local-smtp (Exim 4.93)
(envelope-from <DSx262CA-27DwmC8pn5@icm-software.co.uk>)
id 1wbwYV-00Az4g-Rc
for info@taprogge.co.uk; Tue, 23 Jun 2026 08:32:27 +0000
Subject: Prioritise UV Protection with these great products!
From: Chloe Jenkins <marketing@quills.co>
Reply-To: Chloe.Jenkins@quillsuk.co.uk
To: "Debbie ." <info@taprogge.co.uk>
List-Unsubscribe: <mailto:Chloe.Jenkins@quillsuk.co.uk?subject=Unsubscribe>
Precedence: bulk
X-Mailgun-Variables: {"campaign_id":721602,"recipient_code":"27DwmC8pn5"}
MIME-Version: 1.0
Date: Tue, 23 Jun 2026 08:32:27 +0000
Message-ID: <69fef20643f014c3afb4aba510cd99e8@quills.co>
DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256;
bh=3t7Ec+BwfddWJ7T8EAShXg98ZK7WGTyiBxc/f0ZsIcU=; d=quills.co; h=Subject:
From: Reply-To: To: List-Unsubscribe: Precedence: X-Mailgun-Variables:
MIME-Version: Date: Message-ID; i=@quills.co; s=icm; t=1782203547;
c=relaxed/relaxed;
b=oyE3/VLUJhddk+8GlR4qwh90coJpi11gngLv90BOLUIdJVEKptiIKyFV1l0XwsX74r+alDZ6h
c2Ud8jHNPh/C1WRiOoN9xLp7Yvbz/PUvkBMNYAxsQlnOAam8PvQVPZ9YV55fFK83VRp3IfCUx
I9pH2O0x3jwJC5alz9B6NNeJ+htQ5US+L0jawvo9degIjEOLrsDbhITHyxXWqzostek0dXaGE
pOB1K/hyOx8TH9/+Q+c+nDA9HQCK/jieqXSmSdCudR+L3h+8Jvc7pI6oF2V9z2mst5J1rrwe6
ivrQqEg5emr657V7rlVtOawToYk+/xwxeJmbOhrNlummgsUTPg==
Content-Type: multipart/alternative; boundary=o4Wu6l2w
--o4Wu6l2w
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Quills Group
=20
=20
=20
=20
=20
/* What it does: Remove spaces around the email design added by som=
e email clients. */
/* Beware: It can remove the padding / margin and add a background =
color to the compose a reply window. */
@import url('https://fonts.googleapis.com/css2?family=3DOpen+Sans:wght@400;=
600;800&display=3Dswap');
html,
body {
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family: 'Open Sans', sans-serif;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*=3D"margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table align=
ment bug. Applies table-layout to the first 2 tables then removes for anyth=
ing nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE.=
*/
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. *=
/
a[x-apple-data-detectors] {
color: inherit !important;
}
.new {
font-size: 20px;
}
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
width: 100% !important;
max-width: 600px;
}
/* What it does: Forces elements to resize to the full width of their conta=
iner. Useful for resizing images beyond their max-width. */
.fluid,
.fluid-centered {
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
margin-left: auto !important;
margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, bu=
ttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
table.center-on-narrow {
display: inline-block !important;
}
.headline {
font-size: 28px !important;
}
}
Quills Group=20
=09=09
=09=09
=09=09=09
=09=09=09
=09=09=09=09
=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09
=09=09=09
0845 078 0324 | Shop Now | sales@quillsuk.co.uk
=09=09=09=09=09=09
=09=09=09=09=09
=09=09=09=09
=09=09=09
=09=09=09
=09=09
=09
Stokoderm=C2=AE
=20
PROTECT
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
PRIORITISE UV PROTECTION=20
=20
...
Stokoderm=C2=AE Sun PROTECT
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=C2=A0=C2=A0=C2=
=A0=C2=A0GET PROTECTED TODAY
=C2=A0=C2=A0=C2=
=A0=C2=A0
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
1 in 3 cancers diagnosed is a skin cancer. This makes skin cancer one of th=
e most
common cancers.* Pe=
ople exposed to UV radiation during their working hours are
particularly at ris=
k.
More outdoor workers are affected by this than you may think, including con=
struction
workers, teachers, =
students, maintenance staff and office employees. These people are
regularly expos=
ed to UV radiation during work and should therefore be provided with
effective UV protec=
tion.
TAKE A LOOK AT THE BENIFITS OF THE SUN PROTECT RANGE:=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
UV-B 50 - high protection
UV-A protection
UV-C protection
Waterproof formulat=
ion
No greasy feeling a=
fter application
Contains glycerine
Perfume-free and dy=
e-free
Silicone free
Compatible with rub=
ber manufacturing processes
Sun Protect Dispenser 1L
=20
=20
=20
=20
=20
=C2=A0=C2=A0=C2=A0=C2=A0BUY NOW
=
=C2=A0=C2=A0=C2=A0=C2=A0
=
=20
Sun Protect PURE SPF50 1L
=20
=20
=20
=20
=20
=C2=A0=C2=A0=C2=A0=C2=A0BUY NOW
=
=C2=A0=C2=A0=C2=A0=C2=A0
=
=20
Sun Protect PURE SPF50 100ml
=20
=20
=20
=20
=20
=C2=A0=C2=A0=C2=A0=C2=A0BUY NOW
=
=C2=A0=C2=A0=C2=A0=C2=A0
=
=20
=C2=A0
=20
=20
=20
THREE THINGS YOU NEED TO KNOW:=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
#1
UV radi=
ation is also a risk on cloudy days.
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
#2
When it=
comes to sun protection cream, the rule is: a lot helps a lot. For example=
, half a teaspoon of product should be used to protect the face.
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
#3
If the =
UV index is 3 or higher, protective measures should be taken.
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=C2=A0=C2=A0=C2=
=A0=C2=A0GET PROTECTED TODAY
=C2=A0=C2=A0=C2=
=A0=C2=A0
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
* Radiation: Ultraviolet (UV) radiation and skin cancer
=C2=A0
=20
=20
=20
=C2=A0
=20
=20
=20
Connect with us
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09=09Quills Group Unit 2, Spitfire Business =
Park, 1 Hawker Road, Croydon, Surrey, CR0 4WD
=09=09=09=09=09=09=09=09=09=09=09=09Shop Now | 0845 078 0324 | sales@quills=
uk.co.uk
=09=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09
=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Email not displaying proper=
ly? View it online https://cubemarketing.net/view-email-online/DSx262=
CA/27DwmC8pn5/
=09=09=09=09=09=09=09=09=09=09=09You can update your Email Marketing Prefer=
ences at the following URL
https://cubemarketing.net/preferences/27DwmC8=
pn5/DSx262CA/show/
=09=09=09=09=09=09=09=09=09=09=09If you no longer wish to receive emails fr=
om us click on the following link to unsubscribe
https://cubemarketing.ne=
t/preferences/[[CONTACT_CODE]]/DSx262CA/
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Quills Office Supplies Ltd 4836249 =20
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09
=09=09=09=09=09=09=09=09=09=09=09Prices exclude VAT. E.&O.E. DISCLAIMER: Th=
is e-mail and attachments are confidential and are intended solely for the =
use of the individual to whom it is addressed. If you are not the intended =
recipient, be advised that you have received this Email in error and that a=
ny use, dissemination, forwarding, printing, or copying of this Email is st=
rictly prohibited. If this transmission is received in error please notify =
the sender immediately and delete this message from your E-mail system. Mes=
sages sent to and from us may be monitored. Internet communications cannot =
be guaranteed to be secure or error-free as information could be intercepte=
d, corrupted, lost, destroyed, arrive late or incomplete, or contain viruse=
s. Therefore, we do not accept responsibility for any errors or omissions t=
hat are present in this message, or any attachment, that have arisen as a r=
esult of e-mail transmission. If verification is required, please request a=
hard-copy version. Any views or opinions presented are solely those of the=
author and do not necessarily represent those of the company.
--o4Wu6l2w
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<!doctype html>
<html>
<head>
<meta charset=3D"utf-8" /><!-- utf-8 works for most cases -->
<meta content=3D"width=3Ddevice-width, initial-scale=3D1.0" name=3D"vie=
wport" /><!-- Forcing initial-scale shouldn't be necessary -->
<meta content=3D"IE=3Dedge" http-equiv=3D"X-UA-Compatible" /><!-- Use t=
he latest (edge) version of IE rendering engine -->
<title>Quills Group</title>
<!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Please use an inliner tool to convert all CSS to inline as inpage =
or external CSS is removed by email clients -->
<!-- important in CSS is used to prevent the styles of currently inline=
CSS from overriding the ones mentioned in media queries when corresponding=
screen sizes are encountered -->
<!-- CSS Reset -->
<style type=3D"text/css">.preheader { display: none !important; visibil=
ity: hidden; opacity: 0; color: transparent; height: 0; width: 0; }=20
/* What it does: Remove spaces around the email design added by som=
e email clients. */
/* Beware: It can remove the padding / margin and add a background =
color to the compose a reply window. */
@import url('https://fonts.googleapis.com/css2?family=3DOpen+Sans:w=
ght@400;600;800&display=3Dswap');
html,
body {
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family: 'Open Sans', sans-serif;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. *=
/
.ExternalClass {
width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*=3D"margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables.=
*/
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail tab=
le alignment bug. Applies table-layout to the first 2 tables then removes f=
or anything nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing image=
s in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a =
link. */
.yshortcuts a {
border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered =
links. */
a[x-apple-data-detectors] {
color: inherit !important;
}
.new {
font-size: 20px;
}
</style>
<!-- Progressive Enhancements -->
<style type=3D"text/css">
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
/* Media Queries */
@media screen and (max-width: 600px) {
.email-container {
width: 100% !important;
max-width: 600px;
}
/* What it does: Forces elements to resize to the full width of=
their container. Useful for resizing images beyond their max-width. */
.fluid,
.fluid-centered {
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
margin-left: auto !important;
margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful fo=
r images, buttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
table.center-on-narrow {
display: inline-block !important;
}
.headline {
font-size: 28px !important;
}
}
</style>
=09<style>a { color: #5B9EDE; text-decoration: none; } a:li=
nk { color: #5B9EDE; text-decoration: none; } a:hover { color: #5B9EDE; te=
xt-decoration: none; } a:visited { color: #5B9EDE; text-decoration: none; =
} a:visited:hover { color: #5B9EDE; text-decoration: none; } a:focus { co=
lor: #5B9EDE; text-decoration: none; } </style>
</head>
<body bgcolor=3D"#e0e0e0" style=3D"margin: 0;" width=3D"100%" yahoo=3D"yaho=
o"><span class=3D"preheader" style=3D"display: none !important; visibility:=
hidden; opacity: 0; color: transparent; height: 0; width: 0;">Take a look =
today!</span>
<table bgcolor=3D"#e0e0e0" border=3D"0" cellpadding=3D"0" cellspacing=
=3D"0" style=3D"border-collapse:collapse;" width=3D"100%">
<tbody>
<tr>
<td>
<center style=3D"width: 100%;">
<!-- Visually Hidden Preheader Text : BEGIN -->
<div style=3D"display:none;font-size:1px;line-heigh=
t:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;f=
ont-family: sans-serif;"></div>
<!-- Visually Hidden Preheader Text : END -->
<!-- Email Body : BEGIN -->
<table align=3D"center" bgcolor=3D"#ffffff" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"email-container" width=
=3D"600">
<!-- Header Variable : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 0px;=
padding-bottom: 10px;" valign=3D"top"><table border=3D"0" cellpadding=3D"0=
" cellspacing=3D"0" width=3D"100%">
=09<tbody>
=09=09<tr>
=09=09=09<td class=3D"stack-column-center" style=3D"text-align: left; font-=
family: 'Open Sans', sans-serif; font-size: 1px; color: #000000"><a href=3D=
"https://cubemarketing.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/kjM=
kp99rJK/" style=3D"color: #ffffff; text-decoration: none;"><span>Quills Gro=
up </span></a></td>
=09=09</tr>
=09=09<tr>
=09=09=09<td align=3D"center" style=3D"padding: 0px;" valign=3D"top"><!-- P=
ersonalised Header: BEGIN -->
=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=
=3D"0" width=3D"100%">
=09=09=09=09<tbody>
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td class=3D"stack-column-center">
=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" ce=
llspacing=3D"0" width=3D"100%">
=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top: 20px;=
padding-bottom: 10px; padding-left: 20px; padding-right: 20px;" valign=3D"=
top"><a href=3D"https://cubemarketing.net/link-tracker/track-click/DSx262CA=
/27DwmC8pn5/bgwxFCJB2w/"><img align=3D"middle" alt=3D"Quills Group" border=
=3D"0" src=3D"https://cubemarketing.net/variable-image/1105-9309.png" style=
=3D"width: 100%; max-width: 250px; height: auto;" width=3D"250" /></a></td>
=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09</table>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09</tbody>
=09=09=09</table>
=09=09=09<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%">
=09=09=09=09<tbody>
=09=09=09=09=09<tr>
=09=09=09=09=09</tr>
=09=09=09=09=09<tr>
=09=09=09=09=09=09<td align=3D"center" class=3D"stack-column-center" style=
=3D"padding-bottom: 10px">
=09=09=09=09=09=09<p><span style=3D"font-family: sans-serif; font-size: 14p=
x; color: #555555"><a href=3D"https://cubemarketing.net/link-tracker/track-=
click/DSx262CA/27DwmC8pn5/mWd9Kpf6qt/" style=3D"color: #555555; text-decora=
tion: none"><strong>0845 078 0324</strong></a> | <strong><a href=3D"https:/=
/cubemarketing.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/bgwxFCJB2w/=
" style=3D"color: #8B99E0; text-decoration: none">Shop Now</a></strong> | <=
a href=3D"mailto:sales@quillsuk.co.uk" style=3D"color: #555555; text-decora=
tion: none"><strong>sales@quillsuk.co.uk</strong></a></span></p>
=09=09=09=09=09=09</td>
=09=09=09=09=09</tr>
=09=09=09=09</tbody>
=09=09=09</table>
=09=09=09<!-- Personalised Header: END --></td>
=09=09</tr>
=09</tbody>
</table>
</td>
</tr>
<!-- Header Variable : END -->
<!-- Two Even Columns : BEGIN -->
<!--- Replace image links with images exactly 2=
70px wide --->
<!-- Spacer : BEGIN -->
<tr style=3D"background-color: #f09e00; height:=
2px;">
<td>
</td>
</tr>
<!-- Spacer : END -->
<tr>
<td align=3D"center" style=3D"padding: 10px=
;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
<th class=3D"stack-column-c=
enter">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"><a href=3D"https://cubemarketing.net=
/link-tracker/track-click/DSx262CA/27DwmC8pn5/znRrdxgPZ4/"><img align=3D"mi=
ddle" alt=3D"alt_text" border=3D"0" src=3D"https://admin.icm-marketingporta=
l.co.uk/fck/8281/image/-campaigns/scjohnson/sc-logo.png" style=3D"width: 10=
0%; max-width: 150px; height: auto;" width=3D"150" /></a></td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"text-align: left; padding-bottom: 0px; font-family: 'Arial', sans-serif=
; mso-height-rule: exactly; color: #000000; line-height: 1.2; font-weight; =
bold;">
<span c=
lass=3D"headline" style=3D"font-size: 24px; color: #1b3f7f;">Stokoderm<span=
style=3D"vertical-align: top; font-size: 12px;">=C2=AE</span></span>
<br>
<span s=
tyle=3D"font-size:19px; ">PROTECT</span>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Two Even Columns : END -->
<!-- Headline Message : BEGIN -->
<tr>
<td bgcolor=3D"#1b3f7f" style=3D"text-align=
: center; padding: 30px; padding-bottom: 10px; font-family: 'Arial', sans-s=
erif; mso-height-rule: exactly; color: #ffffff; line-height: 1.6;">
<span class=3D"headline" style=3D"font-=
size: 26px"><strong>PRIORITISE UV PROTECTION </strong></span>
<br>
<span style=3D"font-size: 20px;">...
Stokoderm<span style=3D"vertical-al=
ign: top; font-size: 12px;">=C2=AE</span> Sun PROTECT</span>
</td>
</tr>
<!-- Headline Message : END -->
<!-- Hero Image : BEGIN -->
<!--- The image should be replaced with a full =
path to an image, starting with HTTPS --->
<!--- The image should be exactly 600px wide an=
d can be any height--->
<tr>
<td class=3D"full-width-image"><a href=3D"h=
ttps://cubemarketing.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/znRrd=
xgPZ4/"><img align=3D"middle" alt=3D"alt_text" border=3D"0" src=3D"https://=
admin.icm-marketingportal.co.uk/fck/8281/image/-campaigns/scjohnson/sc-head=
er.png" style=3D"width: 100%; max-width: 600px; height: auto;" width=3D"600=
" /></a></td>
</tr>
<tr>
<td bgcolor=3D"#1b3f7f" style=3D"text-align=
:center; padding-bottom: 20px; padding-top: 20px;">
<!-- Button : Begin -->
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" class=3D"center-on-narrow" style=3D"float:center;">
<tbody>
<tr>
<td class=3D"button-td" sty=
le=3D"border-radius: 25px; background: #ffffff; text-align: center;">
<a class=3D"button-a" h=
ref=3D"https://cubemarketing.net/link-tracker/track-click/DSx262CA/27DwmC8p=
n5/znRrdxgPZ4/" style=3D"background: #ffffff; border: 15px solid #ffffff; p=
adding: 0 10px;color: #1b3f7f; font-family: 'Arial', sans-serif; font-size:=
13px; line-height: 1.1; text-align: center; text-decoration: none; display=
: block; border-radius: 25px; font-weight: 600;">
<!--[if mso]>=C2=
=A0=C2=A0=C2=A0=C2=A0<![endif]-->GET PROTECTED TODAY
<!--[if mso]>=C2=
=A0=C2=A0=C2=A0=C2=A0<![endif]-->
</a>
</td>
</tr>
</tbody>
</table>
<!-- Button : END -->
</td>
</tr>
<!-- Hero Image : END -->
<!-- Plain Text Column : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 20px=
;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
</tr>
<tr>
<td class=3D"stack-column-c=
enter" style=3D"text-align: center; font-family: 'Arial', sans-serif; font-=
size: 16px; color: #000000">
<span>
1 in 3 cancers diag=
nosed is a skin cancer. This makes skin cancer one of the most
common cancers.* <b=
style=3D"color: #f09e00;">People exposed to UV radiation</b> during their =
working hours are
<b style=3D"color: =
#f09e00;">particularly at risk</b>.<br><br>
More <b style=3D"co=
lor: #f09e00;">outdoor workers</b> are affected by this than you may think,=
including construction
workers, teachers, =
students, maintenance staff and office employees. <b style=3D"color: #f09e0=
0;">These people are
regularly expos=
ed to UV radiation</b> during work and should therefore be provided with
<b style=3D"color: =
#f09e00;">effective UV protection.</b>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor=3D"#f09e00" style=3D"text-align=
: center; padding: 30px; padding-bottom: 10px; font-family: 'Arial', sans-s=
erif; mso-height-rule: exactly; color: #ffffff;">
<span class=3D"headline" style=3D"font-=
size: 16px"><strong>TAKE A LOOK AT THE BENIFITS OF THE SUN PROTECT RANGE: <=
/strong></span>
</td>
</tr>
<!-- Plain Text Column : BEGIN -->
<tr>
<td bgcolor=3D"#f09e00" align=3D"center" st=
yle=3D"padding: 20px;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
</tr>
<tr>
<td class=3D"stack-column-c=
enter" style=3D"text-align: center; font-family: 'Arial', sans-serif; font-=
size: 16px; color: #ffffff; line-height: 1.4; font-weight: 600;">
<span>
UV-B 50 - high prot=
ection<br>
UV-A protection<br>
UV-C protection<br>
Waterproof formulat=
ion<br>
No greasy feeling a=
fter application<br>
Contains glycerine<=
br>
Perfume-free and dy=
e-free<br>
Silicone free<br>
Compatible with rub=
ber manufacturing processes
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Plain Text Column : END -->
<tr>
<td align=3D"center" style=3D"padding-top: =
10px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px;" valign=
=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"><a href=3D"https://cubemarketing.net=
/link-tracker/track-click/DSx262CA/27DwmC8pn5/DttqnKHG6B/"><img alt=3D"alt_=
text" border=3D"0" class=3D"fluid" height=3D"170" src=3D"https://admin.icm-=
marketingportal.co.uk/fck/8281/image/-campaigns/scjohnson/sc-1.png" width=
=3D"170" /></a></td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Arial', sans-serif; font-size:=
15px; mso-height-rule: exactly; color: #000000; padding: 0 10px 10px; text=
-align: center;"><span>
Sun=
Protect <br>Dispenser 1L</span>
</td>
</tr>
<tr>
<td style=
=3D"text-align:center;">
<!-- Bu=
tton : Begin -->
<table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
style=3D"float:center;">
<tb=
ody>
=
<tr>
=
<td class=3D"button-td" style=3D"border-radius: 25px; background: #f09=
e00; text-align: center;"><a class=3D"button-a" href=3D"https://cubemarketi=
ng.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/DttqnKHG6B/" style=3D"b=
ackground: #f09e00; border: 15px solid #f09e00; padding: 0 10px;color: #fff=
fff; font-family: 'Arial', sans-serif; font-size: 13px; line-height: 1.1; t=
ext-align: center; text-decoration: none; display: block; border-radius: 25=
px; font-weight: bold;">
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY NOW
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
=
</a></td>
=
</tr>
</t=
body>
</table=
>
<!-- Bu=
tton : END -->
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"><a href=3D"https://cubemarketing.net=
/link-tracker/track-click/DSx262CA/27DwmC8pn5/qaRB2QRR5f/"><img alt=3D"alt_=
text" border=3D"0" class=3D"fluid" height=3D"170" src=3D"https://admin.icm-=
marketingportal.co.uk/fck/8281/image/-campaigns/scjohnson/sc-2.png" width=
=3D"170" /></a></td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Arial', sans-serif; font-size:=
15px; mso-height-rule: exactly; color: #000000; padding: 0 10px 10px; text=
-align: center;"><span> Sun Protect PURE SPF50 1L</span>
</td>
</tr>
<tr>
<td style=
=3D"text-align:center;">
<!-- Bu=
tton : Begin -->
<table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
style=3D"float:center;">
<tb=
ody>
=
<tr>
=
<td class=3D"button-td" style=3D"border-radius: 25px; background: #f09=
e00; text-align: center;"><a class=3D"button-a" href=3D"https://cubemarketi=
ng.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/qaRB2QRR5f/" style=3D"b=
ackground: #f09e00; border: 15px solid #f09e00; padding: 0 10px;color: #fff=
fff; font-family: 'Arial', sans-serif; font-size: 13px; line-height: 1.1; t=
ext-align: center; text-decoration: none; display: block; border-radius: 25=
px; font-weight: bold;">
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY NOW
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
=
</a></td>
=
</tr>
</t=
body>
</table=
>
<!-- Bu=
tton : END -->
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td style=
=3D"padding: 10px; text-align: center"><a href=3D"https://cubemarketing.net=
/link-tracker/track-click/DSx262CA/27DwmC8pn5/AcmT9ZCSeb/"><img alt=3D"alt_=
text" border=3D"0" class=3D"fluid" height=3D"170" src=3D"https://admin.icm-=
marketingportal.co.uk/fck/8281/image/-campaigns/scjohnson/sc-3.png" width=
=3D"170" /></a></td>
</tr>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Arial', sans-serif; font-size:=
15px; mso-height-rule: exactly; color: #000000; padding: 0 10px 10px; text=
-align: center;"><span> Sun Protect PURE SPF50 100ml</span>
</td>
</tr>
<tr>
<td style=
=3D"text-align:center;">
<!-- Bu=
tton : Begin -->
<table =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0" class=3D"center-on-narrow"=
style=3D"float:center;">
<tb=
ody>
=
<tr>
=
<td class=3D"button-td" style=3D"border-radius: 25px; background: #f09=
e00; text-align: center;"><a class=3D"button-a" href=3D"https://cubemarketi=
ng.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/AcmT9ZCSeb/" style=3D"b=
ackground: #f09e00; border: 15px solid #f09e00; padding: 0 10px;color: #fff=
fff; font-family: 'Arial', sans-serif; font-size: 13px; line-height: 1.1; t=
ext-align: center; text-decoration: none; display: block; border-radius: 25=
px; font-weight: bold;">
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->BUY NOW
=
<!--[if mso]>=C2=A0=C2=A0=C2=A0=C2=A0<![endif]-->
=
</a></td>
=
</tr>
</t=
body>
</table=
>
<!-- Bu=
tton : END -->
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Spacer : BEGIN -->
<tr>
<td>
=C2=A0
</td>
</tr>
<!-- Spacer : END -->
<!-- Three Even Columns With Buttons : END -->
<tr>
<td bgcolor=3D"#1b3f7f" style=3D"text-align=
: center; padding: 30px; padding-bottom: 10px; font-family: 'Arial', sans-s=
erif; mso-height-rule: exactly; color: #ffffff;">
<span class=3D"headline" style=3D"font-=
size: 20px"><strong>THREE THINGS YOU NEED TO KNOW: </strong></span>
</td>
</tr>
<!-- Three Even Columns : BEGIN -->
<tr>
<td bgcolor=3D"#1b3f7f" align=3D"center" st=
yle=3D"padding-top: 10px; padding-bottom: 0px; padding-left: 10px; padding-=
right: 10px;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Arial', sans-serif; font-size:=
15px; mso-height-rule: exactly; color: #ffffff; padding: 0 10px 10px; text=
-align: center;">
<span s=
tyle=3D"font-size: 26px">#1</span><br>
<span s=
tyle=3D"font-size: 14px; font-weight: 400;">UV radiation is also a risk on =
cloudy days.<br><br><br><br><br></span>
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Arial', sans-serif; font-size:=
15px; mso-height-rule: exactly; color: #ffffff; padding: 0 10px 10px; text=
-align: center;">
<span s=
tyle=3D"font-size: 26px">#2</span><br>
<span s=
tyle=3D"font-size: 14px; font-weight: 400;">When it comes to sun protection=
cream, the rule is: a lot helps a lot. For example, half a teaspoon of pro=
duct should be used to protect the face.</span>
</td>
</tr>
</tbody>
</table>
</th>
<th class=3D"stack-column-c=
enter" width=3D"33.33%">
<table border=3D"0" cel=
lpadding=3D"0" cellspacing=3D"0">
<tbody>
<tr>
<td class=
=3D"center-on-narrow" style=3D"font-family: 'Arial', sans-serif; font-size:=
15px; mso-height-rule: exactly; color: #ffffff; padding: 0 10px 10px; text=
-align: center;">
<span s=
tyle=3D"font-size: 26px">#3</span><br>
<span s=
tyle=3D"font-size: 14px; font-weight: 400;">If the UV index is 3 or higher,=
protective measures should be taken.<br><br><br><br></span>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Three Even Columns : END -->
<!-- Single Column With Button : BEGIN -->
<tr>
<td bgcolor=3D"#1b3f7f" style=3D"text-align=
:center; padding-bottom: 30px; padding-top: 20px;">
<!-- Button : Begin -->
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" class=3D"center-on-narrow" style=3D"float:center;">
<tbody>
<tr>
<td class=3D"button-td" sty=
le=3D"border-radius: 25px; background: #ffffff; text-align: center;">
<a class=3D"button-a" h=
ref=3D"https://cubemarketing.net/link-tracker/track-click/DSx262CA/27DwmC8p=
n5/znRrdxgPZ4/" style=3D"background: #ffffff; border: 15px solid #ffffff; p=
adding: 0 10px;color: #1b3f7f; font-family: 'Arial', sans-serif; font-size:=
13px; line-height: 1.1; text-align: center; text-decoration: none; display=
: block; border-radius: 25px; font-weight: 600;">
<!--[if mso]>=C2=
=A0=C2=A0=C2=A0=C2=A0<![endif]-->GET PROTECTED TODAY
<!--[if mso]>=C2=
=A0=C2=A0=C2=A0=C2=A0<![endif]-->
</a>
</td>
</tr>
</tbody>
</table>
<!-- Button : END -->
</td>
</tr>
<!-- Single Column With Button : END -->
<!-- Plain Text Column : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 20px=
;" valign=3D"top">
<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0" width=3D"100%">
<tbody>
<tr>
</tr>
<tr>
<td class=3D"stack-column-c=
enter" style=3D"text-align: left; font-family: 'Open Sans', sans-serif; fon=
t-size: 10px; color: #000000">
<span>
* <a href=3D"https:=
//cubemarketing.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/YcrkFfryQ2=
/" style=3D"color: #000000;">Radiation: Ultraviolet (UV) radiation and skin=
cancer</a>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Plain Text Column : END -->
<tr>
<td>
=C2=A0
</td>
</tr>
<!-- Spacer : END -->
<!-- Hero Image : BEGIN -->
<!--- The image should be replaced with a full =
path to an image, starting with HTTPS --->
<!--- The image should be exactly 600px wide an=
d can be any height--->
<!-- Hero Image : END -->
<!-- Spacer : BEGIN -->
<tr>
<td>
=C2=A0
</td>
</tr>
=20
<!-- Footer Variable : BEGIN -->
<tr>
<td align=3D"center" style=3D"padding: 0px;=
" valign=3D"top"><!-- Footer Variable START -->
<table bgcolor=3D"#ffffff" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"=
id=3D"starthere" style=3D"border-collapse:collapse;" width=3D"100%">
=09<tbody>
=09=09<tr>
=09=09=09<td style=3D"padding:20px 0;">
=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspac=
ing=3D"0" class=3D"email-container" width=3D"600">
=09=09=09=09=09<tbody>
=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09<td style=3D"padding:0 20px">
=09=09=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D=
"0" cellspacing=3D"0" class=3D"email-container" width=3D"560">
=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<p style=3D"margin-top: 0; margin-botto=
m: 5px">Connect with us</p>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<table border=3D"0" cellpadding=3D"0" c=
ellspacing=3D"0">
=09=09=09=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09=09=09=09<td class=3D"button-td" style=3D"=
background-color:#8B99E0"><a href=3D"https://cubemarketing.net/link-tracker=
/track-click/DSx262CA/27DwmC8pn5/ZmB8Wqgyaa/"><img src=3D"https://cubemarke=
ting.net/fck/16/image/000-footer-icons/brand/icon-soc-linkedin.png" alt=3D"=
Visit our Linkedin page" style=3D"display: block; height: 32px; width: 32px=
" height=3D"32" width=3D"32"></a></td>
=09=09=09=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"font-family:=
sans-serif; font-size: 14px; color: #555555">
=09=09=09=09=09=09=09=09=09=09=09=09<p><span style=3D"font-family: sans-ser=
if; font-size: 14px; color: #8B99E0; font-weight: 600">Quills Group</span> =
<br />Unit 2, Spitfire Business Park, 1 Hawker Road, Croydon, Surrey, CR0 4=
WD<br />
=09=09=09=09=09=09=09=09=09=09=09=09<a style=3D"text-decoration: none;font-=
family: sans-serif; font-size: 14px; color: #8B99E0" href=3D"https://cubema=
rketing.net/link-tracker/track-click/DSx262CA/27DwmC8pn5/bgwxFCJB2w/">Shop =
Now</a> | <a style=3D"text-decoration: none;font-family: sans-serif; font-s=
ize: 14px; color: #8B99E0" href=3D"https://cubemarketing.net/link-tracker/t=
rack-click/DSx262CA/27DwmC8pn5/mWd9Kpf6qt/">0845 078 0324</a> | <a style=3D=
"text-decoration: none;font-family: sans-serif; font-size: 14px; color: #8B=
99E0" href=3D"mailto:sales@quillsuk.co.uk">sales@quillsuk.co.uk</a></p>
=09=09=09=09=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09</tr>
=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09<td style=3D"padding:0 20px">
=09=09=09=09=09=09=09=09<table align=3D"center" border=3D"0" cellpadding=3D=
"0" cellspacing=3D"0" class=3D"email-container" width=3D"560">
=09=09=09=09=09=09=09=09=09<tbody>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding-top:=
10px; font-family: sans-serif; font-size: 10px; color: #555555">Email =
;not displaying properly? <a href=3D"https://cubemarketing.n=
et/view-email-online/DSx262CA/27DwmC8pn5/">View it online</a>
<=
br />
=09=09=09=09=09=09=09=09=09=09=09=09=09=09You can update your Email Marketi=
ng <a href=3D"https://cubemarketing.net/preferences/27DwmC8pn5/DSx262CA/sho=
w/">Preferences here</a>
<br />
=09=09=09=09=09=09=09=09=09=09=09=09=09=09If you no longer wish to receive =
emails from us you can <a href=3D"https://cubemarketing.net/preference=
s/27DwmC8pn5/DSx262CA/">unsubscribe here</a>
</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding:10px=
0; font-family: sans-serif; font-size: 10px; color: #555555"><b>Quills Off=
ice Supplies Ltd</b> 4836249 <br> </td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09=09<tr>
=09=09=09=09=09=09=09=09=09=09=09<td align=3D"center" style=3D"padding:0 10=
px; font-family: sans-serif; font-size: 10px; color: #555555">Prices exclud=
e VAT. E.&O.E. <br /><br />DISCLAIMER: This e-mail and attachments are conf=
idential and are intended solely for the use of the individual to whom it i=
s addressed. If you are not the intended recipient, be advised that you hav=
e received this Email in error and that any use, dissemination, forwarding,=
printing, or copying of this Email is strictly prohibited. If this transmi=
ssion is received in error please notify the sender immediately and delete =
this message from your E-mail system. Messages sent to and from us may be m=
onitored. Internet communications cannot be guaranteed to be secure or erro=
r-free as information could be intercepted, corrupted, lost, destroyed, arr=
ive late or incomplete, or contain viruses. Therefore, we do not accept res=
ponsibility for any errors or omissions that are present in this message, o=
r any attachment, that have arisen as a result of e-mail transmission. If v=
erification is required, please request a hard-copy version. Any views or o=
pinions presented are solely those of the author and do not necessarily rep=
resent those of the company.</td>
=09=09=09=09=09=09=09=09=09=09</tr>
=09=09=09=09=09=09=09=09=09</tbody>
=09=09=09=09=09=09=09=09</table>
=09=09=09=09=09=09=09</td>
=09=09=09=09=09=09</tr>
=09=09=09=09=09</tbody>
=09=09=09=09</table>
=09=09=09</td>
=09=09</tr>
=09</tbody>
</table>
<!-- Footer Variable END --></td>
</tr>
<!-- Footer Variable : END -->
</table>
<!-- Email Body : END -->
</center>
</td>
</tr>
</tbody>
</table>
<img src=3D"https://cubemarketing.net/trackopen/DSx262CA/27DwmC8pn5.g=
if" width=3D"1" height=3D"1" border=3D"0" style=3D"width:1px !important; he=
ight:1px !important; border-width:0 !important; margin:0 !important; paddin=
g:0 !important;" alt=3D''/>
</body>
</html>
<!-- Email Campaign ID: 721602 -->
--o4Wu6l2w--