/* misc-091.css - miscellaneous pages style sheet, 2009 number 1.
    Depends on default-081.css; both should be specified in page.
*/

h1 { text-align: center; }

/* header coloring and font sizes for main pages */
h1 { color: #00c; font-size: 16pt; }
h2 { color: #009; font-size: 14pt; }
h3 { color: #006; font-size: 12pt; }
h4 { color: #003; font-size: 10pt; }
/* not used in 
h5 { color: #000; font-size: 10pt; font-style: bold }
h6 { color: #000; font-size: 10pt; font-style: italic; }
*/

/* header prefix and suffix */
.hxprefix { color: #006;
    font-family: Arial, Helvetica, sans-serif; font-size: 9pt;
    margin: 0pt 0pt; border: 0pt 0pt; padding: 0pt 0pt;
}
.hxsuffix {
    font-style: italic; font-size: 9pt;
    margin: 0pt 0pt; border: 0pt 0pt; padding: 0pt 0pt;
}

