/******************************************************************************/
/* clientlist */

#clientlist div
	{
	margin-bottom: 0.6em;
	font-size: 1.0em;
	font-style: italic;
	}

#clientlist div span
	{
	font-size: 1.1em;
	font-style: normal;
	}

/******************************************************************************/
.bottom_line
	{
	font-weight: bold;
	color: #222;
	}

/******************************************************************************/

.faq_question
	{
	font-weight: bold;
	color: #333;
	/* background-color: #CC99FF; */
	}

.faq_answer
	{
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px; 
	margin-right: 5px;
	color: #000;
	background-color: #9999FF;
	background-color: transparent;
	}
	
.faq_answer_word
	{
	
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin-right: 5px;
	}

/******************************************************************************/

#content p.quote,
#content ol.quote li,
#secondary p.quote,
#content p.attribution,
#secondary p.attribution
	{
		font-size: 12px;
		line-height: 15px;
	}

#content p.attribution,
#secondary p.attribution
	{
		font-style: italic;
		font-family: georgia, times, serif;
	}


#content ol.quote
	{
		margin: 5px 0;
	}

#content * + p.quote,
#secondary * + p.quote
	{
		margin: 15px 0 0 0;
	}

#content p.quote + p.quote,
#secondary p.quote + p.quote
	{
		margin: 5px 0 0 0;
	}

#secondary p.quote
	{
		color: #333;
		font-weight: bold;
	}

#content p.attribution,
#secondary p.attribution
	{
		margin-top: 5px;
		margin-bottom: 15px;
	}

#secondary p.attribution
	{
		color: #333;
		font-weight: normal;
	}

