@charset "utf-8";

.FAQBoxLeft {
	float: left;
	display: block;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	width: 223px; /* 243 - 10 - 10 */
	height: 300px;
	background-color: #e8e8e8;

}

.FAQBoxLeft a,
.FAQBoxLeft a:visited,
.FAQBoxLeft a:link {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}

.FAQBoxSpacer {
	float: left;
	width: 25px;
	height: 300px;
}

.FAQBoxRight {
	float: left;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	width: 223px; /* 243 - 10 - 10 */
	height: 300px;
	background-color: #e8e8e8;
}

.FAQBoxRight a,
.FAQBoxRight a:visited,
.FAQBoxRight a:link {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}


