/* contents of the external style sheets file css.htm*/ A { text-decoration : none; } a:hover { text-decoration: underline; color : #0088bb; } UL, OL { font-family : sans-serif; font-size : 9pt; } .navy { color : Navy; } PRE { font-family : "Courier New", Courier, monospace; } pre.arial { font-family : "Courier New", Courier, monospace; text-align : right; } H1 { font-size : 15px; font-family : sans-serif; text-align : center; font-weight : bold; } H2 { font-family : sans-serif; text-align : center; font-size : 16px; font-weight : bold; } H3 { font-family : sans-serif; text-align : center; font-size : 14px; font-weight : bold; font-style : italic; } H4 { font-family : sans-serif; text-align : center; font-size : 13px; font-weight : bold; } P { font-family : sans-serif; text-align : justify; text-indent : 6ex; margin-top : 3pt; font-size : 9pt; } P.menu { text-align : center; font-family : sans-serif; font-weight : bold; } p.arial { font-family : sans-serif; font-weight : bold; text-align : justify; text-indent : 5ex; margin-top : 3pt; font-size : 9pt; } P.LEFT { font-family : sans-serif; text-align : right; font-size : 9pt; font-weight : bold; } P.HELP { color : Teal; font-family : sans-serif; text-align : justify; font-weight : bold; font-style : italic; font-size : 9pt; } p.snos { font-family : sans-serif; font-size : 8pt; text-align : justify; font-style : italic; } TD, TH { font-size : 9pt; font-family : sans-serif; } DIV { font-family : sans-serif; font-size : 9pt; } /* the end of style sheets definition */