.transcriptDiv{
	embedFonts: true;
	fontFamily: Helvetica;
	fontSize: 11;
	display:none;
}

.agentName
{
	color: #AF8515;
	embedFonts: true;
	fontFamily: Helvetica Bold;
	fontSize: 11;
}

.userName
{
	color: #626471;
	embedFonts: true;
	fontFamily: Helvetica Bold;
	fontSize: 11;
}

.agentText
{
	color: #000000;
	embedFonts: true;
	fontFamily: Helvetica;
	fontSize: 11;
	marginLeft: 74;
	textIndent:1;
}

.userText
{
	color: #000000;
	embedFonts: true;
	fontFamily: Helvetica;
	fontSize: 11;
	marginLeft: 74;
	textIndent:1;
}

.agentTextTitle
{
	color: #1d1e29;
	embedFonts: true;
	fontFamily: Helvetica Bold;
	fontSize: 11;
}


.agent
{
	color: #0000FF;
	embedFonts: true;
	fontFamily: Helvetica Bold;
	fontSize: 11;
	marginLeft: 92;
}

a:hover
{
	color: #0000FF;
	embedFonts: true;
	fontFamily: Helvetica Bold;
	fontSize: 11;
	textDecoration: underline;
}

.imageLink
{
	color: #0000FF;
	embedFonts: true;
	fontFamily: Helvetica;
	fontSize: 11;
	textDecoration: underline;
}

.guestSpacer
{
	embedFonts: true;
	fontFamily: Helvetica;
	fontSize: 10;
}

.agentLink
{
	color: #0000FF;
	embedFonts: true;
	fontFamily: Helvetica Bold;
	fontSize: 11;
}

.agentLink:hover
{
	color: #0000FF;
	embedFonts: true;
	fontFamily: Helvetica Bold;
	fontSize: 11;
	textDecoration: underline;
}


