/*    CFMA.CSS Style Sheet for the CFMA Online Directory
 *    jrc ,Jan 2001
 *
 *    Usage: Include via HTML LINK tag inside HEAD.
 */

BODY {
 font-family: Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-size: 10pt;
}

TD {
 font-family: Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-size: 10pt;
}

P  {
 font-size: 10pt;
 font-family: Arial,Helvetica,Geneva,Sans-Serif,Espy;
}
P.FINEPRINT {
 font-size: 9pt;
 font-family: Arial,Helvetica,Geneva,Sans-Serif,Espy;
}

A {
 font-family: Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-size: 9pt;
 text-decoration: underline;
}
A.TINY {
 font-size: 7pt;
}
A.UNDECORATED {
 color: white;
 hover: lightblue;
 active: red;
 visited: white;
 font-family:  Arial,Hevetica,Geneva,Sans-Serif,Espy;
 font-weight: bold; 
 font-size: 9pt;
 text-decoration: none;
} 

A.MENU {
 font-weight: bold;
 font-size: 8pt;
 text-decoration: none;
 color: white;
 hover: lightblue;
 active: red;
 visited: white;
}
A.EMAIL {
 font-size: 10pt;
 text-decoration: underline;
}

H1, H2, H3, H4, H5, H6 {
 font-family: Arial,Helvetica,Geneva,Sans-Serif,Espy;
 font-weight: bold;
 line-height: 1;
}
H1 {
 color: #33CC33;
 font-size: 26pt; 
}
H2 { 
 color: #33CC33;
 font-size: 22pt;
}
H3 { 
 color: #33CC33;
 font-size: 18pt; 
}
H4 {
 color: #33CC33;
 font-size: 14pt;
}
H5 {
 color: #000000;
 font-size: 10pt;
}
H6 {
 color: #000000;
 font-size: 9pt;
}

UL { list-style-type: square; }
OL { list-style-type: decimal; }
OL.Upper { list-style-type: upper-alpha }

LI { font-size: 80%; }