BODY { 
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    background: #f0fff0;
    margin-left: 0px;
    margin-right: 0px;
}

.page, .list {
    margin: 10px;
    margin-top: 4px;
    padding-left: 30px;
}

.foot {
    border-top: 1px dotted #797; 
    background: #e0f0e0;
    padding: 1em;
    padding-bottom: 4em;
}

H1, H2, H3, H4, H5, H6 { 
    font-family: Georgia, serif; 
    font-weight: normal;
    letter-spacing: .05em;
    margin-top: .1em;
    margin-bottom: .1em;
    padding-left: .5em;
    padding-right: .5em;
}

H1, H2 {
    background: #ffffff;
    color: #000000;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

H3, H4, H5, H6 {
    color: #000;
    border-bottom: 1px dotted #575;
}

H1 { font-size: 24pt; }
H2 { font-size: 20pt; }
H3 { font-size: 18pt; }
H4 { font-size: 16pt; }
H5 { font-size: 14pt; }
H6 { font-size: 12pt; }


.list th, .list td {font: 90% monospace; text-align: left; border-bottom: 1px dashed #cdc;}
.list th {font-weight: bold; padding-right: 14px; padding-bottom: 3px; border-bottom: 1px solid #cdc;}
.list td {padding-right: 14px;}
.list td.s, th.s {text-align: right;}


.page P { 
    margin-bottom: .5em; 
    margin-top: 2px; 
    text-align: justify; 
    line-height: 1.3em; 
}


P.small { font-size: 8pt; }
P.phrase { font-size: 10pt; text-align: center; }


HR { 
    border-top: 1px dotted #797; 
    border-bottom: none;
    border-right: none;
    border-left: none;
    height: 3px; 
    width: 100%;
    color: #f0fff0;
    text-align: left; /*this will align it for IE*/
    margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}


SPAN.small { font-size: 8pt; }

SPAN.dropcap { 
    font-family: Georgia, serif; 
    float: left;
    width: auto;
    font-size: 60px;
    line-height: 40px;
    color: #000;
    border-left: solid #575 .5em;
    padding-left: .1em;
}

a:link { COLOR: #797; }
a:visited { COLOR: #575; }
a:active { COLOR: #000; }

