﻿.FAQList {
    float: left;
    width: 505px;
    margin: 30px 0px;
}

.FAQList dt {
    float: left;
    width: 100px;
    margin: 0px;
    padding: 0px;
}

.FAQList dd {
    float: left;
    width: 405px;
    margin: 0px;
    padding: 0px;
}

.FAQList dt.question {
    color: #7EA5D7;
    font: 16px Georgia, "Times New Roman" , Serif;
}

.FAQList dd.question {
    margin-bottom: 4px;
    color: #999999;
    font-style: italic;
}

.FAQList dt.answer {
    color: #666666;
    font: 16px Georgia, "Times New Roman" , Serif;
}

.FAQList dd.answer {
    margin-bottom: 25px;
}
