/* --------------------------
// CBA Annual Report 2004
// CSS for screen
-------------------------- */

body
{
	font-family: verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.3;
	font-size-adjust: none;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	background-image: url(page_bg.gif);
	background-position: 0 50%;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

a { text-decoration: underline; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #FDB927; }

a:active
{
	color: #9b9bbc;
	text-decoration: none;
}

acronym
{
	text-decoration: none;
	font-style: normal;
	border: 0;
}

#top
{
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

* html #top
{
	position: relative;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

#header
{
	background-color: #E6E6E6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	display: block;
	clear: both;
	height: 30px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#header h1
{
	background-image: url(cba_logo_146x27.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 146px;
	height: 27px;
	display: inline;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

#header h1 a
{
	height: 27px;
	width: 150px;
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

/* Start IE Win/Mac Fix */
* html #header h1 a { top: 0; }

/* End, but fix for CSS compliant browsers */
html>body div#header h1 a { top: 0; }
#header h1 span { display: none; }

#shareholdercentre
{
	background-color: #FFF;
	display: inline;
	position: absolute;
	top: 32px;
	right: 0;
	bottom: auto;
	left: 0;
	margin: 0;
	padding: 0;
	height: 35px;
}

/* Start IE Win/Mac Fix */
* html #shareholdercentre
{
	top: 30px;
	width: 100%;
	margin-left: 0;
	margin-right: 1%;
	line-height: 1.0;
	z-index: auto;
}

* html #shareholdercentre a
{
	margin-bottom: 0;
	padding: 0;
}

* html #shareholdercentre p { }

/* End, but fix for CSS compliant browsers */
html>body #shareholdercentre { }
#shareholdercentre span.none { display: none; }
#shareholdercentre h2 { background: rgb(255,255,255); }

/* Start IE Win Fix */
* html #shareholdercentre h2
{
	display: block;
	height: 35px;
	margin: 0;
}

/* End, but fix for CSS compliant browsers */
html>body #shareholdercentre h2
{
	display: inline;
	height: 35px;
}

#shareholdercentre h2 a
{
	background-image: url(images/shareholder_centre_230x34.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 250px;
	height: 32px;
	text-decoration: none;
	display: block;
}

#shareholdercentre h2 a:link,
#shareholdercentre h2 a:visited,
#shareholdercentre h2 a:hover,
#shareholdercentre h2 a:active { color: #000000; }

#shareholdercentre p
{
	display: inline;
	position: absolute;
	top: 4px;
	right: 10px;
	bottom: auto;
	left: auto;
	margin: 0;
	margin-left: auto;
	margin-right: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	float: right;
}

/* Start IE Win fix */
* html #shareholdercentre p { right: 10px; }

/* End IE Win fix */
/* CBA masthead navigation */
ul#sitenav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 350px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
}

/* Start IE Win fix */
* html ul#sitenav { display: inline; }

/* End, but fix for CSS compliant browsers */
html>body ul#sitenav { }

ul#sitenav li
{
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	border-right: 1px #FDB927 solid;
}

ul#sitenav li.last
{
	border-right: none;
	margin-right: 0;
}

ul#sitenav li a
{
	display: block;
  	padding: 2px 5px 2px 3px;
	text-decoration: none;
}

* html ul#sitenav li a { float: left; }
ul#sitenav li a:link { color: #000; }
ul#sitenav li a:visited { color: #000; }
ul#sitenav li a:hover { color: #FDB927; }
ul#sitenav li a:active { color: #FDB927; }


#content
{
	background-color: rgb(255,255,255);
	line-height: 1.4;
	position: relative;
	top: 0px;
	left: 5px;
	bottom: auto;
	right: 0;
	padding-right: 10px;
}

/* Fix for IE Win */

* html #content
{
	position: static;
	margin-top: 0px;
	margin-left: 7px;
	z-index: 100;
}

/* Start IE Win/Mac hiding */
html>body #content { padding: 3px 10px 25px 0; }

/* End IE Mac hiding */
#content h1, #content h2, #content h3, #content h4, #content h5
{
	line-height: 1.0;
	font-weight: bold;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 5px;
}

#content h1
{
	font-size: 20px;
	margin-bottom: 20px;
}

#content h2
{
	font-size: 16px;
	color: #666;
}

#content h3 { font-size: 14px; }

#content h4
{
	font-size: 14px;
	color: #666;
}

#content h5 { font-size: 12px; }

#content p
{
	margin: 0;
	margin-bottom: 10px;
}

#content #line2 { font-weight: bold; }

* html #content #line2
{
	margin-top: -15px;
	margin-bottom: 15px;
}

html>body #content #line2
{
	margin-top: -20px;
	margin-bottom: 10px;
}
#content #profits,
#content #earningspershare,
#content #dividend,
#content #returnonequity,
#content #assets
{
	margin: 0;
	margin-right: 185px;
	padding-right: 10px;
	float: none;
	clear: right;
	min-height: 230px;
}

#content #capitalmanagement,
#content #shareholders
{
	float: none;
	clear: right;
}

* html #content #profits,
* html #content #earningspershare,
* html #content #dividend,
* html #content #returnonequity,
* html #content #assets
{
	padding-right: 0;
	padding-bottom: 10px;
}

* html #content #capitalmanagement,
* html #content #shareholders { margin-right: 10px; }

#content #assets h3
{
	clear: right;
	float: none;
}

#content #profits img,
#content #earningspershare img,
#content #dividend img,
#content #returnonequity img,
#content #assets img,
#content #capitalmanagement img,
#content #shareholders img
{
	margin: 0 -190px 10px 0;
	padding: 0;
	border: 1px #E6E6E6 solid;
	float: right;
	clear: right;
}

* html #content #profits p,
* html #content #earningspershare p,
* html #content #dividend p,
* html #content #returnonequity p,
* html #content #assets p,
* html #content #capitalmanagement p,
* html #content #shareholders p
{
	padding-right: 10px;
	margin: 0;
}

#content #assets p { margin-bottom: 180px; }

#content #intro
{
	display: block;
	color: black;
	line-height: normal;
	font-weight: bold;
	padding: 0;
	margin: 30px 0 20px 0;
}



#content ul {
	PADDING-RIGHT: 0px; LIST-STYLE: circle url(../images/em_dash.gif) outside; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; MARGIN: 0px 20px 15px 0px; PADDING-TOP: 0px
}
#content ul li {
	LIST-STYLE: circle url(../images/em_dash.gif) outside; MARGIN-BOTTOM: 5px
}

#content ul li.indent1,
#content ul.indent1 li { margin-left: 20px; }

/* Notes to the financial statements navigation */
div#wrappern2tfs ul#notestothefinancialstatements
{
	background-color: #FFC !important;
	float: none;
	clear: right;
}

ul#notestothefinancialstatements
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: none;
	position: absolute;
	top: 60px;
	left: 250px;
	display: block;
}

/* Start IE Win fix */
* html ul#notestothefinancialstatements { display: block; }

/* End, but fix for CSS compliant browsers */
html>body ul#notestothefinancialstatements { }

ul#notestothefinancialstatements li
{
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	border-right: 1px #FDB927 solid;
}

ul#notestothefinancialstatements li.last
{
	border-right: none;
	margin-right: 0;
}

ul#notestothefinancialstatements li a
{
	display: block;
	padding: 2px 5px 2px 3px;
	text-decoration: none;
	background-color: #FFC !important;
}

* html ul#notestothefinancialstatements li a { float: left; }
ul#notestothefinancialstatements li a:link { color: #000; }
ul#notestothefinancialstatements li a:visited { color: #000; }
ul#notestothefinancialstatements li a:hover { color: #FDB927; }
ul#notestothefinancialstatements li a:active { color: #FDB927; }

#content #graphs
{
	display: block;
	float: none;
	clear: right;
	margin-bottom: 10px;
	padding: 0;
}

#content #graphs img
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px #E6E6E6 solid;
}

#content #graphs img#dividendspershare,
#content #graphs img#lendingassets
{
	float: none;
	clear: right;
}

#content #percentileranking
{
	padding: 0 0 10px 0;
	margin-left: 20px;
	display: block;
	width: 275px;
	text-align: center;
	line-height: 1.0;
}

#content #percentileranking { float: none; }

#content #percentileranking p
{
	display: inline;
	margin-right: auto;
	margin-left: auto;
}

/* tables */
#content table
{
	margin-bottom: 10px;
	border-bottom: 1px #000 solid;
	font-size: 10px;
	border-collapse: collapse;
}
/* Start IE Win < 6.0 Fix */
i {content: "\"/*" }
#content table
{
	font-size: inherit;
	width: 100%;
}
/* End IE Win < 6.0 Fix */

#content table thead th
{
	line-height: 1.1;
	padding-right: 1px;
}

#content table tbody 
{
	line-height: 1.5;
	padding-top: 10px;
}

#content table tbody td { vertical-align: top;  }

#content table .l
{
	border-left: 0;
	white-space: normal;
}

#content table tbody th.l em
{
	font-style: italic;
	font-weight: normal;
}

#content table th.lindent, #content table td.lindent
{
	border-left: 0;
	padding-left: 10px;
	text-align: left;
	white-space: normal;
}

#content tr.ul th, #content tr.ul td
{
	border-bottom: 1px #000 solid;
	border-collapse: collapse;
}

#content tr.noul th, #content tr.noul td, #content th.noul, #content td.noul { border-bottom: 0 !important; }

#content tr.ulb th, #content tr.ulb td
{
	border-bottom: 1px #000 solid;
	border-collapse: collapse;
	font-weight: bold;
}

#content tr.ul th { vertical-align: bottom; }

#content th, #content td
{
	text-align: right; 
	vertical-align: top;
	padding: 1px 5px 1px 10px;
}

#content table.l th, #content table.l td, #content .l
{
	text-align: left;
	padding-right: 10px;
	padding-left: 0;
	text-transform: inherit;
}

#content table.r th, #content table.r td, #content .r
{
	text-align: right;
	white-space: nowrap;
	text-transform: inherit;
}

#content table th.c, #content table td.c, #content .c
{
	text-align: center !important;
	padding: 1px 0;
}

#content table th.cul, #content table td.cul, #content .cul
{
	text-align: center !important;
	border-bottom: 1px #000 solid;
}

#content tr.ul th { border-bottom: 1px #000 solid; }
#content .b { font-weight: bold !important; }
#content .p { font-weight: normal !important; }
#content table#creditratings { margin: 10px 0; }
#content table#committeemeetings tbody .l { white-space: nowrap; }
* html #content table#directorsmeetings thead th,
* html #content table#committeemeetings thead th,
* html #content table#committeemeetings tbody .l { line-height: 1.8; }
#content table#committeemeetings { border-top: 1px #000 solid; }

#content table#directorsshareholdings td.l
{
	width: 200px;
	min-width: 130px;
	white-space: nowrap;
}

#content table#erpgrantssummary { border: 0; }

#content table#erpgrantssummary td
{
	border: 0;
	text-align: left;
	vertical-align: top;
}

#content table#fiveyearfinancialsummary
{
	border: 0;
	vertical-align: bottom;
}

#content table#fiveyearfinancialsummary th,
#content table#fiveyearfinancialsummary td { vertical-align: bottom; }

#content table#fiveyearfinancialsummary thead th,
#content table#fiveyearfinancialsummary2 thead th,
#content table#statementoffinancialperformance thead th,
#content table#statementoffinancialposition thead th,
#content table#statementofcashflows thead th
{
	padding-top: 5px;
	font-weight: normal;
}

#content table#erpgrantssummary th, #content table#erpgrantssummary td
{
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: left;
	padding: 2px 10px 2px 5px;
}

#content table#erpgrantssummary th { white-space: nowrap; }
#content table#erpgrantssummary th.l, #content table#erpgrantssummary td.l { border-left: 0; }

#content table#erpgrantssummary td.lwrap
{
	white-space: normal;
	border-left: 0;
}

#content table#directorsmeetings { border-top: 1px #000 solid; }
#content table#composition { border: 0; }

#content table#composition td
{
	/*border-bottom: 1px #000 solid;*/
	border-collapse: collapse;
	padding: 0;
}

#content table#composition th, #content table#composition td
{
	text-align: left;
	padding: 1px 10px 1px 0;
}

#content table#top20holdersoffpos,
#content table#rangeofshares,
#content table#top20holdersofperls,
#content table#rangeofsharesperls,
#content table#topholdersofperlsii,
#content table#rangeofsharesperlsii { margin-top: 10px; }
#content table#frbs1,
#content table#frbs2,
#content table#frbs3 { margin-top: 15px; }

#content table#frbs1 thead th,
#content table#frbs2 thead th,
#content table#frbs3 thead th
{
	vertical-align: bottom;
	line-height: 1.2;
}

#content table#earningspershare{
    margin-right: 0;
}

#content table#frbs1 tbody td,
#content table#frbs3 tbody td { font-weight: bold; }
#content table#frbs1 tbody td.l,
#content table#frbs3 tbody td.l { font-weight: normal; }
#content table#earningspershare tbody td.l { }
#content table#earningspershare tbody th { line-height: 1.1; }

#content table#renumerationofdirectors thead th,
#content table#renumerationofspecifiedexecutives thead th
{
	border-left: 1px #000 solid;
	padding-right: 3px;
	padding-left: 3px;
	white-space: normal;
}

#content table#renumerationofdirectors thead .bn,
#content table#renumerationofspecifiedexecutives thead .bn,
#content table#renumerationofdirectors thead th#ye30j,
#content table#renumerationofspecifiedexecutives thead th#ye30j2 { border-left: 0; }

#content table#renumerationofdirectors thead .bnp,
#content table#renumerationofspecifiedexecutives thead .bnp
{
	border-left: 0;
	font-weight: normal;
}

#content table#renumerationofdirectors tbody th,
#content table#renumerationofspecifiedexecutives tbody th { white-space: normal; }

#content table#fvoa
{
	margin-left: 18px;
	margin-bottom: 15px;
}

#content table#fvoa tbody td.l { font-weight: bold; }
#content table#eepsoo tbody .l,
#content table#options tbody .l,
#content table#shares tbody .l,
#content table#sharesdirectors tbody .l,
#content table#sharesexecutives tbody .l,
#content table#loanaggregates tbody .l,
#content table#loansover100k tbody .l { white-space: nowrap; }
#content table#options tbody td.ul,
#content table#shares tbody td.ul,
#content table#sharesdirectors tbody td.ul,
#content table#sharesexecutives tbody td.ul { border-bottom: 1px #000 solid !important; }
#content table#options tbody tr.b td { vertical-align: middle !important; }
#content table#shares tbody tr.b td
#content table#sharesdirectors tbody tr.b td,
#content table#sharesexecutives tbody tr.b td { vertical-align: bottom !important; }
#content table#shares tbody tr.b td,
#content table#sharesdirectors tbody tr.b td,
#content table#sharesexecutives tbody tr.b td { white-space: nowrap; }

#content table#shares tbody td#total,
#content table #totalforspecdir,
#content table #totalforspecexec
{
	vertical-align: top !important;
	padding-top: 3px;
	border: 0;
}

#content table#loansover100k { border: 0; }
#content table#loansover100k tbody td { padding-right: 0; }
#content table#nedspgrantsdetails thead th.l { white-space: nowrap; }
#content table#erpacquiredoptions tbody td { vertical-align: top; }

#content table#rewardshares thead th,
#content table#rewardshares tbody th,
#content table#rewardshares tbody td
{
	padding-left: 5px;
	padding-right: 5px;
}

#content table#rewardshares tbody td { white-space: nowrap; }
#content table#rewardshares thead th.l,
#content table#rewardshares tbody th.l,
#content table#rewardshares tbody td.l { padding-left: 5px; }

/* notes to the financial statements */
#content #n2tfs { }

#content #n2tfs h2
{
	font-size: 20px;
	color: #FC0;
	margin-bottom: 10px;
}

#content #n2tfs h3
{
	font-size: 16px;
	color: #666;
}

#content #n2tfs h4
{
	font-size: 14px;
	color: #000;
}

#content #n2tfs h5
{
	font-size: 13px;
	color: #000;
	font-style: italic;
}

#content #n2tfs h6 { font-size: 12px; }

/* return to the top */
#content #r2t
{
	display: block;
	margin: 15px 0 5px 0;
}

/* signatures */
#content #signatures
{
	display: block;
	clear: right;
	margin: 20px 0;
}

#content #signatures img
{
	display: block;
	margin: 0 0 10px 0;
}

#content #signatures p { }

/* director signatures */
#content #signatures #chairmansignature
{
	display: block;
	float: left;
	margin-right: 50px;
}

#content #signatures #ceosignature { display: block; }

/* auditor signatures */
#content #signatures #auditorcompany
{
	display: block;
	float: left;
	margin-right: 50px;
}

#content #signatures #auditorname { display: block; }

/* directors */
#content div.director
{
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}

* html #content div.director img { margin-bottom: -5px; }
html>body #content div.director img { margin-bottom: 5px; }

#content div.director p
{
	margin: 0;
	clear: left;
}

#content div.director p.title { margin-bottom: 5px; }

/* notes */
#content .sup
{
	font-size: .8em;
	vertical-align: super;
	text-transform: inherit;
}

/* Win IE fix \*/
* html #content a.sup { line-height: 2.0; }

/* Win IE fix end */
#content h2 .sup { font-size: .5em; }

#content #note,
#content #notea,
#content #noteb,
#content #notec,
#content #noted,
#content #notee,
#content #notef,
#content #noteg,
#content #noteh,
#content #notei,
#content #notej,
#content #notek,
#content #notel,
#content #notem,
#content #noten,
#content #noteo,
#content #notep
{
	margin: 15px 0;
	font-size: 0.9em;
	text-align: left !important;
}

#content #notepercentileranking
{
	margin: 15px 0;
	margin-left: 20px;
	font-size: 0.9em;
	text-align: left !important;
}

#content #notepercentileranking p
{
	margin: 0 20px 5px 18px;
	text-indent: -18px;
	text-transform: inherit;
}

#content #note1graph
{
	margin: 5px 0 5px 20px;
	font-size: .8em;
}

#content #note p,
#content #notea p,
#content #noteb p,
#content #notec p,
#content #noted p,
#content #notee p,
#content #notef p,
#content #noteg p,
#content #noteh p,
#content #notei p,
#content #notej p,
#content #notek p,
#content #notel p,
#content #notem p,
#content #noten p,
#content #noteo p,
#content #notep p
{
	margin: 0 0 5px 18px;
	text-indent: -18px;
	text-transform: inherit;
}

* html #content #note p,
* html #content #notea p,
* html #content #noteb p,
* html #content #notec p,
* html #content #noted p,
* html #content #notee p,
* html #content #notef p,
* html #content #noteg p,
* html #content #noteh p,
* html #content #notei p,
* html #content #notej p,
* html #content #notek p,
* html #content #notel p,
* html #content #notem p,
* html #content #noten p,
* html #content #noteo p,
* html #content #notep p
{
	margin-left: 20px;
	text-indent: -22px;
}

html>body #content #note p,
html>body #content #notea p,
html>body #content #noteb p,
html>body #content #notec p,
html>body #content #noted p,
html>body #content #notee p,
html>body #content #notef p,
html>body #content #noteg p,
html>body #content #noteh p,
html>body #content #notei p,
html>body #content #notej p,
html>body #content #notek p,
html>body #content #notel p,
html>body #content #notem p,
html>body #content #noten p,
html>body #content #noteo p,
html>body #content #notep p
{
	margin: 0 0 5px 18px;
	text-indent: -18px;
	text-transform: inherit;
}

#content #note p.indent,
#content #notea p.indent,
#content #noteb p.indent { text-indent: 0; }

#content #chairman img, #content #ceo img
{
	display: block;
	margin-bottom: 5px;
}

/* report based navigation */
#navigation
{
	background-color: #FFFFFF;
	color: #000;
	line-height: 1.0;
	position: absolute;
	top: 65px;
	left: 0;
	right: auto;
	bottom: auto;
	width: 205px;
	margin: 0;
	padding: 0;
}

#navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	margin: 0;
	border-top: 1px rgb(255,255,255) solid;
}

/* Start IE Mac/Win Fix \*/
* html #navigation ul li { border-top: 0; }
/* End IE Win Fix */

#navigation ul li a
{
	text-decoration: none;
	display: block;
	width: 195px;
	padding: 2px 10px;
	font-weight: bold;
}
/* Start IE Win < 6.0 Fix */
i {content: "\"/*" }
#navigation ul li a
{
	width: 175px;
}
/* End IE Win < 6.0 Fix */

/* Start IE Win Fix */
* html #navigation ul li a { width: 175px; }
/* End IE Win Fix */

#navigation ul li a:link
{
	color: #000;
	background-color: #FFCC00;
}

#navigation ul li a:visited
{
	color: #000;
	background-color: #FFCC00;
}

#navigation ul li a:hover
{
	color: #000;
	background-color: #FFFFCC;
}

#navigation ul li a:active { color: #000; }

#navigation ul li strong
{
	display: block;
	font-weight: bold;
}

/* Start IE Mac/Win Fix \*/
* html #navigation ul li strong { height: 1%; }
/* End IE Win Fix */

#navigation ul li strong a
{
	padding-left: 10px;
	padding-right: 10px;
}

#navigation ul li strong a:link
{
	color: #fff;
	background-color: #666;
}

#navigation ul li strong a:visited
{
	color: #fff;
	background-color: #666;
}

#navigation ul li strong a:hover
{
	color: #000;
	background-color: #E6E6E6;
}

#navigation ul li strong a:active { color: #000; }

#navigation ul li em
{
	font-style: normal;
	font-size: 10px;
}

/* Start IE Win Fix \*/
* html #navigation ul li em { height: 1%; }
/* End IE Win Fix */
/* Start IE Win < 6.0 Fix \*/
i {content: "\"/*" }
* html #navigation ul li em a { margin-top: -10px; }
* html #navigation ul li#n2fstop em a { margin-top: -5px; }
* html #navigation ul li#n2fsbot em a { margin-bottom: -10px; }
/* End IE Win < 6.0 Fix */

#navigation ul li em a
{
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	height: 1%;
	width: 195px;
	background-color: #FFC;
}
/* Start IE Win < 6.0 Fix */
i {content: "\"/*" }
#navigation ul li em a
{
	width: 170px;
}
/* End IE Win < 6.0 Fix */

#navigation ul li em a:link
{
	color: #000;
	background-color: #FFC !important;
}

#navigation ul li em a:visited
{
	color: #000;
	background-color: #FFC;
}

#navigation ul li em a:hover
{
	color: #000;
	background-color: #FFF;
}

#navigation ul li em a:active { color: #000; }

/* page footer */
#footer
{
	background-color: #FFF;
	margin-left: 0;
	margin-right: 0;
	clear: both;
	padding: 2px 5px;
}

/* Start Mac/Win IE fix */
* html #footer
{
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	clear: both;
}

/* Start Win IE fix \*/
* html #footer
{
	padding-left: 7px;
	display: block;
}
/* Fix for CSS compliance */
html>body #footer
{
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

#footer a { text-decoration: none; }

table.fins
{
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
}

/* dummy financial table */
table.fins th, table.fins td
{
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding-left: 3px;
	padding-right: 3px;
}

/* misc classes */
.none { display: none; }
.nobr { white-space: nowrap; }
.fn { float: none; }
.lwrap { white-space: normal; }

.listalpha
{
	list-style-type: lower-latin;
}

.listroman
{
	list-style-type: lower-alpha;
}

.listromanindent
{
	list-style-type: lower-alpha;
}

.listromanindent li { margin-left: 20px; }

/* CBA-sourced */
.disclargegrey
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: arial,verdana,helvetica,geneva,sans-serif;
	TEXT-DECORATION: none;
}

.discsmallgrey
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #666666;
	FONT-FAMILY: arial,verdana,helvetica,geneva,sans-serif;
	TEXT-DECORATION: none;
}

.discyellowline
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffcc00;
	FONT-FAMILY: arial,verdana,helvetica,geneva,sans-serif;
	TEXT-DECORATION: none;
}

