﻿.faqQuestion {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	margin: 15px 0px 3px 0px;
	border-style: solid none solid none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
.faqAnswer {
	padding: 0px;
	margin: 10px 0px 0px 30px;
}
