
/*ANNEX LINK for Inex page ON LEFT SIDE OF CONTROLS ABOVE IMAGE */

.indexLink
      {
    text-decoration: none;
    background-repeat: no-repeat;   
    background-position: left center;
    padding-left: 24px;
    color: rgb( 225, 225, 225);
    font-size: 12px;
    font-family:'Arial', 'Verdana', 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    letter-spacing: 2px;
    word-spacing: 0px;        
    cursor: auto;
    text-transform: none;
    white-space: nowrap;
	}
a.indexLink:link 
       { color:  rgb( 225, 225, 225); 
         text-decoration: none;
         background-image: url(../galleries/imgs/globalimgs/squares2.gif);}
a.indexLink:visited 
       { color: rgb( 225, 225, 225); 
         text-decoration: none;
          background-image: url(../galleries/imgs/globalimgs/squares2.gif);}
a.indexLink:hover 
       {color : #cc1111; 
        text-decoration: none;
         background-image: url(../galleries/imgs/globalimgs/squaresRed.gif);}
a.indexLink:active 
       {color :  #cc1111; 
        text-decoration: none;
         background-image: url(../galleries/imgs/globalimgs/squaresRed.gif);}
