.faq .text {
    width: auto;
	margin: 30px 60px;
	font-family: "Lucida Grande";
	font-size: 10pt;
}

.faq .text h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 22px 0px 8px 0px;
}

.faq .text h2.q {
    position: relative;
    left: -16px;
    background: transparent url(/images/Q.gif) no-repeat scroll center left;
    padding-left: 36px;
    min-height: 36px;
    vertical-align: center;
}


.faq .text h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 13px 0px 4px 0px;
}

.faq .text p {
    margin-bottom: 8px;
}
