
	.faq{
		width: 100%;
		}
	.faq ul{
		list-style: url('../images/faqList.gif');
		margin-left: 30px;
		}
	.faq li{
		margin-left: 5px;
		margin-top: 10px;
		cursor: pointer;
		}
	.title{
		text-align: center;
		width: 100%;
		font: bold 16px arial;
		}
	#line hr {
		width: 80%;
		margin: 10px auto;
	}
	#answers{
		margin-left: 30px;
		padding: 10px;
		text-align: left;
		}
	#answers ul{
		list-style: url('../images/tri-right.gif');
		list-style-position: outside;
		}
	#answers .sublist{
		list-style: url('../images/tri-right-two.gif');
		}
	.qHigh{
		color: #778799;
		}
	.qNorm{
		color: black;
		}
	.qHov{
		color:#CCCCCC;
		}
	a{
		color: black;
		text-decoration: none;
		}
	a:hover{
		color: black;
		text-decoration: underline;
		}
	#quest{
		font: bold 16px arial;
		color: black;
		}