/*** This CSS is for quoates styles ***/



#QuotesPanel {
	margin-top:5px;
	font:Georgia, "Times New Roman", Times, serif;
	background-color:#ffffff;
}

#QuotesBody{
	margin-top:5px;
	padding:10px 10px 10px 10px;
	background:url(../images/global/wellwishes_center.gif) top repeat-x;
	width:550px;
	border-width:	1px 1px 1px 1px;
	border-style:solid;
	border-color:#d1d1d1;
	
}

#QuotesPanel .PanelBorder{
	height:6px;
 }

/*** For the Opening Quotation Mark inside the Quotes Panel ***/

#OpenQuote {
	
	float:left;
}

/*** For the font style of the text inside Quotes Panel ***/

#Quote {
	
	margin-top:7px;
	font-size:11pt;
	font-family: Georgia, "Times New Roman", Times, serif;

}

/*** For the Closing Quotation Mark inside the Quotes Panel ***/

#CloseQuote {
	text-align:right;
}

#author{
	font-size:12px;
	font-style:italic;
	font-weight:500;
margin-bottom:7px;
	text-align:right;
	color: #666;
}

