/* "TravOysCust" pull-quote style by Stephen Rider */

/*	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, div.pullquote {
	/background: url(startq.gif) top left no-repeat;
	background: url(startquote.png) top left no-repeat;
	/width: 12em;
	width: 24em;
	text-align: center;
	/text-align: justify;
	/font-size: 1.1em;
	font-size: 14px;
	/background-color: #EEE;
	/ color: #2069D6;
	font-style: italic;
	background-color: #F2DFBD;
	color: #930;
	border: none;
	padding: 0;
	
}

blockquote.pullquote p, div.pullquote p {
	font-family:  "Times New Roman", Times, serif;
	/font-family:  "Verdana", sans serif;
	/font-style: bold
	/background: url(endq.gif) bottom right no-repeat;
	background: url(endquote.png) bottom right no-repeat;
	padding: 1.5em 1em;
}
