BLOCKQUOTE.pullQuote {
	float: right;
	width: 180px;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #3c3c3c;
	font-family: Arial, Helvetica, Tahoma, Trebuchet MS, sans serif;
	padding: 5px 5px 5px 15px;
	background-image: url(pull-quote-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 2px;
}

BLOCKQUOTE.pullQuote EM {
	font-style: normal;
}

