#emailer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}	
h1, h2, h3, h4, ul, li, form, select, input {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
hr { 
	display: none; 
}
.none {
	display: none;
}
.clear {
	clear: both;
}
.floatleft { 
	float: left;
}
.floatright { 
	float: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignmiddle {
	vertical-align: middle;
}
.alignright {
	text-align: right;
}
.lineheight14 {
	line-height: 14px;
}
.lineheight19 {
	line-height: 19px;
}
.reducepadding {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
br.clear { 
	clear: both;
	height: 0;
}
img {
	border-style: none;
}
/* Begin Font Styles =============================================== */
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.small {
	font-size: 10px;
}
.normal {
	font-size: 11px;
}
.large {
	font-size: 12px;
}
.title13 {
	font-size: 13px;
}
.title14 {
	font-size: 14px;
}
.title10 {
	font-size: 10px;
}
.title16 {
	font-size: 16px;
}
.title18 {
	font-size: 18px;
}
.title20 {
	font-size: 20px;
}
.title22 {
	font-size: 22px;
}
.title24 {
	font-size: 24px;
}
.title26 {
	font-size: 26px;
}
.title28 {
	font-size: 28px;
}
.title30 {
	font-size: 30px;
}
.title32 {
	font-size: 32px;
}
.title34 {
	font-size: 34px;
}

.underlinefont {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.normalweight {
	font-weight: normal !important;
}
.italic {
	font-style: italic;
}
.strike {
	text-decoration: line-through;
}
.fontyellow {
	color: #F3F0C4;
}
.fontpurple {
	color: #A20C37;
}
.fontpink {
	color: #C51068;
}
.fontblue {
	color: #004888;
}
.fontwhite {
	color: #FFFFFF;	
}
.fontgrey {
	color: #BBBBBB;	
}
.fontgreydark{
	color: #7C7E81;
}
.fontblack {
	color: #000000;	
}
.fontred {
	color: #FF0000;
}
.border {
	border: 1px solid #505050;
}
.borderpurple {
	border: 1px solid #960B33;
}
.bordergrey {
	border: 1px solid #BBBBBB;
}
.borderblack {
	border: 1px solid #000000;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
}
.bordertop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #136DB4;
}
.borderleft {
	border-left: 1px solid #BF6070;
}
.borderright {
	border-right: 1px solid #C9C9CB;
}
.borderrightdashed {
	border-right: 1px dashed #C9C9CB;
}
.borderbottomdashed {
	border-bottom: 1px dashed #A20C37;
}
.borderbottomdashedgrey {
	border-bottom: 1px dashed #8D8D8D;
}
.borderbottomsolid {
	border-bottom: 1px solid #895378;
}
.backgroundgreylight {
	background-color: #EDEDED;
}
.backgroundgrey {
	background-color: #D2D2D2;
}
.backgroundbluelight {
	background-color: #E5F0FF;
}
.backgroundbluelightcalender {
	background-color: #E7ECF2;
}
.backgroundbluedark {
	background-color: #16488A;
}
.backgroundblack {
	background-color: #000000;
}
.backgroundred {
	background-color: #990000;
	color: #FFFFFF;
}
.backgroundpurplelight {
	background-color: #F6E6EB;
}
.backgroundwhite {
	background-color: #FFFFFF;
}
.backgroundcream {
	background-color: #F9F5E6;
}
.backgroundppe {
	background-color: #999999;
}
.backgroundworkplace {
	background-color: #13BDB7;
}
.backgroundfire {
	background-color: #CC0000;
}
.backgroundfirstaid {
	background-color: #009F00;
}
.backgroundmarine {
	background-color: #006699;
}
.backgroundsigns {
	background-color: #FFE220;
}
.backgroundworkwear {
	background-color: #FF6C00;
}
.backgroundfootwear {
	background-color: #9B04CD;
}
/* End Font Styles =============================================== */
/* Begin Padding/Margin Styles =================================== */
.padding3px {
	padding: 3px;
}
.padding5px {
	padding: 5px;
}
.padding10px {
	padding: 10px;
}
.paddingtop2px {
	padding-top: 2px;
}
.paddingtop5px {
	padding-top: 5px;
}
.paddingtop10px {
	padding-top: 10px;
}
.paddingtop15px {
	padding-top: 15px;
}
.paddingbottom2px {
	padding-bottom: 2px;
}
.paddingbottom5px {
	padding-bottom: 5px;
}
.paddingbottom10px {
	padding-bottom: 10px;
}
.paddingbottom15px {
	padding-bottom: 15px;
}
.paddingright2px {
	padding-right: 2px;
}
.paddingright5px {
	padding-right: 5px;
}
.paddingright6px {
	padding-right: 6px;
}
.paddingright10px {
	padding-right: 10px;
}
.paddingright15px {
	padding-right: 15px;
}
.paddingright20px {
	padding-right: 20px;
}
.paddingleft2px {
	padding-left: 2px;
}
.paddingleft5px {
	padding-left: 5px;
}
.paddingleft10px {
	padding-left: 10px;
}
.paddingleft15px {
	padding-left: 15px;
}
.paddingleft20px {
	padding-left: 20px;
}
.paddingtopbottom2px {
	padding: 2px 0;
}
.margin5px {
	margin: 5px;
}
.margin10px {
	margin: 10px;
}
.margin20px {
	margin: 20px;
}
.margintop5px {
	margin-top: 5px;
}
.margintop10px {
	margin-top: 10px;
}
.margintop15px {
	margin-top: 15px;
}
.marginbottom5px {
	margin-bottom: 5px;
}
.marginbottom10px {
	margin-bottom: 10px;
}
.marginbottom15px {
	margin-bottom: 15px;
}
.marginright1px {
	margin-right: 1px;
}
.marginright2px {
	margin-right: 2px;
}
.marginright5px {
	margin-right: 5px;
}
.marginright10px {
	margin-right: 10px;
}
.marginright15px {
	margin-right: 15px;
}
.marginleft5px {
	margin-left: 5px;
}
.marginleft10px {
	margin-left: 10px;
}
.marginleft15px {
	margin-left: 15px;
}
/* End Padding/Margin Styles =================================== */
/* Begin Bullet Styles =================================== */
.bullet1 {

}
.bullet1 ul {
	list-style-type: none;
	display: block;
}
.bullet1 li {
	display: block;
	list-style-type: none;
	background-image: url(/images/bullet-up.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	padding-left: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.bullet1 li.on {
	background-color:#F2F2F2;
}
.bullet2 {

}
.bullet2 ul {
	display: block;
}
.bullet2 li {
	display: block;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	list-style-position: inside;
}
.bullet2 li.on {
	background-color:#F2F2F2;
}
.bulletdown {

}
.bulletdown ul {
	list-style-type: none;
	display: block;
}
.bulletdown li {
	behavior: url(iepngfix.htc);
	background-image: url(/images/topbar-bullet-down.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	display: block;
	list-style-type: none;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bulletdown li.on {
	background-color:#F2F2F2;
}
.bulletdown {
	behavior: url(iepngfix.htc);
	background-image: url(/images/topbar-bullet-down.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 0px;
	float: left;
	height: 9px;
	width: 8px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* End Bullet Styles =================================== */
/* Begin Link Styles =============================================== */
a:link {
	text-decoration: none;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
}
a.grey:link, a.grey:visited, a.grey:active {
	color: #EBEBEB;
}
a.grey:hover {
	color: #EBEBEB;
}
a.darkgrey:link, a.darkgrey:visited, a.darkgrey:active {
	color: #505050;
}
a.darkgrey:hover {
	color: #505050;
}
a.black:link, a.black:visited, a.black:active {
	color: #000000;
}
a.black:hover {
	color: #000000;
}
a.yellow:link, a.yellow:visited, a.yellow:active {
	color: #F3F0C4;
}
a.yellow:hover {
	color: #F3F0C4;
}
a.red:link, a.red:visited, a.red:active {
	color: #FF0000;
}
a.red:hover {
	color: #FF0000;
}
a.underline:link, a.underline:visited, a.underline:active {
	text-decoration: none;
}
a.underline:hover, a {
	text-decoration: underline;
}
a.underlineoff:link, a.underlineoff:visited, a.underlineoff:active {
	text-decoration: underline;
}
a.underlineoff:hover, a {
	text-decoration: none;
}
a.underlinealways:link, a.underlinealways:visited, a.underlinealways:active {
	text-decoration: underline;
}
a.underlinealways:hover, a {
	text-decoration: underline;
}
a.nounderline:link, a.nounderline:visited, a.nounderline:active {
	text-decoration: none;
}
a.nounderline:hover, a {
	text-decoration: none;
}
/* End Link Styles =============================================== */
