/* CSS Document */

#faq ul {
	margin:0px 0px 0px 10px;
	padding:0px 0px 10px 0px;
	list-style-type:none;
}
#faq ul li.q {
	margin:10px 0px 5px 10px;
	font-weight:bold;
}
#faq ul li.a {
	margin:5px 0px 15px 10px;
	padding:0px 0px 15px 0px;	
	font-weight:normal;
	border-bottom:thin dotted #CCCCCC;
}
#faq ul li.top {
	margin:5px 0px 15px 10px;
	padding:0px 0px 15px 0px;	
	font-weight:normal;
	text-align:right;
}
#faq {
	width:564px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}
#faq p {
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}
#faq a:link, #faq a:visited, #faq a:active {
	color: #183376;
	text-decoration: underline;
}
#faq a:hover {
	color: #70462E;
	text-decoration: underline;
}
#faq ul ul {
	margin:5px 0px 0px 20px;
	padding:5px 0px 0px 20px;
	border-bottom:none;
	list-style-type:square;
}
