/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: #efecec;
		color: #333;
		}
		
	div#pagewrapper {
margin: 0 auto;
		border: 0px solid #000;
		background: #fff;
	    }
		
#copy {
text-align: center;
font-size:9px;
font-color: #999
}

#copy a:link { 
	color: #999;
	text-decoration: none;
	}
#copy a:visited { 
	color: #999;
	text-decoration: none;
	}
#copy a:hover { 
	color: #999;
	text-decoration: none;
	}
#copy a:active { 
	color: #999;
	text-decoration: none;
	}

		

		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #385C72;
		text-decoration: underline;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'Colours' */

