body { font: 9pt arial; } .Normal { font: 9pt verdana; } /* style for module titles */ .Head { font-family: Tahoma, Arial, Helvetica; font-size: 20px; font-weight: normal; color: #333333; } /* style of item titles on edit and admin pages */ .SubHead { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #003366; } /* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ .SubSubHead { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: black; } /* text style used for most text rendered by modules */ .Normal,.NormalDisabled { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; } /* text style used for rendered text which should appear disabled */ .NormalDisabled { color: Silver; } /* text style used for rendered text which requires emphasis */ .NormalBold { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold } /* text style used for error messages */ .NormalRed { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: bold; color: #ff0000 } /* GENERIC */ H1 { font-family: Tahoma, Arial, Helvetica; font-size: 20px; font-weight: normal; color: #666644; } H2 { font-family: Tahoma, Arial, Helvetica; font-size: 20px; font-weight: normal; color: #666644; } H3 { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: normal; color: #003366; } H4 { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: normal; color: #003366; } H5, DT { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #003366; } H6 { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #003366; } TFOOT, THEAD { font-family: Tahoma, Arial, Helvetica; font-size: 12px; color: #003366; } TH { vertical-align: baseline; font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: bold; color: #003366; } A:link { text-decoration: none; color: #003366; } A:visited { text-decoration: none; color: #003366; } A:active { text-decoration: none; color: #003366; } A:hover { text-decoration: underline; color: #ff0000; } SMALL { font-size: 8px; } BIG { font-size: 14px; } BLOCKQUOTE, PRE { font-family: Lucida Console, monospace; } UL LI { list-style-type: square ; } UL LI LI { list-style-type: disc; } UL LI LI LI { list-style-type: circle; } OL LI { list-style-type: decimal; } OL OL LI { list-style-type: lower-alpha; } OL OL OL LI { list-style-type: lower-roman; } HR { color: dimgrey; height:1pt; text-align:left }