/*
Default content types that are defined in the global CSS.
*/
body {
	font-size: 14px;
	line-height: 17px;
}

body big {
	font-size: 15px;
}

body input.text {
	font-size: 13px;
	line-height: 18px;
	height: 18px;
}

body select.text {
	font-size: 13px;
	line-height: 20px;
}

body h1 {
	font-size: 32px;
	line-height: 34px;
}

body h2 {
	font-size: 18px;
	line-height: 20px;
}

body h3 {
	font-size: 16px;
	line-height: 18px;
}

body small {
	font-size: 13px;
}

#footer {
	font-size: 12px;
}

/*
Choose your country popup window.
*/
#choose-country-content {
	line-height: 17px;
}
	#choose-country-content dl dt {
		font-size: 16px;
	}

/*
Primary (top) navigation.
*/
#primary {
	font-size: 12px;
}

/*
Secondary (left-hand) navigation.
*/
#secondary {
	font-size: 12px;
}
	#secondary ul {
		font-size: 11px;
	}
		#secondary li a:link,
		#secondary li a:visited,
		#secondary li a:hover,
		#secondary li a:active {
			line-height: 13px;
		}

/*
Text header for all feature boxes.
*/
div.feature h2 {
	font-size: 18px;
	line-height: 20px;
}

/*
Text sub-header for all feature boxes.
*/
div.feature h3 {
	font-size: 17px;
	line-height: 20px;
}

/*
Stock ticker table cell data.
*/
div.feature table.stock-ticker tr th,
div.feature table.stock-ticker tr td {
	font-size: 14px;
}

/*
Stock ticker table footnote.
*/
div.feature table.stock-ticker tr.footnote td {
	font-size: 12px;
}

/*
Investor links that sit within the banner.
*/
div.banner-investors ul.clearfix li a {
	font-size: 16px;
}

/*
Summary of search results.
*/
#ftr-searchresults div.summary span.label {
	width: 160px;
}
#ftr-searchresults div.summary span.result {
	left: 175px;
}

/*
Products and Services data table.
*/
table.banner-prodserv thead th {
	font-size: 15px;
}

table.banner-prodserv tbody th {
	font-size: 15px;
}
table.banner-prodserv tbody td {
	font-size: 14px;
}
table.banner-prodserv tbody td h3 {
	font-size: 15px;
}