body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #F7F7F7;
	font-weight: bold;
	background-image: url(bkg.jpg);
}

#main_form {
	position: absolute;
	width: 600px;
	left: 5px;
	top: 5px;
}

#progress {
	position: absolute;
	width: 150px;
	left: 605px;
	top: 5px;
	background-color: #aaaaaa;
	border-style: solid;
	border-color: #000099;
	border-width: 1px;
	display: none;
}

.script_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.answer_phrase {
	color: #000000;
}

.agent_note {
	font-style: oblique;
	color: #669900;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.answer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3366;
}
.faq_answer {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.comment {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC66FF;
}
.small_text {
	font-size: small;
}
