Email Layout Guidelines  (pdf)

When designing your own template, please keep the following specifications in mind:

Email Formatting

Email Content

Trouble Shooting email problems

Email rendering issues and fixes for Outlook Web App (OWA)

 <style type="text/css">/* FIX FOR OWA */         
.bdyItmPrt IMG {display:block; !important}
.bdyItmPrt table IMG {display:block; !important}
.bdyItmPrt {  font-size: 0; word-wrap: break-word; }</style>

Text resizing issues on mobile (iOS) devices

<style type="text/css">
	body {
    	-webkit-text-size-adjust: 100%;
    	-ms-text-size-adjust:none;
	}
</style>