/* customized for each section 
	Section: Stainless Colours
        new:: Dark:#7B7D7B  Light:#A9ACB7
        original: Dark:#6687AA  Light:#88A9CC
*/
h1, h2, h4, .childItem { color: #7B7D7B; }
   
h3 { background: #7B7D7B; 
     border: #7B7D7B;
   }

A:hover { color: #ffffff;  /*  ! important */
          background: #A9ACB7;  /*  ! important */
          }

A.childLink:link, A.childLink:visited { 
    color: #7B7D7B;  
    }

A.childImageLink:link, A.childImageLink:visited { 
    color: #7B7D7B; 
    }

A.headLink:link, A.headLink:visited { 
    background: #7B7D7B; 
    color: #ffffff; 
    }

A.titleLink:link, 
A.titleLink:visited { color: #7B7D7B; }

.lightBg { background: #A9ACB7; /*  ! important */
          color:#ffffff; /*  ! important */
          }

.darkBg { background: #7B7D7B; /*  ! important */
          color:#ffffff; /*  ! important */
		    }

body {  scrollbar-base-color:#A9ACB7;
  		scrollbar-3dlight-color:#A9ACB7;
  		scrollbar-arrow-color:#FFFFFF;
  		scrollbar-darkshadow-color:#A9ACB7;
  		scrollbar-face-color:#7B7D7B;
  		scrollbar-highlight-color:#FFFFFF;
  		scrollbar-shadow-color:#999999;
  		scrollbar-track-color:#A9ACB7;
		}


