.Heading1, H1 {
	font-size: 3em;
	font-family:Arial, Helvetica, sans-serif;
	color: #1d0096;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:10px;
}


.Heading2, H2 {
	font-size: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color: #ec008c;
	font-weight:normal;
	margin-left:0px;
}

.Heading3, H3 {
	font-size: 1.05em;
	font-family:Arial, Helvetica, sans-serif;
	color: #ec008c;
	font-weight:bold;
}

.Heading4, H4 { 
  font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color: #1d0096;
	font-weight:bold;
}

.Normal {
	margin-bottom: 1em;
	color: #000000;
}


/* Blockquote styling - added by Sam Smithson
*****************************************************************************************/
blockquote {
  font-size:1.6em; clear:both;color:#2b109c; line-height:1.2em; padding-top:15px; width:260px;
  background: transparent url(../../../../images/2010/global/blockquote-start.gif) 0px 11px no-repeat;
}
blockquote div {
  padding: 0 14px;
  background: transparent url(../../../../images/2010/global/blockquote-end.gif) 100% 100% no-repeat;
}

.blockquote-caption { margin-left:14px;}
/*****************************************************************************************/
