.faq-body h2 {
	background: url(../images/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
    color: #053131;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.faq-body h2.close {
	background-image: url(../images/close.png);
}
.faq-body a {
    color: #1982D1;
    font-size: 10px;
    text-decoration: none;
}
.faq-body .answer {
padding-left: 20px;
 }