/*
	 Using sIFR
	 by Chris Coyier
	 http://css-tricks.com
*/

/* *					{ margin: 0; padding: 0; } */
body				{ font-family: Helvetica, sans-serif; }
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }

#page-wrap			{ width: 500px; margin: 50px auto; }

p					{ font-size: 14px; font-style: normal; color: #33333; margin: 0 0 0 0; }

h1					{ font-size: 20px;
					  font-family: Helvetica, sans-serif; color: #00474d; font-weight: normal; }
h1 strong			{ color: #00474d; }

h2					{ font-size: 20px;
					  font-family: Helvetica, sans-serif; color: #d11a6f; font-weight: normal; }
h2 strong			{ color: #d11a6f; }

h3					{ font-size: 20px;
					  font-family: Helvetica, sans-serif; color: #571c1f; font-weight: normal; }
h3 strong			{ color: #571c1f; }

h4					{ font-size: 20px;
					  font-family: Helvetica, sans-serif; color: #8c8468; font-weight: normal; }
h4 strong			{ color: #8c8468; }


h6 					{font-size: 16px;
					 font-family: Helvetica, sans-serif; color: #d11a6f; font-style: normal; font-weight: bold; }
.advert_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

.advert_pamper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #D3246D;
}
.advert_body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}

.wellbeing_signoff_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00484E;
}
.wellbeing_signoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00484E;
}

.pamper_signoff_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #D3246D;
}
.pamper_signoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D3246D;
}

.events_signoff_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #571B1E;
}
.events_signoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #571B1E;
}

.contact_signoff_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #D3246D;
}
.contact_signoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D3246D;
}
