BODY,TH,UL,DL,OL {
	font-weight: 300;
	color: black;
	background-color:  #F8F8CD;
}
TD {
               font-weight: 300;
               color: black;
               line-height: 130%;
}
H1,H2,H3 {
    	font-size: 150%;
        font-weight: 700;
        color: black;
}
H4 {
	    font-size: 120%;
        font-weight: 550;
        color: black;
}
H5 {
	    font-size: 120%;
        font-weight: 600;
        color: black;
}
span.links {
	    font-size: 80%;
        font-weight: 600;
}
span.motto {
	    font-size: 90%;
        font-weight: 300;
        line-height: 110%;
}
span.toctitle {
	font-family: Helvetica, Univers, sans-serif;
}
span.toc {
	font-family: Helvetica, Univers, sans-serif;
	font-size: 90%;
}
span.pagebreak {
    page-break-before: always;
}
@media print {
    span.navlinks {
        display: none;
    }
}
a:link {
               color: darkred;
               text-decoration: underline;
}
a:visited, a:active {
               color: firebrick;
               text-decoration: underline;
}
a.toc:link {
               color: darkblue;
               text-decoration: underline;
}
a.toc:visited, a:active {
               color: blue;
               text-decoration: underline;
}
a.tochead:link {
               color: black;
               font-weight: 600;
               text-decoration: none;
}
a.tochead:visited, a:active {
               color: black;
               font-weight: 600;
               text-decoration: none;
}
HR {
               color: lavender;
}

SUB {
	font-size: 80%;
}
SUP {
	font-size: 80%;
}
img.cover {
       padding-left: 0;
       padding-right: 40px;
       padding-top: 0;
       padding-bottom: 40px;
}
pre {
               font-weight: 300;
               color: black;
               line-height: 150%;
}
.smaller {
	font-size: 9pt;
}
.footer {
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
}