/* 
	arimidex.cn colour 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

#contentarea h1{
	background-color:#FFFFFF;
}	

#contentarea table td{
	background-color:#FFE0F3;
	border-color:#FFFFFF;
}

#contentarea table th{
	background-color:#E374B9;
	border-color:#FFFFFF;
}