﻿#agreementExplanation {
    line-height: 1.25;
    color: #ff5f00;
}
.agreementHolder {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    overflow-y: scroll;
    background-color: #f8f8f8;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: left;
}
.agreementHeader {
    font-size: 18px;
    line-height: 2.5;
}
.agreementSubHeader {
    page-break-before: always;
    font-size: 15px;
    line-height: 2.0;
}
.agreementText, .agreementText td, .agreementText th {
    font-size: 10px;
    padding: 0px;
}
.agreementText th {
    font-weight: bold;
    text-align: left;
}
.agreementText .cellcenteralign {
    text-align: center;
}
.agreementText .subscriptionform td, .agreementtext .subscriptionform th {
    border: 1px solid #ccc;
    padding: 5px;
}

.agreementText ol {
    list-style:none;
    position: relative;
    left: -20px;
}
.agreementText .ol2 {
    counter-reset:subsection;
    left: 10px;
}
.agreementText .ol3 {
    counter-reset:subsubsection;
    left: 10px;
}
.agreementText .ol1 li {
    font-weight: bold;
    font-size: 12px;
    color: #006699;
}
.agreementText .ol2 {
    margin: 10px 0px;
}
.agreementText .ol3 {
    margin: 5px 0px;
}
.agreementText .ol2 li {
    margin: 4px 0px;
}
.agreementText .ol2 li, .agreementText p, .agreementText table tr td {
    font-weight: normal;
    font-size: 10px;
    color: black;
}
.agreementText .ol1 .li1 p, .agreementText table
{
    margin-left: 20px;
    margin-bottom: 10px;
}

.agreementText .ol1 .li1:before {
    counter-increment:section;
    content:counter(section) ". ";
}
.agreementText .ol2 .li2:before {
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) " ";
    font-weight: bold;
}
.agreementText .ol3 .li3:before {
    counter-increment:subsubsection;
    content:counter(subsubsection, lower-alpha) ") ";
    /*font-weight: bold;*/
}
.agreementText, .agreementSubheader 
{
    counter-reset:section;
}
