﻿.questions {

}
.visible-yes {
	
}
.visible-no {
}
#faq ul {
	display: block;
}
#faq ul li{
	list-style-image: url(../images/icons/list2.gif);	
	margin-left:13px;
}
#faq ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #444444;
}
#faq ul li a:hover {
    text-decoration: underline;
}
#faq .faq_selected {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
