body {
    font-family: helvetica, arial, sans-serif;
    margin: 0px;
}

h1 { 
    font-family: georgia, utopia, palatino, serif;
    font-style: italic;
    font-weight: 400;
    font-size: xx-large;
    line-height: 100%;
    margin-top: 0pt;
    margin-bottom: 5pt;
    color: #338833;
}

h4 {
    font-size: medium;
    color: #440044;
}

h3 {
    font-size: small;
    color: #005500;
    padding-top: 2pt;
    padding-bottom: 2pt;
    padding-left: 4pt;
    padding-right: 4pt;
    margin-top: 10pt;
    margin-bottom: 8pt;
}

p, 
pre, 
blockquote, 
ul li, 
ol li, 
dl dt, 
dl dd, 
div, 
* td {
    font-size: small;
    line-height: 140%;
}

.main p, 
.main h1, 
.main h4, 
.main ul,
.main ol,
.main dl,
.main blockquote,
.main pre, 
.main fieldset, 
.main table,
.formspacing {
    margin-top: 8pt;
    margin-bottom: 8pt;
}

* input, 
* select,
* select option {
    font-size: normal;
}

.main blockquote {
    font-family: nimbus, courier, monospace;
    border-left: solid 1pt blue;
    margin-left: 25px;
    padding-left: 15px;
    color: gray;
}

.main blockquote small {
    font-family: helvetica, arial, sans-serif;
    color: gray;
    
}

.main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main fieldset table {
    margin-top: 0pt;
    margin-bottom: 0pt;
}

.spacing {
    margin-bottom: 5pt;
}

.oddrows {
    text-align: left;
    vertical-align: top;
}

.evenrows {
    text-align: left;
    vertical-align: top;
}

.helprows {
    text-align: left;
    vertical-align: top;
}

.greek, g {
    font-family: grenet, spionic, sgreek, courier;
    font-size: 16pt;
    line-height: inherit;
    text-decoration: inherit;
}

i, em {
    font-style: normal;
    color: gray;
}

samp, h4 samp {
    font-style: normal;
    font-weight: 400;
    font-size: 10pt;
    border-bottom: 1px solid #00cc00;
    cursor: help;
    color: black;
}

dfn {
    font-style: normal;
    border-bottom: 1px dashed #00cc00;
    cursor: help;
}

cite {
    font-style: normal;
    border-bottom: 1px dashed #00cc00;
    cursor: help;
}

strong {
    font-weight: 300;
    background-color: yellow;
}

q {
    color: #aa0000;
}

var {
    font-style: normal;
    color: red;
}

legend {
    padding-left: 10pt;
    padding-right: 10pt;
}

fieldset {
    padding: 15pt;
}

form {
    margin-bottom: 0pt;
}

pre, kbd, tt, code {
    font-family: monospace;
    line-height: 140%;
    color: purple;
}

a.slogan {
    font-size: xx-small;
    color: #606060;   
    text-decoration: none;
}
a.slogan:hover {
    color: #a0a0a0;   
}

del {
    text-decoration: line-through;
    color: #c0c0c0;
}

ins {
    text-decoration: none;
    font-weight: 600;
    color: darkblue;
}

