.small {
		font-size: 11px !important;
		line-height: 1.1em !important;
		color: #555;
	}
	
blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.27em;
	text-indent: -0.5em;
	}

.small a { color: inherit; }
sup { font-size: 0.7em; vertical-align: super; }

.entry div { padding-top: 1em; clear: both; overflow: hidden; }
	

/*	Main Title
	Title of the newsletter; equivalent to h1.
	*/
	.mainTitle {
		font-size:36px;
		font-weight:normal;
		color: black;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height:100%;
		margin-top: 0;
		margin-bottom: 0.25em;
	}
			
/*	Section Title
	section header. Equivalent to h2
	*/
	.title{
		font-size:24px !important;
		font-weight:normal;
		color: black;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height:110% !important;
	}
	
/*	Section Title (small)
	Alternative, dimimutive section header. Equivalent to h3
	*/	
	.smallTitle {
		font-size:21px;
		font-weight:normal;
		color: black;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height:110%;
	}
	
/*	Section subtitle. Equivalent to h4
	*/
	.subTitle{
		font-size:18px;
		font-weight:normal;
		color: black;
		font-style:normal;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.subTitle em { color: #ee3424; font-style: normal; }
			
/*	Default Text – Body Text
	*/
	.defaultText, .defaultText p{
		font-size:14px;
		color:#222222;
		line-height: 1.6em;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		background-color:#ffffff;
		padding: 1.6em 0;
		border:0px none #ffffff;
	}

/*	Default styles for complex layouts using tables (yes, this is HTML email)
	*/
	.defaultTable, .defaultTable p {
		font-size:14px;
		color:#222222;
		line-height:1.6em;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	hr {
		display: block;
		height: 0; 
		border: 0px solid #cccccc; 
		border-top-width: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
		clear: both;
	}
	
	div.entry, div.entry p {
		font-size:14px;
		color:#222222;
		line-height: 1.6em;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	a.em {
		font-weight: bold;
	}