#doc h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#doc h1.typ1 {
    margin-bottom: 2px;
}

#doc h2 {
    font-size: 15px;
    font-weight: bold;
    color: #8fa73f;
    margin: 3px 0;
}

#doc h2.typ1 {
    margin-top: 40px;
}

#doc h3 {
    font-size: 12px;
}

#doc p {
    margin-bottom: 1.5em;
    text-align: justify;
}

#doc p.typ1 {
    margin-bottom: 0;
}

#doc p.typ2 {
    margin-bottom: 8px;
}

#doc ul, #doc ol {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}
#doc ol {
    list-style-type: lower-alpha;
}

#doc li {
    padding: 3px 5px 5px 1px;
}

#doc h2 a {
    color: #6d802a;
    text-decoration: none;
}
#doc a {
    color: #6d802a;
}

#doc a:hover {
    color: #990000;
}

#doc table {
    border-collapse: collapse;
}

#doc th {
    text-align: left;
    border-bottom: 1px solid #display: list-item;;
    padding: 10px 0 3px 0;
}

#doc td {
    padding: 5px 0;
}

#doc input, #doc textarea, #doc select {
    border: 1px solid #8fa73f;
}

#doc option {
    padding: 1px;
}

#doc input.textinput, #doc textarea {
    width: 300px;
}

#doc label {
    font-weight: bolder;
}

#doc p.sign {
    text-align: right;
    font-style: italic;
}