@IMPORT url("navigation.css");
#faq {
	color: #333333;
	overflow: auto;
}
#faq .Title {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
#faq a, 
#faq a:visited {
    text-decoration: none;
}
#faq a:hover {
    text-decoration: underline;
}
#faq .Answer {    
    margin-left: 15px;
    font-style: italic;
}
#faq .QuestionList {
    padding-top: 15px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#faq .FAQItem {
    margin-top: 5px;
    margin-bottom: 10px;
}

