/*
	Most colours are "standard" - same as for "global" (non-product-related) areas of site,
	hence there are very few settings for this style sheet.
	This style sheet is used for pages within /products/<appYear>/personal* and
	also whenever productType parameter is "personal" for pages within /products
*/
body {
	background-image: url(/images/business/bgrd.jpg);
}
/* Main colour for business is #5589a1 */
h4, a, a:hover, a:active, a.showHide, .infoButton strong, .infoButton a {
	color: #5589a1;
}
ul#primaryNav ul li {
    background: #5589a1;
}

h4 {
	background: #fafdfd;
}
#userArea h2, #userArea h3 {
	background-color: #5589a1;
}
#twitter h2 {
	background: none;
}
#footer {
	background-color: #5589a1;
	background-image: url(/images/business/footerBgrd.gif);
}

ul li {
	list-style-image: url(/images/listMarkerBusiness.gif);
}

