/* -------------------------------------------- CSS styles =============================================== Notes: Aug 20 2002: Initial styles roughed out ---------------------------------------------*/ H1, H2, H3, H4, H5, H6 {font-family: Arial, Helvetica, sans-serif;} H1 { font-size: 200%; font-style: normal; font-weight: normal; color: #000000; } H2 { font-size: 155%; font-style: normal; font-weight: normal; color: #666699; } H3 { font-size: 140%; font-style: normal; font-weight: bold; color: #666699; } H4 { font-size: 130%; font-style: normal; font-weight: bold; color: #333333; } H5 { font-size: 120%; font-style: normal; font-weight: bold; color: #666666; } H6 { font-size: 110%; font-style: normal; font-weight: bold; color: #666666; } p, ul, ol, li, td {font-size: 10pt; font-family: Arial, Helvetica, Geneva, sans-serif, Swiss, SunSans-Regular; } .small { font-size: 9pt; } .xsmall { font-size: 8pt; } a { text-decoration: none; color:#3333ff; } a:hover{ text-decoration: underline; } .footerLinks { font-family : Arial, Helvetica, sans-serif; font-size : 8pt; color : #9999ff; } A.footerLinks { text-decoration : none; color : #3333ff; } A:ACTIVE.footerLinks { color : white; } A:VISITED.footerLinks { color : #3333ff; } A:HOVER.footerLinks { color : red; text-decoration : underline; } A.purpleLinks { text-decoration : none; color : 333366; } A:HOVER.purpleLinks { text-decoration : underline; } A.brownLinks { text-decoration : none; color : 666633; } A:HOVER.brownLinks { text-decoration : underline; } A.whiteLinks { text-decoration : none; color : ffffff; } A:VISITED.whiteLinks { color : ffffff; } A:HOVER.whiteLinks { text-decoration : underline; } /* ----------------- sidebar classes ------------------- Notes: ------------------------------------------------------*/ .sidebarmenu { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-style: normal; text-align: left; } a.sidebarlink { font-weight: bold; line-height: 140%; text-decoration: none; } a.sidebarlink:hover { text-decoration: underline; } .sidebarsublink { font-size: 80%; line-height: 130%; font-weight: normal; text-decoration: none; } a.sidebarsublink:hover { text-decoration: underline; } .sidebarselected { color: #000066; font-weight : bold; } /* ----------------- form input classes ------------------- Notes: ------------------------------------------------------*/ TEXTAREA, INPUT, SELECT { font-family : Arial, Helvetica, sans-serif; font-size : 8pt; background-color : #eeeeee; color : #000000; }