/*  
	Clinical trials doctors colour
	should be used as basis for all colour stylesheets 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

#home_page #contentarea h1 {
	background-color:transparent;
}

#home_title{
	background-image: url(../images/invest_back.jpg);
}

#home_page #contentarea a:link, #home_page #contentarea a:visited{
	color:#444A2B;
}

#home_page #contentarea a:hover{
	color:#292D0C;
}