/* 
 TYPOGRAPHY
 Font related information only (ie. font-*, text-*, line-height )
 See http://www.alistapart.com/articles/howtosizetextincss for sizing technique

*/
body, .home-content div p {
	font-family: arial, sans-serif;
  	/*font-size:100%; - This is defined in the reset.css so dont need it here*/
  	line-height:1.125em; /* 16×1.125=18 */
}

p{
	line-height: 1.25em;
}



h1, h2, h3, h4, h5, h6{
	line-height: 1.5em;
}

h1, div.number  {
	font-size: 	1.375em;
}

h3{
	font-size: 	1em;
}


h2, .home-content p {
	font-size: 0.875em;
}

h2{
	line-height: 2.5em;
}

h4 {
	font-size: 0.6875em;
}

ul#navigation {
  font-size: 0.875em;
}

p, .respected-images li {
	font-size: 0.6875em;
}

.home-content div p, .editorial-links dd {
	font-size: 0.689em;
	line-height: 1.25em;
}

.company-information p{

}

.home-content p a {
	font-size: 1em;
}

a {
	text-decoration:none;	
}

.tbl {
	font-size: 0.625em;
}

h1,
h4,
#navigation h3,
.tbl th,
#sector-key,
#sector-key li,
#sector-nav,
.company-information dl dt,
.editorial-links dd a span,
h3{
	text-transform: uppercase;
}

.tbl td a {
	font-weight:bold;
	text-decoration:none;
}

.editorial-links dd a.image-link:hover {
	text-decoration: none !important;
}

.tbl td {
	line-height:1.125em;
}

span.rank-number{
	font-size:1.42em;
	font-style:italic;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}

strong, .company-information h2,  .company-information h2 a, span.company-watch, .home-content p.intro, .company-information dl dt, .home-content p a {
	font-weight:bold;
}

.supporting-content h2 {
	font-size:  1.375em;
}

h1 .sector-title,
body#show .south-west {

	line-height:1em;
	font-size: 1em;

}
.company-information h2,  .company-information h2 a, .home-content p {
	font-style:italic;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}
.company-information dl {
	font-size: 0.625em;
}

.home-content div p{
	font-style: normal;
}

.tbl tr td {
	text-transform:capitalize;
}


#sector-nav, #sector-key li {
	font-size:0.625em;
	line-height:1.25em;
}