body {
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { 
    color: #3A5830;
}

a:visited { 
    color: #3A5830; /* #644A6C; */
}

a:hover { 
    color: #3A5830; 
    background-color: #FDFFE3; 
}

a:active { 
    color: #3A5830; 
}


p, td {
    font-size: 10pt;
    line-height: 14pt;
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 0;
}

p.indent {
    text-indent: 14pt;
    margin-top: 0;
    margin-bottom: 0;
}

p.break {
    margin-top: 10pt;
    margin-bottom: 0;
}

p.breakindent {
    text-indent: 14pt;
    margin-top: 10pt;
    margin-bottom: 0;
}

blockquote {
    font-size: 10pt;
    line-height: 12pt;
    text-indent: 0;
    margin-left: 14pt;
    margin-right: 14pt;
    margin-top: 10pt;
    margin-bottom: 0;
}

tt {
    font-family: Lucida Console, Lucidatypewriter, Courier, monospace;
    font-size: 10pt;
}

code {
    font-family: Lucida Console, Lucidatypewriter, Courier, monospace;
    font-size: 10pt;
    color: #684373; /* #4D5157; #644A6C */
}

strong {
    color: #57554D;
    font-weight: bold;
}

pre {
    font-family: Lucida Console, Lucidatypewriter, Courier, monospace;
    font-size: 10pt;
    line-height: 12pt; 
    margin-top: 14pt; 
    margin-bottom: 14pt;
    margin-left: 12pt;
    color: #684373; /* #4D5157; #644A6C */
}

ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 14pt;
    border: 0px none;
    list-style-position: outside; 
    list-style-type: square;
}

li {
    font-size: 10pt; 
    line-height: 12pt;
    margin-left: 0;
    padding-left: 0;
    margin-top: 6pt; 
}

dl {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 14pt;
    border: 0px none;
    list-style-position: outside;
}

dt {
    font-size: 10pt;
    line-height: 14pt;
    margin-left: 0;
    padding-left: 0;
    margin-top: 14pt;
}

dd {
    font-size: 10pt;
    line-height: 14pt;
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
}

.indented {
    /*margin-left: 12pt;*/
}

.hcolor {
    color: #57554D;
}

h1 {
    font-size: 12pt;
    line-height: 14pt;
    color: #57554D;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 24pt;
}

h2 {
    font-size: 12pt;
    line-height: 14pt;
    color: #57554D;
    font-weight: bold;
    margin-top: 22pt;
}

h3 {
    font-size: 10pt; 
    line-height: 12pt;
    color: #57554D;
    font-weight: bold;
    margin-top: 20pt;
}

h4, h5, h6 {
    font-size: 10pt; 
    line-height: 12pt;
    color: #57554D;
    font-style: italic;
    font-weight: normal;
    margin-top: 20pt;
}

table.debug {
    margin-left: 12pt;
    margin-top: 20pt;
    border-width: 1;
    border-style: solid;
    border-color: #57554D;
    background-color: blue;
}
table.debug th {
    border-width: 10;
    border-style: solid;
    border-color: red;
    color: white;
    text-align: left;
    background-color: #57554D;
}
table.debug td {
    border-width: 5;
    border-style: solid;
    border-color: green;
}


table.proto {
    width: 97%;
    margin-left: 0;
    margin-top: 10pt;
    border: solid 1px white;
    background-color: white;
}
table.proto td {
    width: 90%;
    border: solid 3pt #F3F2ED;
    color: black;
    background-color: #F3F2ED;
    font-size: 10pt;
}
table.proto th {
    width: 100pt;
    border: solid 3pt #F3F2ED;
    color: black;
    background-color: #F3F2ED;
    font-size: 10pt;
    font-weight: normal;
}

table.inttab {
    width: 97%;
    margin-left: 0;
    margin-top: 10pt;
    border: solid 1px white;
    background-color: white;
}
table.inttab th {
    border: solid 3pt #A9A683;
    color: white;
    background-color: #A9A683;
    font-size: 10pt;
    line-height: 14pt;
    font-weight: normal;
}
table.inttab td {
    border: solid 3pt #F3F2ED;
    color: black;
    background-color: #F3F2ED;
}



hr {
    border: 0;
    width: 100%;
    color: #57554D;
    background-color: #57554D;
    height: 1px;
}

p.legalese {
    margin-top: 10pt;
    margin-bottom: 0;
    font-size: 8pt;
    line-height: 10pt;
}

address {
    font-size: 10pt;
    line-height: 14pt;
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
}
