/*

*/
.greenBorderTable
{
	width:100%;
	padding:2px;
	border:1px solid green;
}
.greenBorderTable td
{
	border:1px solid green;
	padding:6px;
}

.centeredTable
{
	width:100%;
	text-align:center;
}
.centeredTable td
{
	text-align:center;
	padding:6px;
}

div.quote {
	margin: 10px auto;
	width: 490px;
}
div.quote p.quote_text {
	background: url('../images/bg/bg_quote_top.gif') top no-repeat;
	margin: 0 0 -5px 0;
	padding: 25px 40px 0 40px;
	font-size: 12px;
	line-height: 22px;
	font-weight:bold;
	color: #fff;
}
div.quote div.quote_info {
	background: url('../images/bg/bg_quote_btm.gif') top no-repeat;	
	padding: 28px  40px 0 110px;
}
div.quote_info {
	padding: 5px 10px 0 10px;
}
