body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .80em;
        letter-spacing:0.3px;
        line-height:1.1em;

}




a:link {
        color: #497024;
        text-decoration: underline;
}
a:visited {
        color: #497024;
        text-decoration: underline;
}
a:active {
        color: #497024;
        text-decoration: underline;
}
a:hover {
        color: #000000;
        text-decoration: dotted;
}

a img {border:0;}

hr {
        margin: 5px 0px 5px 0px;
        color: #333333;
        border: 0;
        border-top: 1px dotted #333333;
        height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6, strong {color: #497024;}


p {margin:3px 0 3px 0; line-height:150%;}


h1 {
        margin:10px 0 6px 0;
        font-size: 24px;
        font-weight: normal;
        color: #b98f36;
}

h2 {
        margin:10px 0 4px 0;
        font-size: 18px;
        line-height:1.2em;

}

h3 { margin:10px 0 4px 0;
        font-size: 16px;
        line-height:1.1em;
}

h4 {
        margin:10px 0 0 0;
        font-size: 1em;

        line-height:1.1em;
}

h5 {
        margin:10px 0 0 0;
        font-size: 0.9em;
}

h6 {
        margin:3px 0 0 0;
        font-size: 0.75em;
}


form {margin: 0;}



li {
        padding-bottom: 0px;
}

ul {
        line-height: 150%;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0.7em;
        padding-left: 0.7em;
        list-style-type: disc;
        list-style-image: url(img/lipu.gif);
}



ol {

        line-height: 150%;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0.9em;
        padding-left: 0.9em;
}


blockquote{
        background-color:#e0f2c6;
        padding: 3px;
        border-left: 6px solid #497024;
        margin: 3px 0 20px 0;
        color:#000000;
}

pre, .code {
        color: #333333;
        padding: 6px 0 20px 6px;
        border-top: 1px solid #497024;
        border-right: 1px solid #497024;
        border-bottom: 1px solid #497024;
        border-left: 6px solid #497024;
        background-color: #ffffff;
        margin: 3px 0 20px 0;

        font-size:1em;
        overflow:auto;
        line-height:2.2em;
}

address {
        line-height:120%;
        margin: 10px 0 20px 0;
        padding-left: 10px;
        border-left: 6px solid #497024;
        font-style: normal;
        font-weight: bold;
        }
