﻿/*===========================================================================
	Colors (Home)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

body.home-page div.page div.content-and-sidebar-wrapper {
	color: #fff;
	background-color: #141414;
}

div.banner-controls {
	color: #fff;
}

div.products-and-services div.personal-banking h2,
div.products-and-services div.personal-lending h2,
div.products-and-services div.personal-banking a,
div.products-and-services div.personal-banking a:visited,
div.products-and-services div.personal-lending a,
div.products-and-services div.personal-lending a:visited {
	color: #fff;
}

div.products-and-services div.account-services,
div.products-and-services div.relationship-banking {
	color: #6e6e6e;
	background-color: #fff;
}

div.products-and-services div.account-services h2,
div.products-and-services div.account-services a,
div.products-and-services div.account-services a:visited,
div.relationship-banking h2,
div.relationship-banking a,
div.relationship-banking a:visited {
	color: #6e6e6e;
}