/* ========== Text Styles ========== */
hr { color: #000000}
.main-content, .main-content table span.rvts0 /* Normal text */
{
 font-size: 10pt;
 font-family: 'Arial', 'Helvetica', sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.rvts1 /* Heading */
{
 font-weight: bold;
 color: #0000ff;
}
span.rvts2 /* Subheading */
{
 font-weight: bold;
 color: #000080;
}
span.rvts3 /* Keywords */
{
 font-style: italic;
 color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
 color: #008000;
 text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
 color: #008000;
 text-decoration: underline;
}
span.rvts6
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 color: #c0c0c0;
}
span.rvts7
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 font-weight: bold;
 color: #0000ff;
}
span.rvts8
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 font-weight: bold;
 color: #000080;
}
span.rvts9
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 font-style: italic;
 color: #800000;
}
a.rvts10, span.rvts10
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 color: #008000;
 text-decoration: underline;
}
span.rvts11
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 color: #000000;
}
span.rvts12
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 font-weight: bold;
 color: #000000;
}
span.rvts13
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 font-style: italic;
 font-weight: bold;
 color: #000000;
}
span.rvts14
{
 font-size: 12pt;
 font-family: 'Segoe UI';
 color: #000000;
}
span.rvts15
{
 font-size: 11pt;
 font-family: 'Segoe UI';
 color: #000000;
}
span.rvts16
{
 font-size: 11pt;
 font-family: 'Segoe UI';
}
span.rvts17 /* Font Style */
{
 font-family: 'Tahoma', 'Geneva', sans-serif;
 font-style: italic;
 color: #c0c0c0;
}
a.rvts18, span.rvts18 /* Font Style */
{
 font-family: 'Tahoma', 'Geneva', sans-serif;
 font-style: italic;
 color: #6666ff;
 text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
 text-align: center;
}
.rvps2
{
 margin: 0px 10px 0px 10px;
}
.rvps3
{
 text-align: center;
 margin: 0px 10px 0px 10px;
}
.rvps4
{
 text-align: justify;
 text-justify: inter-word;
 text-align-last: auto;
 margin: 0px 10px 0px 10px;
}
.rvps5
{
 text-align: justify;
 text-justify: inter-word;
 text-align-last: auto;
 margin: 0px 10px 0px 40px;
}
.rvps6
{
 text-align: justify;
 text-justify: inter-word;
 text-align-last: auto;
 margin: 0px 10px 0px 58px;
}
.rvps7 /* Paragraph Style */
{
 text-align: center;
 border-color: #c0c0c0;
 border-style: solid;
 border-width: 1px;
 border-right: none;
 border-left: none;
 padding: 2px 0px 2px 0px;
 margin: 7px 0px 7px 0px;
}
/* ========== Lists ========== */
.list0 {text-indent: 0px; padding: 0; margin: 0 0 0 58px; list-style-position: outside; list-style-type: disc;}
.list1 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: circle;}
.list2 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: square;}
.list3 {text-indent: 0px; padding: 0; margin: 0 0 0 48px; list-style-position: outside; list-style-type: disc;}
.list4 {text-indent: 0px; padding: 0; margin: 0 0 0 40px; list-style-position: outside; list-style-type: decimal;}
.list5 {text-indent: 0px; padding: 0; margin: 0 0 0 40px; list-style-position: outside; list-style-type: lower-roman;}


ol {
    margin-left: 10px;
    counter-reset: item;
    list-style-type: none;
    font-weight: bold;
}
ol li {
    margin-left: 6px;
    margin-bottom: 1em;
}
ol>li { 
    counter-increment: item;
}
ol>li::before { 
    content: counters(item, '.') '. '; 
}

ol ol {
    margin-left: 10px;
    font-weight: normal;
}
.pt-li{
    margin-bottom: 2em;
    font-size: 11pt;
    font-family: 'Segoe UI';
}

/* ul>li.rvps6{
    font-weight: bold;
} */

ul.highlights{
    text-indent: 0px; 
    padding: 0; 
    margin: 0 0 0 50px; 
    list-style-position: outside; 
    list-style-type: lower-roman;
}