﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px; /* sets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background-color: white;
	padding: 0; 
}

a img {
	border: none;
}

a:visited {
	color: #064599;
	text-decoration: none;
}

a:link {
	color: #064599;
	text-decoration: none;
}
a:active {
	color: #064599;
	text-decoration: underline;
}

a:hover {
	color: #064599;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

hr.clearFloat {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0;
}

.clearFloat {
	clear: both;
	line-height: 0;
	height: 0;
}

.module {
	clear: both;
	position: relative;
}

.module .cornerBug {
	position: absolute;
	top: 0;
	right: 0;
}

#wrapper {
	width: 980px;
	/* margin: 7px auto 10px auto; */
	margin: 0 auto;
}

#prestitial {
	display: none; /* suppress whitespace when prestitial ad is not served */
}

#header {
	position: relative;
}

#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 11px;
	border-color: #bfbfbf;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#footer p {
	font-size: 1.2em;
	margin-bottom: .7em;
}

#footer .copyright {
	font-size: 1.1em;
	margin-bottom: 1em;
}

/*- Main BW Logo -------------------------------------------------------------*/
/*
#header .logo img {
	display: block;
	margin: 0 0 5px 0;
}
*/
/*- Main Navigation ----------------------------------------------------------*/
/*
#navigation {
	position: relative;
	width: 100%; /* force hasLayout in IE */
/*	height: 60px;
	margin: 0 0 8px 0;
	border-color: #bfbfbf;
	border-width: 1px 0 1px 0;
	border-style: solid;
}
*/
/*
#navigation li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#navMagazine a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navManaging a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navBSchools a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navSmallBiz a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navInnovation a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navAutos a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navTechnology a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navCompanies a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navInvesting a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navEurope a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navAsia a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navTopNews a {
	display: block;
	height: 100%;
	text-indent: -5000px;
}

#navMagazine {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navManaging {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navBSchools {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navSmallBiz {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navInnovation {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navAutos {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navTechnology {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navCompanies {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navInvesting {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navEurope {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navAsia {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}

#navTopNews {
	height: 28px;
	background: url(http://images.businessweek.com/gen/nav/global_nav_20071012.gif) no-repeat;
}
*/
/* tier 1 defaults */
/*
#navTopNews {width: 49px; background-position: 0 1px;}
#navAsia {width: 44px; background-position: -800px 1px;}
#navEurope {width: 62px; background-position: -900px 1px;}
#navInvesting {width: 77px;	background-position: -100px 1px;}
#navCompanies {width: 82px;	background-position: -200px 1px;}
#navTechnology {width: 92px; background-position: -300px 1px;}
#navAutos {width: 55px; background-position: -400px 1px;}
#navInnovation {width: 86px; background-position: -500px 1px;}
#navSmallBiz {width: 76px; background-position: -600px 1px;}
#navBSchools {width: 81px; background-position: -700px 1px;}
#navManaging {width: 79px; background-position: -1100px 1px;}
#navMagazine {width: 77px; background-position: -1000px 1px;}
*/
/* tier 1 highlighting (disable hover states) */
/*
.topNews #navTopNews.hover {background-position: 0 -26px;}
.topNews #navTopNews:hover {background-position: 0 -26px;}
.topNews #navTopNews {background-position: 0 -26px;}
.asia #navAsia.hover {background-position: -800px -26px;}
.asia #navAsia:hover {background-position: -800px -26px;}
.asia #navAsia {background-position: -800px -26px;}
.europe #navEurope.hover {background-position: -900px -26px;}
.europe #navEurope:hover {background-position: -900px -26px;}
.europe #navEurope {background-position: -900px -26px;}
.investing #navInvesting.hover {background-position: -100px -26px;}
.investing #navInvesting:hover {background-position: -100px -26px;}
.investing #navInvesting {background-position: -100px -26px;}
.companies #navCompanies.hover {background-position: -200px -26px;}
.companies #navCompanies:hover {background-position: -200px -26px;}
.companies #navCompanies {background-position: -200px -26px;}
.technology #navTechnology.hover {background-position: -300px -26px;}
.technology #navTechnology:hover {background-position: -300px -26px;}
.technology #navTechnology {background-position: -300px -26px;}
.autos #navAutos.hover {background-position: -400px -26px;}
.autos #navAutos:hover {background-position: -400px -26px;}
.autos #navAutos {background-position: -400px -26px;}
.innovation #navInnovation.hover {background-position: -500px -26px;}
.innovation #navInnovation:hover {background-position: -500px -26px;}
.innovation #navInnovation {background-position: -500px -26px;}
.smallBiz #navSmallBiz.hover {background-position: -600px -26px;}
.smallBiz #navSmallBiz:hover {background-position: -600px -26px;}
.smallBiz #navSmallBiz {background-position: -600px -26px;}
.bSchools #navBSchools.hover {background-position: -700px -26px;}
.bSchools #navBSchools:hover {background-position: -700px -26px;}
.bSchools #navBSchools {background-position: -700px -26px;}
.managing #navManaging.hover {background-position: -1100px -26px;}
.managing #navManaging:hover {background-position: -1100px -26px;}
.managing #navManaging {background-position: -1100px -26px;}
.magazine #navMagazine.hover {background-position: -1000px -26px;}

.magazine #navMagazine:hover {background-position: -1000px -26px;}

.magazine #navMagazine {background-position: -1000px -26px;}
*/

/* hover states */
/*
#navTopNews.hover {background-position: 0 -53px;}
#navTopNews:hover {background-position: 0 -53px;}
#navAsia.hover {background-position: -800px -53px;}
#navAsia:hover {background-position: -800px -53px;}
#navEurope.hover {background-position: -900px -53px;}
#navEurope:hover {background-position: -900px -53px;}
#navInvesting.hover {background-position: -100px -53px;}
#navInvesting:hover {background-position: -100px -53px;}
#navCompanies.hover {background-position: -200px -53px;}
#navCompanies:hover {background-position: -200px -53px;}
#navTechnology.hover {background-position: -300px -53px;}
#navTechnology:hover {background-position: -300px -53px;}
#navAutos.hover {background-position: -400px -53px;}
#navAutos:hover {background-position: -400px -53px;}
#navInnovation.hover {background-position: -500px -53px;}
#navInnovation:hover {background-position: -500px -53px;}
#navSmallBiz.hover {background-position: -600px -53px;}
#navSmallBiz:hover {background-position: -600px -53px;}
#navBSchools.hover {background-position: -700px -53px;}
#navBSchools:hover {background-position: -700px -53px;}
#navManaging.hover {background-position: -1100px -53px;}
#navManaging:hover {background-position: -1100px -53px;}
#navMagazine.hover {background-position: -1000px -53px;}

#navMagazine:hover {background-position: -1000px -53px;}
*/

/* turn off subesection by default */
#navigation li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: white;
	width: 980px; /* percent doesn't work with IE here, use px instead */
	border-color: #bfbfbf;
	border-width: 1px 0 0 0;
	border-style: solid;
}

/* for all links in the list */
#navigation li ul li a {
	display: block;
	height: auto; /* override height from tier 1 anchors */
	line-height: 26px;
	padding: 2px 12px 0 5px;
	font-size: 11px;
	text-indent: 0; /* override text-indent from tier 1 anchors */
	color: #666;
}
/*
.magazine #navMagazine ul {
	display: block;
}

.managing #navManaging ul {
	display: block;
}

.bSchools #navBSchools ul {
	display: block;
}

.smallBiz #navSmallBiz ul {
	display: block;
}

.innovation #navInnovation ul {
	display: block;
}

.autos #navAutos ul {
	display: block;
}

.technology #navTechnology ul {
	display: block;
}

.companies #navCompanies ul {
	display: block;
}

.investing #navInvesting ul {
	display: block;
}

.europe #navEurope ul {
	display: block;
}

.asia #navAsia ul {
	display: block;
}

.topNews #navTopNews ul {
	display: block;
}
*/
/* subsection rollovers */
#navigation li.hover ul {
	display: block;
	z-index: 1000;
}

#navigation li:hover ul {
	display: block;
	z-index: 1000;
}

/* tier 2 highlighting */
/*------------------------------------------------------------*/
/*
.magazineFAQ #mzFAQ a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.magazineSubscribe #mzSubscribe a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.magazineSmallBiz #mzSmallBiz .magazineBWTV #mzBWTV a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.magazineIN #mzIN a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.magazineCoverPodcasts #mzCoverPodcasts a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.magazinePast #mzPast a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.magazineCurrent #mzCurrent a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingWorkingParents #mnWorkingParents a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingIQBlog #mnIQBlog a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingBooks #mnBooks a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingClassroom #mnClassroom a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingColumnists #mnColumnists a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingCaseStudies #mnCaseStudies a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingBoard #mnBoard a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingCompany #mnCompany a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingTeam #mnTeam a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingCareer #mnCareer a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.managingHome #mnHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsNewsletters #bsNewsletters a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsVideos #bsVideos a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsJournals #bsJournals a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsAdmissionsQA #bsAdmissionsQA a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsRankings #bsRankings a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsForums #bsForums a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsCalendar #bsCalendar a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsMBABlogs #bsMBABlogs a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsMBAInsider #bsMBAInsider a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsUndergrad #bsUndergrad a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.bSchoolsHome #bsHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizMagazine #sbMag a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizTech #sbTech a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizSuccessStories #sbSuccessStories a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizSmartCenters #sbSmartCenters a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizLeadership #sbLeadership a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizMarketing #sbMarketing a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizGettingStarted #sbGettingStarted a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.smallBizHome #sbHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationSlideShows #idSlideShows a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationNextBlog #idNextBlog a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationJDPower #idJDPower a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationMediaBlog #idMediaBlog a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationDesignBlog #idDesignBlog a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationBrandBlog #idBrandBlog a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationGameRoom #idGameRoom a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationBrandEquity #idBrandEquity a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationAutos #idAuto a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationArchitecture #idArch a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.innovationHome #idHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosCruiseControl #auCruiseControl a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosHybrids #auHybrids a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosClassicCars #auClassicCars a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosCarCare #auCarCare a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosReviews #auReviews a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosDesign #auDesign a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosBeat #auBeat a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.autosHome #auHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techTelecom #tcTelecom a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techMaven #tcTechMaven a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techInvesting #tcInvesting a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techSpecialReports #tcSpecialReports a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techSoftware #tcSoftware a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techReviews #tcReviews a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techInternet #tcInternet a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techEntertainment #tcEntertainment a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techElectronics #tcElectronics a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techComputers #tcComputers a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techCeoGuide #tcCeoGuide a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techBeat #tcBeat a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.techHome #tcHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.companiesPeople #coPeople a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.companiesLearningCenter #coLearningCenter a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.companiesIndustryNews #coIndustryNews a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.companiesSectors #coSectors a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.companiesHome #coHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingLearningCenter #inLearningCenter a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingRetirement #inRetirement a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingRealEstate #inRealEstate a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingNewsletters #inNewsletters a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingPhilanthropy #inPhilanthropy a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingColumns #inColumns a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingEurope #inEurope a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingBonds #inBonds a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingSectors #inSectors a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingFunds #inFunds a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingStocks #inStocks a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingMarkets #inMarkets a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.investingHome #inHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeNewsletters #euNewsletters a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeProductReviews #euProductReviews a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeInvesting #euInvesting a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeInnovation #euInnovation a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeEnergy #euEnergy a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeEconomics #euEcon a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeCompanies #euCompanies a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeAutos #euAutos a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.europeHome #euHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaNewsletters #asNewsletters a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaEyeOnAsia #asEyeOnAsia a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaInvesting #asInvesting a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaInnovation #asInnovation a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaEconomics #asEcon a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaIndia #asIndia a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaChina #asChina a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.asiaHome #asHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsExecutiveSummary #tnExecutiveSummary a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsDebateRoom #tnDebateRoom a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsBlogs #tnBlogs a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsNewsletters #tnNewsletters a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsNewsmakerVids #tnNewsmakerVids a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsSpecialReports #tnSpecialReports a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsSearch #tnSearch a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsArchive #tnArchive a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

.topNewsHome #tnHome a {
	cursor: default;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}
*/
/*- Search -------------------------------------------------------------------*/
/*
#header #searchForm {
	border: solid 0 transparent; /* removes fieldset borders in Opera 7 */	
/*	position: absolute;
	top: 11px;
	left: 287px;
}
*/
/*
#header #searchTerm {
	width: 180px;
	border: 1px solid #a8a8a8;
	margin-right: 2px;
	padding-left: 2px;
	color: #999;
	vertical-align: bottom;

}

#header #searchTerm.active {
	color: #333;
}

#header #searchForm img {
	vertical-align: bottom;
	width: 53px;
	height: 19px;
}
*/
/*- Register, Sig-n In -------------------------------------------------------*/
/*
#header .welcomePrompt {	
	position: absolute;
	top: 37px;
	left: 286px;
	padding-left: 1px;
	font-size: 1.1em;
}

.welcomePrompt .signInOut {
	border-color: #d9d9d9;
	border-width: 0 0 0 1px;
	border-style: solid;
	padding-left: 5px;
	margin-left: 2px;
}
*/
/*- Magazine Box -------------------------------------------------------------*/
/*
#header #magazineBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 198px;
	height: 52px;
	border: 1px solid #d9d9d9;
	background: #fafafa url(http://images.businessweek.com/mz/covers/current_subscribe_box.jpg) no-repeat 105% 20%;
	overflow: hidden;
}

#header #magazineBox h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin: 5px 0 0 8px;
	padding: 0 0 2px 0;
	border-color: #e5e5e5;
	border-width: 0 0 1px 0;
	border-style: solid;
	width: 90px;
}

#header #magazineBox h4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	margin: 4px 0 0 8px;
}

#header #magazineBox h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	margin: 1px 0 0 8px;
}

#header #magazineBox h5 a {
	color: #ef181e;
}

#header #magazineBox h4 a {
	color: #ef181e;
}
*/
/*- CapIQ Partner Box --------------------------------------------------------*/
/*
#header #capiqPartnership {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	height: 60px;
	background: url(http://images.businessweek.com/gen/logos/capital_iq_190x60.gif) no-repeat 0 0;
	overflow: hidden;
}

#header #capiqPartnership p a {
	display: block;
	height: 160px;
	text-indent: -5000px;
}
*/
/*- Edit Note ----------------------------------------------------------------*/

#header #editNote {
	position: absolute;
	top: 0;
	left: 660px;
	width: 110px;
	height: 52px;
	border: 1px solid #d9d9d9;
	/*background: url(http://images.businessweek.com/icons/promo_bugs/about_our_new_look.gif) no-repeat 0 0;*/
	overflow: hidden;
}

#header #editNote a {
	display: block;
	height: 60px;
	text-indent: -5000px;
}

/*- Ads ----------------------------------------------------------------------*/
/*
#wrapper .ad {
	background-color: #ededed;
	padding: 5px 0 3px 0;
	margin-bottom: 6px;
	text-align: center;
}

#columnLayout .ad {
	border-color: #ededed;
	border-width: 1px 0 1px 0;
	border-style: solid;		
	padding: 8px 0 6px 0;
	margin-bottom: 15px;
	text-align: center;
	background-color: white;
}
*/
/* override extra ad wrapper */
/*
#columnLayout .ad .ad {
	border: none;
	padding: 0;
	margin: 0;
}

.noAd * {
	display: none;
}

#column2 .adPair .ad {
	width: 150px;
	float: left;
}

.textAd ul {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: .8em 0;
}

.textAd ul a {
	font-weight: bold;
	text-decoration: underline;
}
*/