@import url(encp0100.css);

table.faqs {
	border-top: 1px solid rgb(255,159,0);
}

table.faqs th {
	width: 35%;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid rgb(255,159,0);
	padding: 0.5em 2em 0.5em 1em;
}

table.faqs td {
	text-align: left;
	border-bottom: 1px solid rgb(255,159,0);
	padding: 0.5em 1em 0.5em 0em;
}

table.faqs tr.highlight {
	background-color: rgb(255,255,204);
}