#Content {
    height: auto;
    min-height: 400px;
    margin: -16px auto 0;
    padding: 0 0 30px;
    width: 1020px;
}

#article_content {
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    margin: 40px auto 20px;
    padding: 0 30px;
    width: 960px;
}

#article_content h1 {
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid #141ECC;
}

#article_content h2 {
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 32px 0 12px;
}

#article_content h3 {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 22px 0 10px;
}

#article_content p {
    margin-bottom: 16px;
    text-align: justify;
}

#article_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 26px;
    font-size: 13px;
    line-height: 1.5;
}

#article_content table th {
    background-color: #141ECC;
    color: #FFFF00;
    font-weight: bold;
    padding: 10px 12px;
    text-align: left;
    border: 1px solid #0f15a0;
}

#article_content table td {
    padding: 10px 12px;
    border: 1px solid #333366;
    vertical-align: top;
    color: #FFFF00;
}

#article_content table tr:nth-child(even) td {
    background-color: rgba(20, 30, 204, 0.15);
}

#article_content a {
    color: #FFFFFF;
    text-decoration: underline;
}

#article_content a:hover {
    color: #FFFF21;
}

#article_content .faq-section {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 2px solid #141ECC;
}

#article_content .faq-section h2 {
    margin-top: 0;
}

#article_content .faq-item {
    margin-bottom: 20px;
}

#article_content .faq-item h3 {
    margin-top: 0;
    color: #FFFF00;
}
