/*	Interview styles for DDY Talk
	Last modified 2007-11-05		*/
	
.interviewimage
{
	float:		left;
	padding:	8px 15px;
}

p.question
{
	font-weight:	normal;
	margin-left:	.75in;
	text-indent:	-.75in;
	margin-bottom:	.001in;
}

p.question1
{
	font-weight:	normal;
	margin-bottom:	.001in;
}

p.answer
{
	font-weight:	bold;
	margin-left:	.75in;
	text-indent:	-.75in;
	background-color: transparent;
	color:			#000000;
}

p.answer1
{
	font-weight:	bold;
	background-color: transparent;
	color:			#000000;
}

p.cite
{
	font-weight: 	normal;
	font-style:		italic;
	font-size:		9pt;
	text-align:		right;
	margin:			0.001in 1px;
}	