/*===========================================================================
	Typography (Home)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

div.banner-controls p {
	font-size: .9167em; /* 11px relative to 12px */
	text-align: center;
}

div.content div.products-and-services a:hover {
	text-decoration: underline;
}

div.products-and-services div.personal-banking,
div.products-and-services div.personal-lending {
	font-size: 1.0833em; /* 13px relative to 12px */
}

div.products-and-services div.personal-banking h2,
div.products-and-services div.personal-lending h2 {
	font-size: 1.1538em; /* 15px relative to 13px */
	text-transform: uppercase;
}

div.products-and-services div.account-services,
div.products-and-services div.relationship-banking {
	font-size: .9167em; /* 11px relative to 12px */
}

div.products-and-services div.account-services h2,
div.products-and-services div.relationship-banking h2 {
	font-size: 1.1818em; /* 13px relative to 11px */
	font-weight: normal;
}