/* "Clean" pull-quote style */

/*	NOTE: Right-side quotes will get the .pullquote class AND the .pqRight class.
	Sample Pull-Quote HTML:

<blockquote class="pullquote">
	<p>Zowie!</p>
</blockquote>
*/
/* NOTE: Styles are also applied from resources/jspullquotes-core.css */


blockquote.pullquote p, div.pullquote p {
	font-size: 14px; border: 2px solid #666;
	border-width: 3px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	padding: 12px !important;
	margin-bottom:0px !important;
	background-color:#F7F7F7;
}
