/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: #AEC591;
		color: #000000;
		}
		
	div#pagewrapper {
		border: 1px solid #000;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #FBFCF2;
		background-color: #C53B2D;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		/*color: #385C72;*/
color:#991309;
text-decoration:none;
	}
a:hover{
color:#8F654D;
}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

div.breadcrumbs {
		color: #999999;
}
/* End of 'Colours' */

