/*
body {
	font-family: Arial, Helvetica, sans-serif;
	padding:1em 2em 1em 2em;
	margin:0;
}

h1{
	font-size:1.6em;
	font-weight:bold;
}*/
p{
	font-size:0.9em;
	line-height:1.5em;
}
.summary{
font-style:italic;
}
.hd{
	font-style:normal;
	font-weight:bold;
	color:#333300;
}
#transcript {
	line-height: 1.5em;
	color: #333333;
}
#transcript .hd{
clear:both;
}
#transcript .para{
	font-size:0.9em;
	float:none;
	clear:both;
	padding: 0.5em 0em 1em 0em;
	/* this is ie5 specific */
	
	voice-family: "\"}\"";
	voice-family: inherit;
	/* this is ie6 specific */
	font-size:0.9em;
	}
	html>body #transcript .para {
	/* this is firefoz specific */
	font-size:0.9em;
}

#transcript .name {
	float: left;
	width: 6em;
	font-weight:bold;
	font-style:italic;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* this is ie6 specific */
	}
	html>body #transcript .name {
	/* this is firefox specific */
	width:15%;	
}
#transcript .txt {
	/* this is ie5 specific */
	float: left;	
	voice-family: "\"}\"";
	voice-family: inherit;
	/* this is ie6 specific */
	}
	html>body #transcript .txt {
	/* this is firefox specific */
	float:right;
	width:85%;
}
.clear {
	float: none;
	clear: both;
}

.ti {
	float: left;
	width: 6em;
	margin: 0;
	padding: 0;
	font-size:0.85em;
}
.tiTxt {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size:0.85em;
}
.tpPair {
	border: 1px solid #FFFFFF;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;	
}
#mmoi {
	color: #FFFFFF;
	background-color: #B3B38C;
	padding: 0.2em 1em 0.5em 1em;
	width: 460px;
	margin: 1em auto;
}
