/* customized for each section 
	Section: Silgranit Colours
        new: Dark:#B5AA7B  Light:#CECBA4
        original: Dark:#3E999F  Light:#60BBC1
*/
h1, h2, h4, .childItem { color: #B5AA7B; }
   
h3 { background: #B5AA7B; 
     border: #B5AA7B;
   }

A:hover { color: #ffffff ! important; 
          background: #CECBA4 ! important; 
          }

A.childLink:link, A.childLink:visited { 
    color: #B5AA7B;  
    }

A.childImageLink:link, A.childImageLink:visited { 
    color: #B5AA7B; 
    }

A.headLink:link, A.headLink:visited { 
    background: #B5AA7B; 
    color: #ffffff; 
    }

A.titleLink:link, 
A.titleLink:visited { color: #B5AA7B; }

.lightBg { background: #CECBA4 ! important;
          color:#ffffff ! important;
          }

.darkBg { background: #B5AA7B ! important;
          color:#ffffff ! important;
		    }

body {  scrollbar-base-color:#CECBA4;
  		scrollbar-3dlight-color:#CECBA4;
  		scrollbar-arrow-color:#FFFFFF;
  		scrollbar-darkshadow-color:#CECBA4;
  		scrollbar-face-color:#B5AA7B;
  		scrollbar-highlight-color:#FFFFFF;
  		scrollbar-shadow-color:#999999;
  		scrollbar-track-color:#CECBA4;
		}

