/* ==============================================
	The followinng are definitions for 
	"Quotations" module
============================================== */
div.quotations {
	}
p.quotations	{
	font-size: 1em; 
	color: rgb(0, 0, 0);
	}
p.quotations:first-letter	{
	font-family: Georgia, Verdana, "Times New Roman", serif ;
	font-size: 1.15em; 
	color: rgb(0, 0, 0);
	font-weight: 600; 
	}
p.quotationsby	{
	font-size: .9em; 
	font-weight: 600;
	color: rgb(51, 0, 0);
	text-align: right ;
	}
h3.quotations	{
	color: rgb(50, 10, 10);
	margin-top: .5em;
	margin-bottom: .1em;
	font-size: 1.1em;
	font-weight: 600;
	font-family: Georgia, Verdana, "Times New Roman", serif ;
	}
/* ==============================================
	END definitions for "Quotations" module
============================================== */
