/* Style sheet for left navigation bar for EASy EBB site.  */
/* $log$ */

BODY    { background-color: #FF9900; margin-left: 3px; }     /* EASy gold */
        
A.Group:hover         { background-color: dimgray }       
A.GroupLink:hover     { background-color: navajowhite }       
A.Detail:hover        { background-color: navajowhite }       

A.Group         { font-family: arial, sans-serif;
                  font-weight: bold;
                  font-size: 9pt;
                  color: whitesmoke;
                  text-decoration: none;
                }
                
A.GroupLink     { font-family: arial, sans-serif;
                  font-weight: bold;
                  font-size: 11pt;
                  color: black;
                }
                
A.Detail        { font-family: arial, sans-serif;
                  font-weight: bold;
                  font-size: 9pt;
                  color: black;
                  text-decoration: none;
                }

                                               
