@import "common.css";
@import "h1.css";

.faq{
font-size:12px;
line-height:160%;
margin:0;
padding:0;
}

.faq dt,.faq dd{
background-repeat:no-repeat;
padding:0 0 5px 17px;
}

.faq dt{
background-image:url(../img/mammography/list-question.gif);
background-position:0 2px;
margin:0 0 5px 0;
border-bottom:1px solid #CCC;
font-size:14px;
font-weight:bolder;
color:#444;
}

.faq dd{
background-image:url(../img/mammography/list-answer.gif);
background-position:0 3px;
margin:0 0 50px 0;
color:#555;
text-justify:distribute;
text-align:justify;
}

.xsmall {
	font-size: 10px;
	color:#666666;
	line-height: 120%;
}