body {
    font-family: Arial;
    font-size: 10pt; 
    margin: 10px 10px 10px 10px;
    padding: 0px;
    color: #333333;
    background-color: #ffffff; 
}

table {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333333;
}

td, p {
    font-family: Arial;
    font-size: 10pt; 
    color: #333333;
}

.toggler {
    color: #ffffff;
    margin: 0px 0px 1px 0px;
    padding: 2px 5px;
    background-color: #3f8800;
    border: 1px solid #3f8800;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    cursor: hand;
}

h3:hover {
    color: #fff;
    background-color: #79b400;
}

.element {
    font-weight: bold;
    height: auto;
}

.statelabel {
    font-weight: bold;
    margin-left: 0px;
    color: #3f8800;
    width: 225px;
}

.title1 {
    font-size: 14pt;
    font-weight: bold;
    color: #3f8800;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.introtext {
    width: 98%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000000;
}

.showhide {
    color: #3f8800;
}

.sectiontitle1 {
    width: 98%;
    font-family: Arial;
    font-size: 10pt;
    height: 10px;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
}

.statelist {
    text-align: left;
}

.left-container {
    width: 98%;
    position: left;
    margin: 0px;
    padding: 15px 10px 10px 0px;
    border: none;
}

.navcontent {
    margin: -2px 0px 0px -8px;
    float: left;
}

.plannamestyle1 {
    height: 30px;
    width: 15%;
    font-weight: bold;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #b9cfd8;
    padding-top: 2px 5px 5px 13px;
    color: #000000;
    background-color: #e9efde;
}

.plannamestyle2 {
    height: 30px;
    width: 15%;
    font-weight: bold;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #b9cfd8;
    padding: 2px 5px 5px 8px;
    color: #3f8800;
}

.datastyle1 {
    height: 30px;
    /* width: auto; */
    width: 15%;
    font-weight: normal;
    padding: 2px 5px 5px 13px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #b9cfd8;
    color: #000000;
    background-color: #e9efde;
}

.datastyle2 {
    height: 30px;
    width: auto;
    font-weight: normal;
    vertical-align: text-center;
    padding: 2px 14px 4px 4px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #b9cfd8;
    color: #666666;
}

a:link    { color: #3f8800; text-decoration: none; }
a:visited { color: #3f8800; text-decoration: none; }
    /* hover must come after link & visited */
a:hover   { color: #ff0000; text-decoration: underline; }
a:active  { color: #3f8800; }

    /* alternative link that is more visible (set off in red/underline by default) */
a.stronglink:link    { color: #0000ff; text-decoration: underline; }
a.stronglink:visited { color: #0000ff; text-decoration: underline; }
a.stronglink:hover   { color: #ff0000; text-decoration: underline; }

.ltgreen {
    background-color: #e9efde;
}

.maintext {
    font-weight: normal;
    color: #000000;
}

.restable {
    margin: 10px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #b9cfd8;
}

.assumptions {
    font-weight: bold;
    color: #3f8800;
}

.module {
    background-color: #ffffff;
    color: #333333;
}

.sectiontitle {
    width: 100%;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    background-color: #3f8800;
    color: #FFFFFF;
}

.mainbody {
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.plancombo {
    height: 25px;
    /* width: 60%; */
    width: auto;
    font-weight: normal;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
}
