/* Style sheet for expand/contract all frame for left navigation bar for EASy EBB site.  */

BODY    { background-color: #FF9900; }     /* EASy gold */

/* .Button { font-size: 8pt !important ; } use if go back to buttons */ 

A.Text:hover    { background-color: dimgray }       

A.Text          { font-family: arial, sans-serif;
                  font-weight: bold;
                  font-size: 9pt;
                  color: whitesmoke;
                  text-decoration: none;
                }

TABLE.ExpandContract { table-layout: fixed;
                       border: 0;
                       padding: 0;
                       margin: 0;
 /*                      margin-top: 8px;  */ /* makes text sink in Netscape */
                     }
                
TABLE.ExpandContract TD { text-align: center;
                          border: 0;
                          padding: 0;
                          margin: 0;
                          width: 85px;
                        }

IMG             { border: 0; }
