/*## START BASE STYLES ##*/
			p
			
			/*/*/a{}
			
			body,
			body td,
			body th,
			
			body p.paragraph,
			
			body h1.title,
			/* body p */
			body
			{
				font-size: x-small;
				voice-family: "\"}\"";
				voice-family: inherit;
				font-family:arial;
				font-size: small;
				margin: 0;
			}
			html>body,
			html>body td,
			html>body th,
			
			html>body p.paragraph,
			
			html>body h1.title,
			
			/*	html>body p */
			html>body
			{
				font-size: small;
				font-family: arial;
				margin: 0;
			}

		/* Page title heading tag */
			h1 {
				font-weight: normal;
				margin: 0;
			}
			body h1 { font-size: large; }
			html>body h1 { font-size: large; }

		/* Page sub title heading tag */
			h2 {
				font-weight: bold;
				margin: 0;
			}
			body h2 { font-size: small; }
			html>body h2 { font-size: small; }

		/* Generic bulleted link style */
			.contentLink {
				background-repeat: no-repeat;
				background-position: 2px 4px; /* center left; */
				padding-left: 18px;
			}
			body .contentLink { font-size: small; }
			html>body .contentLink { font-size: small; }

/*## END BASE STYLES ##*/
			
/*## START HEADER ##*/

	/* PwC Logo */
		.pwcLogo {
			padding-bottom: 15px;
		}

	/* Territory Name */
		body .territoryName { font-size: small; }
		html>body .territoryName { font-size: small; }
		.territoryName {
			font-weight: bold;
			padding-right: 20px;
		}

	/* Do not display any language link*/
		.languageLink, .languageLinkSelected {
			display: none;
		}

	/* Selected Language link
		body .languageLinkSelected { font-size: 0.85em; }
		html>body .languageLinkSelected { font-size: 0.85em; }
		.languageLinkSelected {
			font-weight: normal;
			padding: 0 5px 0 5px;
		}

	*/

	/* Display 'Close window' link on print view only */
		div.closeWindow {
			display: block;
			padding-right: 10px;
		}

/*## END HEADER ##*/

/*## START PRESISTENT NAVIGATION ##*/


/*## END PRESISTENT NAVIGATION ##*/

/*## START PRIMARY NAVIGATION ##*/

		.Dropdowns {
			display: none;
		}
		.DropdownContent {
			display: none;
		}
		.DropdownTitle {
			display: none;
		}

		.DropdownEntry {
			display: none;
		}

		.DropdownBorder {
			display: none;
		}

/*## END PRIMARY NAVIGATION ##*/

/*## START LHN MENU ##*/

		.LHN {
			display: none;
		}

		.LHNEntry {
			display: none;
		}

/*## END LHN MENU ##*/

/*## START LHN RVP ##*/

		.RVPBox {
			display: none;
		}
		.RVPBoxOff {
			display: none;
		}

/*## END LHN RVP ##*/

/* ## START PAGE TOOLS ##*/

		.pageTools {
			display: none;
		}

/* ## START PAGE TOOLS ##*/

/*## START RHN CONTACTS ##*/
	/* RHN Contacts box */
		.RHContacts {
			padding: 10px;
			margin-top: 10px;
		}

	/* Defenition list for contacts */
		.RHContacts dl {
			margin-bottom: 10px; 
			margin-top: 10px;
			padding-left: 2px;
		}
		.RHContacts dl { font-size: 0.85em; }
		html>body .RHContacts dl { font-size: 0.85em; }

		.RHContacts dd {
			margin-left: 16px;
		}

	/* More contacts link styles */
		.contactLink {
			display: none;
		}

	/* Country contacts drop down */
		#countryDLLRHN {
			display: none;
		}

		#frmContacts {
			display: none;
		}
/*## END RHN CONTACTS ##*/

/*## START RHN BOX ##*/

/*## END RHN BOX ##*/

/*## START RHN PORTAL ##*/

	.portalTitle {
		display: none;
	}
	.portalLogin {
		display: none;
	}

/*## END RHN PORTAL  ##*/

/*## START FOOTER ##*/
		.footerLinks {
			display: none;
		}

		.footerText {
			font-weight: normal;
			padding: 5px;
			padding-left: 10px;
			width: 100%;
		}
		body .footerText { font-size: 0.85em; }
		html>body .footerText { font-size: 0.85em; }

		span.footerItem {
			padding: 0 4px 0 4px;
		}

		#footerItem1 {
			border: 0;
		}

/*## END FOOTER ##*/

/*## START OUTER PAGE CONTAINER ##*/	

		img.minWidth {
			width: 10px;
			height: 1px;
		}

		#homeContainer {
			margin: 0;
			padding: 0;
			text-align: left;
			width: 770px; /* Homepages are fixed at 800px width */
		}

		#indexContainer {
			margin: 0;
			padding:0;
			text-align:left;
			width: 100%;  /* Fluid layout for index level (Includes microsite & careers homepages) */
		}

		#contentContainer {
			margin: 0;
			padding:0;
			text-align:left;
			width: 100%;  /* Fluid layout for content level */
		}

		#popupContainer {
			margin: 0;
			padding: 0;
			text-align:left;
		}
/*## END OUTER PAGE CONTAINER ##*/	

/* ## START INNER CONTAINER ##*/
		#headerContainer {
			margin: 0;
			padding-top: 10px;
			padding-right: 0;
			padding-bottom: 0;

			/* Added for print */
			border-bottom: 1px solid #82796F;
		}

		#bodyContainer {
			width:100%;
			padding: 0px;
			float: left;
		}
			td.leftCell {
				width: 0%;
			}
			td.centerCell {
				padding: 10px 0 10px 10px;
			}
			td.rightCell {
				width: 190px;
			}
			.pageTitle {
				padding-bottom: 10px;
		/* Page title bottom border removed from print view */
				border-bottom: 0;
			}
			.contentArea {
				padding: 10px 10px 10px 0;
			}
			.micrositeContentArea {
				padding: 10px;
			}
			.popupContentArea {
				padding: 0 0 0 10px;;
			}

		#footerContainer {
			padding: 5px 0 5px 0; /* N E S W */
			text-align: left; width: 100%; /* IE multiple page bug fix */

			/* Added for print */
			border-top: 1px solid #82796F;
		}
/* ## END INNER CONTAINER ##*/

/*## START HEADER CONTAINER ##*/	
		#frameHeader {
			width:100%;
			margin: 0;
			padding: 0 0 10px 0; /* N E S W */
			text-align: right;
		}

		#headerLeft {
			padding:0px;
			float:left;
			text-align: left;
			padding-left: 10px;
		}
		
		#headerRight {
			display: block;
		}

		#persistentContainer {
			display: none;
		}

		#frmCountries, #frmSearch {
			display: none
		}
/*## END HEADER CONTAINER ##*/	

/* ## SPECIFIC TO INDEX TEMPLATE ## */
	/* Container for list columns */
		.indexList { }

	/* Two columns for index list */
		.indexListSplit {
			width: 50%;
			float: left;
		}

	/* List title if required */
		.indexListTitle {
			font-weight: bold;
		}

		.indexListSplit ul li {
			font-weight: normal;
		}
		.indexListSplit { font-size: small; }
		html>body .indexListSplit { font-size: small; } 

/* ## SPECIFIC TO CONTENT TEMPLATE ## */

	/* List title if required */
		.contentListTitle {
			font-weight: bold;
		}

		.contentList ul li {
			font-weight: normal;
		}
		.contentList { font-size: small; }
		html>body .contentList { font-size: small; } 

/* ## SPECIFIC TO POPUP TEMPLATE ## */

	body .closeWindow { font-size: 0.85em; }
	html>body .closeWindow { font-size: 0.85em; }