/* FAQ CSS */

body {
	margin: 0px;
	padding: 0px;
}

a.link {
	color: #15626D;
}

#faqContent {
	text-align: left;
	margin: 0px 15px 20px;
	*padding-bottom: 15px;
}

.title {
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
}

.title1 {
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin: 10px 0px;
	text-align: justify;
}

li {
	text-align: justify;
	/*text-decoration: underline;*/
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	*margin-left: 50px;
}

hr {
	margin: 20px 0px;
	border-top: 0px solid #CACCCB;
	border-left: 0px solid #CACCCB;
	border-right: 0px solid #CACCCB;
	border-bottom: 1px solid #CACCCB;
}

.question {
	margin-left: -20px;
	*margin-left: 24px;
}

li.answer {
	margin: 20px 0px;
}
