page-title {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #993300; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 14pt; /* Set the font size to 10 points */
}

h0 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #993300; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 14pt; /* Set the font size to 10 points */
    margin: 0em 0 1em;
}

h1 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #993300; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 14pt; /* Set the font size to 10 points */
    margin: 3em 0 1em;
}

h2 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #B24C00; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 13pt; /* Set the font size to 10 points */
    margin: 2em 0 1em;
}

h3 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #cc6600; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 11pt; /* Set the font size to 10 points */
    margin: 1em 0 1em;
}

h4 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #006400; /* Set the color to dark green */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 10pt; /* Set the font size to 10 points */
    margin: 1em 0 1em;
}

h5 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
	font-size: 9pt; /* Set the font size to 10 points */
}

body p {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    /*color: #000000;  Set the color */
    font-size: 10pt; /* Set the font size to 10 points */
}

body li {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    font-size: 10pt; /* Set the font size to 10 points */
}

hl-mild {
    color: #CC6600;
}

note1 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #FF0000; /* Set the color */
    font-weight: bold; /* Make the text bold */
    font-size: 10pt; /* Set the font size to 10 points */
}

note2 {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #FF0000; /* Set the color */
    font-size: 10pt; /* Set the font size to 10 points */
}

hl1 {
    color: #CC6600; /* Set the color "Burnt Orange." */
    font-weight: bold; /* Make the text bold */
}

hl2 {
    color: #800080; /* Set the color "Purple." */
}

hl2b {
    color: #800080; /* Set the color "Purple."*/
    font-weight: bold; /* Make the text bold */
}

hl3 {
    color: #009900; /* Set the color green */
}

hl3b {
    color: #009900; /* Set the color green */
    font-weight: bold; /* Make the text bold */
}

hl4 {
    color: #996600; /* Set the color "Dark Goldenrod"*/
}

hl4b {
    color: #996600; /* Set the color  "Dark Goldenrod"*/
    font-weight: bold; /* Make the text bold */
}

hl5 {
    color: #FF0000; /* Set the color red*/
}

hl5b {
    color: #FF0000; /* Set the color red */
    font-weight: bold; /* Make the text bold */
}

hl6 {
    color: #0000FF; /* Set the color blue */
}

hl6b {
    color: #0000FF; /* Set the color blue */
    font-weight: bold; /* Make the text bold */
}

rrc-desc {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #800080; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 10pt; /* Set the font size to 10 points */
    margin: 1em 0
}

case-desc {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #800080; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 10pt; /* Set the font size to 10 points */
}

step-header {
    color: #800080; /* Set the color "Purple."*/
    font-weight: bold; /* Make the text bold */
}

ex-header {
    color: #008000; /* Set the color "Green."*/
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    font-size: 10pt; /* Set the font size to 10 points */
    font-weight: bold; /* Make the text bold */
}

::text {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #000000; /* Set the color */
    font-size: 10pt; /* Set the font size to 10 points */
}

faq-SubCategory {
    font-family: 'Verdana', sans-serif; /* Set the font family to Verdana */
    color: #009900; /* Set the color */
    font-weight: bold; /* Make the text bold */
    text-align: left; /* Align text to the left */
    font-size: 10pt; /* Set the font size to 10 points */
	margin: 1em 0 1em;
}

faq-p {
    display: block; /* Ensures <faq-p> is treated as a block-level element */
    font-family: 'Verdana', sans-serif; /* Sets the font family to Verdana */
    font-size: 10pt; /* Sets the font size to 10 points */
    margin-top: 1em; /* Adds space above the element, mimicking default <p> behavior */
    margin-bottom: 1em; /* Adds space below the element, mimicking default <p> behavior */
    line-height: 1.6; /* Sets a comfortable line height for readability */
}

faq-b {
    color: #800080; /* Set the color "Purple."*/
    font-weight: bold; /* Make the text bold */
}

.font-red {
    color: red; /* This line makes the text color red */
}

.font-code-sip {
    color: #FF0000; /* This line makes the text color red */
}
