/* external style sheet style1.htm */
with (tags.BODY) {
marginLeft="20%";
marginRight="10%";
color="black";
fontFamily="Helvetica, Arial, sans-serif";
fontSize="10pt";
backgroundColor="white";
backgroundImage="spine.gif";
}
with (tags.H1) {
color="black";
fontFamily="Helvetica, Arial, sans-serif";
fontWeight="bold";
fontSize="22pt";
textAlign="center";
paddingTop="2pt";
}
with (tags.H2) {
color="black";
fontFamily="Helvetica, Arial, sans-serif";
fontWeight="bold";
fontSize="18pt";
textAlign="left";
}
with (tags.H3) {
color="black";
fontFamily="Helvetica, Arial, sans-serif";
fontWeight="bold";
fontSize="16pt";
textAlign="left";
}
with (tags.H4) {
color="black";
fontFamily="Helvetica, Arial, sans-serif";
fontWeight="bold";
fontSize="14pt";
textAlign="left";
}
with (tags.P) {
color="black";
fontFamily="Helvetica, Arial, sans-serif";
fontSize="10pt";
textAlign="left";
paddingTop="1pt";
paddingBottom="1pt";
lineHeight="1.2";
textIndent="20pt";
}
/* end of file*/