/* Styles for use with FAQ displays */

.queries {
	display: block;
	width: 540px;
	margin-left: 80px;
}
.question {
	margin-top: .5em;
	background-color: ivory;
	font-size: 80%;
	border-top: 1px solid navy;
	font-weight: bold;
}
.question:first-letter {
	font-size: 120%;
	color: #ff9933;
	font-weight: bolder;
	padding-right: 2em;
}
.answer {
	padding-top: .5em;
	background-color: ivory;
	color: navy;
	font-size: 80%;
}
.answer:first-letter {
	font-size: 120%;
	color: navy;
	font-weight: bolder;
	padding-right: 2em;
}
