/*  
	AZ Corporate 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
*/

body{
	background-color:#FFFFFF;
	color:#000000;
}

/* external border colour and keylines */

#header, #footer{
	border-color:#DDDDDD;
}

#contentarea{
	background-color:#FFFFFF;
}

#contentarea a:link, #contentarea a:visited{
	color:#443377;
}
#leftnav a:link, #leftnav a:visited{
	color:#443377;
}

/* Footer */

#header, #footer {
	border-color:#DDDDDD;
}

#legallinks ul{
	color:#442359;
}
