
.FAQcat {
font-weight: bold;
border: 1px silver solid;
margin-bottom: 5px;
margin-top: 10px;
padding: 5px;
}

.FAQouter {
border: 1px silver solid;
margin-bottom: 5px;
}

.FAQ dt {
border-bottom: 1px silver solid;
font-weight: bold;
padding: 3px;
cursor: pointer;
}

.FAQ dd {
background: #EFF8FF;
}

.FAQbody {
padding: 6px;
}

i.large {
padding: 2px;
color: #AA006C;
font-size: 200%;
font-style: normal;
font-family: "Century Schoolbook",Palatino,Georgia,serif;
margin: 4px;
text-decoration: none;
}

.FAQbody i.large {
color: #055a9b;
}