/*-----------------------------------------------------------------------------
Template Style Sheet

version:   1.0
author:    Belinda Hunn (Dow)
email:     belinda.hunn@anz.com
website:   http://www.anz.com/

*/

/* ToDo:  


*/

@import url("header.css");
@import url("accessibility.css");
@import url("navigation.css");
@import url("/common/css/w3cfooter.css");


/* =Typography  this is the layout of the page so will contain the ids
-----------------------------------------------------------------------------*/

body {
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  min-width:789px;
  /*color:#484747;*/
  color:#000;
}
.body-bgd{
  background-color:#ececec;
}

#container{
	width: 789px;
	margin: 0px auto;
	background-color:#fff;
	/*establish a new block formatting context to contain floated blocks so Bgd in FF repeats*/
	display:table;
	background:transparent url("/aus/Corporate-Responsibility-2007/images/content_bgd.gif") repeat-y;
	
}

#home{
	width:795px;
	margin: 0px auto;
}

#flash {
	width:795px;
	margin: 0px auto;
}

#maincontent{
	margin: 0 0;
	width:789px;
	/*background:transparent url("/aus/Corporate-Responsibility-2007/images/content_bgd.gif") repeat-y;*/
	
}
#content{
	clear:both;
	width: 564px;
	margin: 0px 22px 0 0;
	background-color:#fff;
	float:right;	
  	/*Used to fix IE Doubled Float Margin bug */
	display:inline;
}
.info{
	text-align: left;
}
	
/* =Headings/text
-----------------------------------------------------------------------------*/
a{
	color:#0a82bc;
}

h1
{
	font-size: 120%;
	margin:0 0;
}
h2
{
	color:#0495ce;
	font-size: 116%;
}
h3
{	
	font-size: 112%;
	color:#0495ce;
	margin: .6em 0 .6em 0;
}

h4
{	
	font-size: 104%;
	color:#000;
	font-style:normal;
	margin-top:1.6em;
}

h5
{	
	font-size: 100%;
	color:#666;
	font-style:normal;
	margin: .5em 0 0 0;
}

p
{	
	font-size: 100%;
	/*margin:.6em 0 0 0;*/
	margin: 0 0 1.6em 0;
	line-height:1.5em;
	/*letter-spacing: 1px;*/
}

.summary{
	font-size: 105%;
	/*line-height:2em;*/
	line-height:1.6em;
	/*color:#0066cc;*/
	color:#0495ce;
	font-weight:bold;
}
.quote{
	font-size: 95%;
	line-height:1.6em;
	color:#0495ce;
	font-weight:bold;
	margin-bottom:0;
}
.quoter{
	font-size: 95%;
	line-height:1.6em;
	color:#0495ce;
}
/* for the adobe disclaimer not in css*/
.subtext1{
	font-size: 90%;
	color:#666;
	font-weight:normal;
}
.disclaimer{
	font-size: 90%;
	color:#666;
	font-weight:normal;
}
/* =Branding
-----------------------------------------------------------------------------*/


/* =Main Nav
-----------------------------------------------------------------------------*/

/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =Main Content
-----------------------------------------------------------------------------*/
#hometop{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/hometop.jpg") no-repeat;
	width:789px;
	height:112px;
}

#hometop h1{
	text-indent:-2000px;
}

#hometop a{
	float:right;
	text-indent:-2000px;
	display:block;
	width:130px;
	height:70px;
	margin-top:30px;
	margin-right:15px;
	
}

#homecentre{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/homecentre.jpg") no-repeat;
	width:789px;
	height:460px;
}

#homebottom{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/homebottom.jpg") no-repeat;
	width:789px;
	height:138px;
}

#homebuttons{
	list-style-type:none;	
	margin-left:21px;
}

#homebuttons a{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/homebutton.gif") no-repeat;
	width:327px;
	height:25px;
	display:block;
	line-height:23px;
	color:#fff;
	font-size:7.5pt;
	text-decoration:none;
	margin-bottom:7px;
	padding-left:12px;
}

#homebuttons a:hover{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/homebutton_rollover.gif") no-repeat;
}

.option{
	text-align: center;
	padding:20px 0;
	margin:0;
}

.banner{
	height:168px;
	width:564px;
}

.imagecaption {
	color:#666;
	clear:right;
	font-size:90%;
	float:right;
	width:185px;
	padding-left:20px;
	padding-bottom:20px;
}

#intro .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/banner_generic.jpg") no-repeat;
}
#intro .value .banner, #intro .gov .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/extra_banner_04.jpg") no-repeat;
}
#intro .impgov .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/extra_banner_03.jpg") no-repeat;
}
#intro .stakeholder .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/extra_banner_01.jpg") no-repeat;
}
#community .banner, #intro .trust .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/banner_community.jpg") no-repeat;
}
#customers .banner, #intro .customerfirst .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/banner_customers.jpg") no-repeat;
}
#people .banner, #intro .inspire .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/banner_people.jpg") no-repeat;
}
#environment .banner, #intro .impact .banner{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/banner_environment.jpg") no-repeat;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	clear:both;
}


/* =Forms
-----------------------------------------------------------------------------*/


/* =Tables
-----------------------------------------------------------------------------*/
.datatable{
	text-align:left;
	border-collapse:collapse;
	/*border-bottom:#0093D0 20px solid;
	letter-spacing: 1px;*/
}


.datatable th{
	padding:0.9em 10px;
	line-height:1.5em;
	color:#0495ce;
	font-size: 100%;
	/*border-top:#0093D0 20px solid;*/
}

.datatable td{
	padding:15px 10px;
	vertical-align:top;
	font-size: 100%;
	margin: 0 0 1.6em 0;
	line-height:1.5em;
}
.datatable td, .datatable th{
	background-color:#EDEEEE;
	border-bottom:#fff 2px solid;
}

.datatable .last td{
	padding:5px 5px;
}


.datatable .altcol{
	background-color:#E0E1E2;
	/*width:250px;*/
}

#intro .datatable #col1 {
	width:152px;
}

#intro .datatable #col2 {
	width:250px;
}

#intro .datatable #col3 {
	width:102px;
}

#intro .datatable .altcol{
	width:250px;
}

#people .datatable th{
	color:#f90;
	width:33%;
}

#people .datatable td, #people .datatable th{
	background-color:#fae4b7;
}

#people .datatable .altcol{
	background-color:#fceece;
}

#people .datatable .thirdcol {
	background-color:#fdf6e4;
}

#people #peopletable .tabletitle{
	background-color:#F4C458;
	color:#fff;
	width:100%;
}

#people #peopletable th, #people #peopletable td, 
#community #communitytable th, #community #communitytable td,
#environment #environmenttable th, #environment #environmenttable td{
	background-color:#eee;
	font-size:90%;
	padding:5px 10px;
}

#people #peopletable .altcol, #community #communitytable .altcol, #environment #environmenttable .altcol{
	background-color:#e0e0e0;
}

#people #peopletable th{
	width:40px;
}	

#people #peopletable #col1{
	width:290px;
}
#people #peopletable .total{
	font-weight:bold;
}	
#people #peopletable .altcol, #people #peopletable .colnumeric, 
#community #communitytable .altcol,
#environment #environmenttable .altcol, #environment #environmenttable .colnumeric{
	text-align:right;
}

#customers .datatable td, #customers .datatable th{
	background-color:#D5CCC0;
}

#customers .datatable .altcol{
	background-color:#E1DAD3;
}

#customers .datatable .thirdcol {
	background-color:#F0EDE9;
}

#customers .datatable th{
	color:#84684F;
	width:33%;
}

#community .datatable td, #community .datatable th{
	background-color:#C5DBEA;
}

#community .datatable .altcol{
	background-color:#D6E6F1;
}

#community .datatable .thirdcol {
	background-color:#EAF2F7;
}

#community .datatable th{
	color:#959595;
	width:33%;
}
#community #communitytable{
	margin:5px auto;
}
#community #communitytable .tabletitle{
	background-color:#83B4D0;
	color:#fff;
	width:100%;
}

#environment .datatable td, #environment .datatable th{
	background-color:#E4E8BA;
}

#environment .datatable .altcol{
	background-color:#ECEFCF;
}

#environment .datatable .thirdcol {
	background-color:#F5F7E6;
}

#environment .datatable th{
	color:#62BF64;
	/*color:#BDC750;*/
	width:33%;
}

#environment #environmenttable .tabletitle{
	background-color:#BDC750;
	color:#fff;
	width:100%;
}

#environment #environmenttable .colgrouptitle{
	background-color:#D4D98F;
	color:#fff;
}

#environment #environmenttable th{
	width:105px;
}

#environment #environmenttable #col1{
	width:165px;
}


#indicators table{
	margin-bottom:20px;
}

#indicators .datatable th{
	padding:3px 2px;
	line-height:1.5em;
	color:#666;
}
#indicators  .years th{
	text-align:right;
	color:#06c;
	padding:3px 4px;
}
#indicators .headerrow{
	background-color:#A7D6EF;
}
#indicators ol{
	padding-left:25px;
} 

#indicators td.colnumeric, #indicators td.altcol{
	text-align:right;
	padding:4px 3px;
	vertical-align:middle;
}


#indicators td.lastrow{
	background-color:#C7EAFB;
	border-bottom:#0093D0 20px solid;
	text-align:left;
	width:100%;
}

/* =Popups
-----------------------------------------------------------------------------*/
/* =Misc 1
-----------------------------------------------------------------------------*/
.left{
	float:left;
}
.right{
	float:right;
	margin-right:50px;
}

.projection{
	width:520px;
}
.graph{
	/*float:left;*/
	height:203px;
	width:550px;
	clear:both;
}

/*.goals{
	float:right;
	width:300px;
}*/
#intro .customerfirst .graph{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_customer_satisfaction.gif") no-repeat center;
}

#intro .impgov .graph{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_share_price_and_dividend.gif") no-repeat center;
	}
/*#intro .impgov .goals{
	width:215px;
}*/

#intro .inspire .graph{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_anz_employment_engagement.gif") no-repeat center;
}

#intro .trust .graph{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_anz_community_investment.gif") no-repeat center;
}

#intro .impact .graph{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_performing_against_two_year_goals.gif") no-repeat center;
}

.info ul{
	padding-left:20px;
	margin-bottom:1em;
} 
.info ul li{
	margin:5px 0;
	list-style-image: url("/aus/Corporate-Responsibility-2007/images/bullet_blue.gif");
	line-height:1.5em;
}

#people ul li {
	list-style-image: url("/aus/Corporate-Responsibility-2007/images/bullet_orange.gif");
}

#peoplechart1{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_employee_globally_by_contract_type.gif") no-repeat center;
	height:88px;
	width:550px;
	margin-bottom:20px;
}

#people .flexibility .disclaimer{
	font-size:80%;
}

#customers ul li {
	list-style-image: url("/aus/Corporate-Responsibility-2007/images/bullet_brown.gif");
}

#customerschart1{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_anz_customer_satisfaction.gif") no-repeat center;
	height:260px;
	width:550px;
}

#community ul li {
	list-style-image: url("/aus/Corporate-Responsibility-2007/images/bullet_grey.gif");
}
#community ul li h5{
	display:inline;
	}
#communitychart1{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/graph_total_value.gif") no-repeat center;
	height:240px;
	width:550px;
}

#environment ul li {
	list-style-image: url("/aus/Corporate-Responsibility-2007/images/bullet_green.gif");
}


/*.goals .left{
	float:left;
	width:42%;
}

.goals  .right{
	float:right;
	width:42%;
}*/

.addressing{
	border-top:#ccc 20px solid;
	border-bottom:#ccc 20px solid;
	margin-top:10px;
	
}
.governance-chart{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/chart_map_for_governance.gif") no-repeat;
	width:557px;
	height:216px;
	margin-top:20px;
}

.shadow{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/bottom_page_shadow.gif") no-repeat;
	width:789px;
	height:46px;
	margin:auto;
	clear:both;
}

/* =Misc 2
-----------------------------------------------------------------------------*/

.steps{
	text-align:right;
	font-weight:bold;
	font-size:82%;
	/*margin-top:15px;*/
	margin-bottom:15px;
	width:555px;
	height:29px;
	clear:both;
}
.steps ul{
	padding:8px 5px;
	list-style-type:none;
}

.steps li {
	display: inline;
}
.steps .first a,.steps .last a,.steps .separator{
	color: #000;
}
.steps .first a:hover,.steps .last a:hover{
	color:  #0AB3FB;
}

.impact .start .steps ul, .approach .start .steps ul, .flexibility .start .steps ul, .managing .start .steps ul, .lending .start .steps ul, .literacy .start .steps ul, .opportunities .start .steps ul, .climate .start .steps ul, .friendly .start .steps ul{
	padding:15px 5px;
	list-style-type:none;
}

#intro .steps .first a,#intro .steps .last a,#intro .steps .seperator{
	color: #fff;
}
#customers .steps .first a,#customers .steps .last a,#customers .steps .seperator{
	color: #fff;
}
#intro .steps .first a:hover,#intro .steps .last a:hover{
	color: #9fc;
}
#customers .steps .first a:hover,#customers .steps .last a:hover{
	color: #0AB3FB;
}
.start h3{
	display:none;
}

#intro  #end .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/heading_blue.gif") no-repeat;
}

#people #end .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/heading_orange.gif") no-repeat;
}
#customers #end .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/heading_brown.gif") no-repeat;
}
#community #end .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/heading_grey.gif") no-repeat;
}
#environment #end .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/heading_green.gif") no-repeat;
}
#indicators #end .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/heading_clear.gif") no-repeat;
}


#intro .introduction .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_intro.gif") no-repeat;
}
#intro .about .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_about.gif") no-repeat;
}

#intro .ceo .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_ceo.gif") no-repeat;
}
#intro .chair .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_chair.gif") no-repeat;
}
#intro .value .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_creating_value.gif") no-repeat;
}
#intro .trust .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_earning_community_trust.gif") no-repeat;
}
#intro .impgov .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_improving.gif") no-repeat;
}
#intro .inspire .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_leading_and_inspiring.gif") no-repeat;
}
#intro .impact .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_DB_managing.gif") no-repeat;
	height:48px;
}
#intro .customerfirst .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_putting_Customers.gif") no-repeat;
}
#intro .gov .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_gov.gif") no-repeat;
}
#intro .govcont .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_gov_con.gif") no-repeat;
}
#intro .stakeholder .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/blue_stakeholder.gif") no-repeat;
}

#people .engaging .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/orange_eng-global-work.gif") no-repeat;
}
#people .flexibility .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/orange_DB_providing-flex.gif") no-repeat;
	height:48px;
}
#people .managing .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/orange_DB_managing-opp.gif") no-repeat;
	height:48px;
}
#people .approach .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/orange_DB_our-approach.gif") no-repeat;
	height:48px;
}
#people .women .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/orange_dev-women.gif") no-repeat;
}



#customers .approach .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/brown_our_approach.gif") no-repeat;
	height:48px;
}
#customers .managing .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/brown_DB_managing-social-env.gif") no-repeat;
	height:48px;
}
#customers .fairerfees .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/brown_fairier-fees.gif") no-repeat;
}
#customers .lending .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/brown_responsible_lending.gif") no-repeat;
	height:48px;
}


#community .approach .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/grey_DB_our-approach.gif") no-repeat;
	height:48px;
}
#community .loans .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/grey_making_progress.gif") no-repeat;
	}
#community .opportunities .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/grey_DB_impro-finnacial.gif") no-repeat;
	height:48px;
}
#community .literacy .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/grey_DB_working-comm.gif") no-repeat;
	height:48px;
}


#environment .approach .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/green_environment.gif") no-repeat;
	height:48px;
}
#environment .climate .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/green_DB_leading-and-resp.gif") no-repeat;
	height:48px;
}
#environment .friendly .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/green_DB_craeting-workpalces.gif") no-repeat;
	height:48px;
}
#environment .influencing .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/green_influencing.gif") no-repeat;
}



#indicators .assurance .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/clear_assurance.gif") no-repeat;
}
#indicators .recognition .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/clear_recognition.gif") no-repeat;
}
#indicators .performance .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/clear_our_performance.gif") no-repeat;
}
#indicators .contact .steps{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/clear_contacts.gif") no-repeat;
}


#community .marker ul.disclaimer{
	padding-left:20px;
}
#community .marker ul.disclaimer li{
	list-style-image: url("/aus/Corporate-Responsibility-2007/images/graph_total_value_marker.gif");
}


/* =Misc 2
-----------------------------------------------------------------------------*/
.principle{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/chart_stakeholder_engagement_principles.gif") no-repeat;
	width:557px;
	height:104px;
	text-indent:-2000px;
	margin: 10px auto;
}

.principle ul{
	padding:5px 10px;
	list-style-type:none;
}

.principle li {
	display: inline;
}

#intro .chair .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_charles_goode.jpg") no-repeat right top;
	width:212px;
	height:188px;
	float:left;
	text-indent:-2000px;
}
#intro .chair .signature{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/signature_charles.gif") no-repeat right top;
	height:129px;
	text-indent:-2000px;
}

#intro .ceo .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_mike_smith.jpg") no-repeat right top;
	width:212px;
	height:188px;
	float:right;
	text-indent:-2000px;
}
#intro .ceo .signature{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/signature_mike.gif") no-repeat right top;
	height:168px;
	text-indent:-2000px;
}
#people .women .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_people_developing_women_in_leadership.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

#people .managing .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_people_managing_opportunities_and_impact_of_offshoring.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

#customers .fairerfees .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_customers_implementing_fairer_fees.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

#customers .managing .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_customers_managing_social_and_enviro_risks.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

#community .literacy .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_community_working_to_improve_financial_literacy.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

#community .opportunities .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_community_improving_indigenous.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

#environment .climate .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_environment_lending_and_responding.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

#environment .friendly .image{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/image_environment_creating_more_enviro_friendly_workplaces.jpg") no-repeat right top;
	width:212px;
	height:191px;;
	float:right;
	text-indent:-2000px;
}

.ACRI{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/logos_03.gif") no-repeat right center;
	width:520px;
	height:75px;
}

.CDP{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/logos_05.gif") no-repeat right center;
	width:520px;
	height:75px;
}

.Dow{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/logos_07.gif") no-repeat right center;
	width:520px;
	height:75px;
}

.FTSE{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/logos_09.gif") no-repeat right center;
	width:520px;
	height:75px;
}

.Moneymag{
	background:transparent url("/aus/Corporate-Responsibility-2007/images/logos_11.gif") no-repeat right center;
	width:520px;
	height:75px;
}
#discPDF
{
	margin-left: 10px; 
	margin-top: -10px;
	margin-bottom: 0px
}
