@charset "UTF-8";
/* CSS Document */

table.faqtable {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #000;
}
table.faqtable tr.rowhover:hover {
	background-color: #E1D790;
	font-weight: bold;
}
table.faqtable td, th {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 2px 0 2px 0;
	text-align: center;
}
table.faqtable th {
	background-color: #E1D790;
}
#askexpert {
	width: 95%;
	border: solid 1px #000;
	padding: 6px;
	margin: 6px auto;
}
#askexpert h3 {
	margin: 0;
	text-align: center;
}
#askexpert table {
	border: none;
}
#askexpert table td {
	padding: 4px 3px;
	border: none;
}