/*//////////////////////////////////////////////////////////////////////////////////////
// classes
//////////////////////////////////////////////////////////////////////////////////////*/

/* clear divs */
.clearing
{
	float:none;
	clear:both;
}


.content 
{
	vertical-align: top;
	text-align : justify;
}

.bottom
{
	font-size: 8px;
}

.quote
{
	clear :both;
	background-color: #fff;
	border:solid 1px #999;
	/* font-style : italic; */
	text-align:justify;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 12px;
	padding-bottom : 12px;
}

.quoter
{
	clear :both;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 12px;
}


