﻿.TODO, .todo
{
    border: 1px dashed red;
    color: #FF0000;
    font-weight: normal;
}


/*-----GLOBALS-----*/
h1, h2, h3, h4, h5, h6, form
{
    margin: 0;
    padding: 0;
}

p
{
    margin: 0 0 0.8em 0;
    padding: 0;
    line-height: 1.3em;
}

a
{
    color: #333;
}

a:hover
{
    color: #ff6600;
}

a img
{
    border-style: none;
}

a.asterisk
{
    text-decoration: none;
}
p#skip
{
    display: none;
}

img
{
    border: none;
}
.fl_n
{
    float: none;
}
.fl_l
{
    float: left;
}
.fl_l:hover
{
    text-decoration: none;
    color: #000000;
}
.fl_r
{
    float: right;
    cursor: pointer;
}
.fl_r:hover
{
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
.no_r_margin
{
    margin-right: 0 !important;
}

.no_l_margin
{
    margin-left: 0 !important;
}

.no_r_border
{
    border-right: none !important;
}

.no_l_border
{
    border-left: none !important;
}

.margin_b_10
{
    margin-bottom: 10px;
}

.margin_t_10
{
    margin-top: 10px;
}

.margin_b_10
{
    margin-bottom: 10px;
}
.bold
{
    font-weight: bold !important;
}

h3
{
    font-size: 1.2em;
    margin-bottom: 5px;
}

h4
{
    font-size: 1em;
    margin-bottom: 5px;
    color: #333;
}

h5
{
    font-weight: bold;
    font-size: 1em;
    color: #a4430e;
}

.orange
{
    color: #ff6600 !important;
}

.brown
{
    color: #a4430e !important;
}

.black
{
    color: #000 !important;
}

.grey
{
    color: #333 !important;
}

.white
{
    color: #fff !important;
}

.white_bg
{
    background: #fff !important;
}

.clearfix
{
    float: none !important;
    clear: both !important;
    height: 1%;
}

.no-wrap
{
    white-space: nowrap;
}

/*-----PAGE LAYOUTS-----*/

/*-----GENERIC (Top - Nav - Cols - Footer)-----*/
div.container
{
    width: 980px;
    padding-bottom: 10px;
    background-color: white;
}

div.container:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Top */
div.top
{
    padding-top: 15px;
    height: 75px;
    position: relative;
}

div.top img.logo
{
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

div.top ul.top_nav
{
    position: absolute;
    right: 0;
    top: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.top ul.top_nav li
{
    float: left;
    padding: 0 8px;
    border-right: 1px solid #cccccc;
    font-size: 0.9em;
}

div.top ul.top_nav li a
{
    text-decoration: none;
    font-size: 1.1em;
}

div.top ul.top_nav li a:hover
{
    color: #ff6600;
}

div.top form.sitesearch
{
    position: absolute;
    right: 5px;
    top: 40px;
    background: url(../../images/search/sitesearch_text.png) no-repeat;
    height: 31px;
    width: 201px;
}

div.top form.sitesearch div.sitesearch_text
{
    position: absolute;
    top: 7px;
    left: 30px;
}

div.top form.sitesearch div.sitesearch_text input.text
{
    background-color: transparent;
    border-style: none;
    font-family: inherit;
    font-size: 100%;
    width: 135px;
}

div.top form.sitesearch div.sitesearch_button
{
    position: absolute;
    right: 0px;
}

/* Main Navigation */
div.main_nav
{
    height: 33px;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_main_nav_bg.gif) left -33px no-repeat;
    background-color: #ff6600;
    margin-top: 4px;
}

div.main_nav div.r_corner
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_main_nav_bg.gif) 0 0 no-repeat;
    float: right;
    width: 11px;
    height: 33px;
}

div.main_nav ul
{
    padding: 0;
    margin: 6px 0 0 11px;
    list-style: none;
    float: left;
}

div.main_nav ul li
{
    float: left;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_separator.jpg) no-repeat left -3px;
    margin-left: 1px;
}

div.main_nav ul li:hover
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_main_links_li.png) left no-repeat;
}

div.main_nav ul li a.active, div.main_nav ul li:hover a.active, div.main_nav ul li:hover a
{
    font-weight: bold !important;
    background: none;
}

div.main_nav ul li a
{
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    padding: 0 8px;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    height: 27px;
}

div.main_nav ul li:hover a
{
    color: #333;
}

div.main_nav ul li.active a
{
    font-weight: bold;
    color: #333;
    line-height: 27px;
    padding: 0 8px 0 8px;
    text-decoration: none;
}

div.main_nav ul li.active a:hover, div.main_nav ul li.active
{
    background: none;
}

div.main_nav ul li a:hover
{
    color: #333;
    text-decoration: none;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_main_links_a.png) right no-repeat;
    padding: 0 8px 0 8px;
}

div.main_nav ul li.active div
{
    float: left;
    height: 27px;
    background-color: #eef0df;
}

div.main_nav ul li.active div
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_nav_bg_flat.png) repeat-x;
}

div.main_nav ul li.active div.l
{
    width: 3px;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_nav_bg.jpg) top left no-repeat !important;
}

div.main_nav ul li.active div.r
{
    width: 3px;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_nav_bg.jpg) left -27px no-repeat !important;
}

/* Breadcrumbs */
div.breadcrumbs
{
    margin: 10px 15px 10px 20px;
    position: relative;
    clear: both;
    height: 15px;
}

div.breadcrumbs:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.breadcrumbs a, div.breadcrumbs a:hover
{
    text-decoration: none;
    padding: 0 10px 0 0;
    float: left;
    color: #333;
}

div.breadcrumbs img
{
    margin-right: 10px;
    vertical-align: baseline;
    position: relative;
    top: -2px;
}

/* Columns */
div.left_col
{
    width: 196px;
    float: left;
    margin-left: 10px;
}

div.menu
{
    margin-bottom: 15px;
    background-color: #e8e8dc;
}

div.menu h2
{
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_menu_bg_old.gif) no-repeat left top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    color: #fff;
    margin-bottom: 4px;
}

div.left_col .menu h2
{
    margin-bottom: 0;
}

div.menu h2 img
{
    float: right;
    padding: 10px 10px 0px 0px;
}

div.menu_btm_left_col
{
    width: 196px;
    height: 10px;
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_nav_btm_196.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

div.menu p
{
    padding: 5px 7px 0 7px;
    font-size: 1em;
}

div.menu p strong
{
    color: #ff6600;
}

div.menu div.share_price
{
    margin-top: 5px;
    margin-left: 10px;
    height: 20px;
    overflow: hidden;
}

div.menu p.delay_highlight
{
    padding: 0px 0px 0px 10px;
    font-size: 106.666%;
    color: #666;
}

div.menu ol
{
    margin: 15px 0px 10px 40px;
    padding: 0px 0px 0px 0px;
}

div.menu ol li
{
    padding: 0px 10px 10px 0px;
}

div.menu ul
{
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
}

div.left_col div.menu ul li ul li a.active
{
    font-weight: bold;
}

div.menu ul li sup a
{
    padding: 0 !important;
    line-height: normal !important;
}

div.menu ul li a.active
{
    /*font-weight: bold;*/
    color: #333;
}

div.menu ul li a:hover
{
    text-decoration: underline;
    color: #333;
}

div.menu ul li ul li a, div.menu ul li ul li a.active
{
    color: #ff6600;
}

div.menu ul li ul li ul li a
{
    padding-left: 0px;
}

.no_link
{
    text-decoration: none !important;
    cursor: text !important;
}

div.left_col div.menu ul li
{
    margin-left: 0px;
    padding: 2px 4px 3px 4px; /*font-weight: bold;*/
    border-bottom: 1px solid #fff;
}

div.left_col div.menu ul li ul li a
{
    font-weight: normal;
}
div.left_col div.menu ul li.first_link
{
    padding-top: 0px;
    border-top: none;
}
div.left_col div.menu ul li.last_link
{
    padding-bottom: 0px;
    border-bottom: none;
}

div.menu ul li a
{
    text-decoration: none;
    font-weight: bold;
}

div.left_col div.menu ul li ul
{
    border-top: 1px solid #fff;
    margin-top: 2px;
    margin: 3px -5px 0 -5px;
}

div.left_col div.menu ul li ul li ul
{
    border-top: none;
    margin: 0;
}

div.left_col div.menu ul li ul li
{
    font-weight: normal !important;
    border-bottom: none;
    padding: 2px 0px 0px 9px;
}

div.left_col div.menu ul li ul li ul li ul li
{
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    display: block;
    font-weight: normal !important;
}

div.left_col div.menu ul li ul li ul li ul li a
{
    margin: 0;
    padding: 0 0 0 25px;
    display: block;
    font-weight: normal !important;
}

div.left_col div.menu ul.tools
{
    margin: 0px;
    padding: 0px 0px 8px 40px;
}

div.left_col div.menu ul.tools li
{
    margin: 0px;
    padding: 0px;
    border-style: none;
}

div.left_col div.menu ul.standard_nav
{
    margin: 0px;
    padding: 0px;
}

div.left_col div.menu ul.standard_nav li
{
    padding: 0px 0px 0px 10px;
    border-style: none;
}

div.left_col div.menu ul.standard_nav li a
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

div.right_col div.menu ul.quick_links
{
    margin: 5px 10px 0px;
    text-decoration: none;
}

div.right_col div.menu ul.quick_links li
{
    padding: 2px 0px;
}

div.right_col div.menu ul.quick_links li a
{
    text-decoration: none;
}
div.right_col div.menu ul.quick_links li a:hover
{
    text-decoration: underline;
}

div.right_col div.menu ul li a
{
    font-size: 1.1em;
    color: #000;
    font-weight: normal;
}

h2.ext_links, h2.h2_unaudited
{
}
h2.h2_audited
{
}

div.lft_col_light_box_cap
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_light_box_top_196.png);
    height: 8px;
}

div.lft_col_light_box_body
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_light_box_body_196.png);
    background-repeat: repeat-y;
}

div.lft_col_light_box_body h3
{
    padding: 0px 0px 0px 8px;
    font-size: 1.2em;
}

div.lft_col_light_box_btm
{
    clear: both;
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_light_box_btm_196.png);
    height: 8px;
}

div.mid_col
{
    width: 514px;
    float: left;
    margin: 0 10px 0 0;
}
#global-portfolio
{
    width: 514px;
    float: left;
    margin: 0 10px 0 0;
}
#global-portfolio h2.main_heading
{
    color: #fff;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_main_head.gif) top left no-repeat;
    padding-left: 8px;
    height: 26px;
    line-height: 26px;
    margin-top: 0;
}
#global-portfolio .body
{
    padding: 0;
}
#global-portfolio h3
{
    color: #333333;
    margin-top: 10px;
}
#global-portfolio h3 a:hover
{
    color: #333;
}
body#fin_statements .mid_col h3
{
    text-transform: uppercase;
    color: #000 !important;
    margin-bottom: 3px;
}

.mid_col h3
{
    color: #333;
    margin-bottom: 10px;
}

.mid_col h2
{
    font-size: 1.3em;
    margin-bottom: 10px;
}

div.mid_col h2.page_heading
{
    color: #ff6600;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

h2 sup, h3 sup, h4 sup
{
    text-transform: lowercase;
}

div.mid_col ul
{
    margin: 0px 0px 0.8em 2em;
    padding: 0;
}

div.mid_col ol
{
    margin: 0px 0px 0.8em 2.5em;
    padding: 0;
}

div.mid_col ul li, div.mid_col ol li
{
    margin-bottom: 0.8em;
}

div.mid_col ol.custom_label, div.mid_col ol.footnotes
{
    position: relative;
    list-style-type: none;
}

div.mid_col ol.custom_label li span.label, div.mid_col ol.footnotes li span.label
{
    position: absolute;
    left: -2.3em;
}

div.mid_col .footnotes
{
    font-size: 0.8em;
}

div.mid_col dl.glossary
{
    clear: both;
    margin: 0;
}

div.mid_col dl.glossary dt
{
    float: left;
    width: 144px;
    padding-bottom: 0.8em;
}

div.mid_col dl.glossary dd
{
    float: left;
    width: 334px;
    margin-left: 36px;
    padding-bottom: 0.8em;
}

div.mid_col ol.footnotes
{
    position: relative;
    list-style-type: none;
    margin: 0 0 20px 2.5em;
    padding: 0;
}

div.mid_col ol.footnotes li span.label
{
    position: absolute;
    left: -2.5em;
}

div.mid_col ol.footnotes
{
    font-size: 0.9em;
}

.full
{
    width: 760px !important;
    float: left; /* margin: 0 0 0 10px !important;*/
}

div.mid_col a
{
    color: #ff6600;
}

/* Prevent increased line-height when using super-scripts. */
sup
{
    /*    vertical-align: baseline !important;     position: relative !important;     top: -0.8em !important;     font-weight: normal !important;*/
}

/* Prevent increased line-height when using sub-scripts. */
sub
{
    vertical-align: baseline;
    position: relative;
    top: 0.2em;
}

/*thead th sup {
    display:inline-block;
    top:0px;
}*/

sup a
{
    text-decoration: none !important;
}

sup a:hover
{
    text-decoration: underline;
}
div.mid_col h2.main_heading, div.mid_col h2.main_heading_slate, div.mid_col h2.main_heading_brownstone, div.mid_col h2.main_heading_limestone
{
    display: block;
    width: 514px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px !important;
    position: relative;
}

div.mid_col h2.h2_icon
{
    padding-left: 0px;
}

div.mid_col h2.h2_icon img, div.mid_col h2.h2_icon span
{
    float: left;
}
div.mid_col h2.h2_icon img
{
    margin-left: -8px;
}
div.mid_col h2.h2_icon span
{
    margin-left: 10px;
    display: inline;
}

div.mid_col h2.main_heading
{
    color: #fff;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_main_head.gif) top left no-repeat;
    margin-top: 0;
}
div.mid_col h2.main_heading_slate
{
    color: #fff;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_main_head_slate.gif) top left no-repeat;
}
div.mid_col h2.main_heading_brownstone
{
    color: #fff;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_main_head_brownst.gif) top left no-repeat;
}
div.mid_col h2.main_heading_limestone
{
    color: #000000;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_main_head_limest.png) top left no-repeat;
}
.usage-heading
{
    background: url("/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_main_head.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    width: 504px;
}

div.portfolio_opportunities
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_cover_databook_1.png);
    height: 224px;
}



div.mid_col_dark_box_cap, div.mid_col_dark_box_body, div.mid_col_dark_box_base, div.quad_wrap, div.world_leader
{
    width: 514px;
    background-position: top left;
}

div.mid_col_dark_box_cap, div.mid_col_dark_box_base, div.latest_report_container, div.latest_report_container ul.recent_reports li, div.portfolio_opportunities ul.banner_list li, div.rgt_col_light_box_cap, div.rgt_col_light_box_btm, div.lft_col_light_box_cap, div.lft_col_light_box_btm, div.world_leader, div.amea_link, div.ceo2_link, div.aglng_link, div.eca_link, div.aus_link, div.performance_link, div.way_work_link, div.cr_approach_link
{
    background-repeat: no-repeat;
}





div.mid_col_dark_box_cap h1
{
    color: #fff;
    font-size: 1.2em;
    padding: 5px 0px 0px 10px;
    line-height: 1.8em;
}



div.latest_report_container ul.recent_reports
{
    margin: 0px;
    padding: 6px 0px 0px 28px;
    list-style-type: none;
}


div.latest_report_container ul.recent_reports li a
{
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #454545;
}

div.latest_report_container ul.recent_reports li a:hover, div.portfolio_opportunities ul.banner_list li a:hover
{
    text-decoration: underline;
}

div.portfolio_opportunities ul.banner_list
{
    margin: 0px;
    padding: 50px 0px 0px 12px;
    list-style-type: none;
}

div.portfolio_opportunities ul.banner_list li a
{
    padding: 0px 25px 0px 0px;
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/icons/icon_orange_arrow_black.png);
    background-position: right;
    background-repeat: no-repeat;
}

div.portfolio_opportunities ul.banner_list li a
{
    color: #e6e6da;
    text-decoration: none;
    font-size: 1.4em;
}

div.mid_col_dark_box_base
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_col_btm.png);
    height: 6px;
}

div.quad_wrap
{
    height: 308px;
    margin-top: 20px;
}



div.quad_unit
{
    width: 257px;
    float: left;
    margin: 0px;
    padding: 0px;
}

div.mid_landing_links
{
    height: 110px;
}

div.mid_landing_links h3
{
    padding: 5px 0px 5px 10px;
}

div.mid_landing_links h3 img
{
    padding-left: 10px;
}

div.mid_landing_links p
{
    margin: 0px;
    padding: 0px 0px 0px 85px;
}

div.mid_landing_links p em
{
    font-weight: bold;
    font-style: normal;
    color: #9f9f9e;
}

div.mid_landing_links ul.quad_list
{
    margin: 0px;
    padding: 0px 0px 0px 85px;
    list-style-type: none;
}

div.mid_landing_links ul.quad_list li
{
    margin: 0px;
    padding: 0px;
}

div.mid_landing_links ul.quad_list li a
{
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    color: #ff8500;
}

div.mid_landing_links ul.quad_list li a span
{
    font-size: 0.9em;
    margin: 0px;
    padding: 0px 5px 0px 0px;
}

div.amea_link, div.ceo2_link
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_amea_block.jpg);
    background-position: top left;
    height: 149px;
    margin-bottom: 10px;
}

div.aglng_link
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_aglng_block.jpg);
}


div.amea_link, div.performance_link
{
    background-position: top right;
    height: 149px;
    margin-bottom: 10px;
}

div.eca_link
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_eca_block.jpg);
}


div.eca_link, div.aglng_link, div.way_work_link
{
    background-position: bottom left;
    height: 149px;
}

div.aus_link
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_australia_block.jpg);
}


div.aus_link, div.cr_approach_link
{
    background-position: bottom right;
    height: 149px;
}

div.amea_link h3, div.ceo2_link h3, div.aglng_link h3, div.eca_link h3, div.aus_link h3, div.performance_link h3, div.way_work_link h3, div.cr_approach_link h3
{
    margin: 0px;
    color: #fff;
}

div.aglng_link h3, div.ceo2_link h3, div.eca_link h3, div.way_work_link h3
{
    padding: 113px 0px 0px 8px;
}

div.amea_link h3, div.aus_link h3, div.performance_link h3, div.cr_approach_link h3
{
    padding: 113px 0px 0px 13px;
}


a.top
{
    display: block;
    height: 15px;
    margin-bottom: 10px;
    line-height: 15px;
    text-align: right;
    font-size: 0.9em;
}

a.desc
{
    display: block;
    height: 15px;
    margin-bottom: 10px;
    line-height: 15px;
    text-align: center;
    font-size: 0.9em;
}

div.right_col
{
    float: left;
    width: 230px;
    margin: 0;
    font-size: 0.9em;
}

div.aglng_link p, div.ceo2_link p, div.eca_link p, div.way_work_link p
{
    margin: 0px;
    padding: 0px 0px 0px 8px;
}

div.amea_link p, div.aus_link p, div.performance_link p, div.cr_approach_link p
{
    margin: 0px;
    padding: 0px 0px 0px 13px;
}

div.amea_link a, div.ceo2_link a, div.aglng_link a, div.eca_link a, div.aus_link a, div.performance_link a, div.way_work_link a, div.cr_approach_link a
{
    color: #ff6600;
    font-weight: bold;
}
.quad_wrap div p a
{
    text-decoration: underline;
}
div.right_col div.menu
{
    background-color: #E6E6DA;
    width: 230px;
}

div.right_col div.menu h2
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_right_col_menu.png) no-repeat left top;
    padding-bottom: 7px;
}

.bottom_corner
{
    width: 230px;
    height: 8px;
    font-size: 1px;
    background-color: white;
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_corner.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
div.rgt_col_light_box_cap
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_light_box_top_230.png);
    height: 6px;
}
div.rgt_col_light_box_body
{
    margin-bottom: 0;
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_light_box_body_230.png);
    background-repeat: repeat-y;
}
div.rgt_col_light_box_body h2
{
    padding: 6px 0px 0px 10px;
    font-size: 1.2em;
}

div.rgt_col_light_box_body ul.light_box_list, div.lft_col_light_box_body ul.light_box_list
{
    margin: 0px;
    padding: 5px 0px 5px 8px;
    list-style-type: none;
}

div.rgt_col_light_box_body ul.light_box_list li, div.lft_col_light_box_body ul.light_box_list li
{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #ff8500;
}

div.rgt_col_light_box_body ul.light_box_list li span, div.lft_col_light_box_body ul.light_box_list li span
{
    margin: 0px;
    padding: 0px;
    color: #ff8500;
}

div.rgt_col_light_box_body ul.light_box_list li a, div.lft_col_light_box_body ul.light_box_list li a
{
    margin: 0px;
    padding: 0px 0px 0px 5px;
    text-decoration: none;
    color: #ff8500;
}

div.rgt_col_light_box_body ul.light_box_list li a:hover, div.lft_col_light_box_body ul.light_box_list li a:hover
{
    text-decoration: underline;
}

div.rgt_col_light_box_body img, div.lft_col_light_box_body img
{
    padding: 15px 15px 0px 0px;
    float: right;
}

div.rgt_col_light_box_btm
{
    background: #fff url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_light_box_btm_230.png) no-repeat;
    height: 15px;
    clear: both;
    position: relative;
    bottom: 0px;
}

div.footer
{
    clear: both;
    padding: 20px 10px 0px 10px;
    font-size: 0.9em;
}

div.footer:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.footer a
{
    text-decoration: none;
}

div.footer a:hover
{
    text-decoration: underline;
}

.hidden
{
    visibility: hidden;
}


/* Reusable styles */

.p0
{
    padding: 0px !important;
}

.p5
{
    padding: 5px !important;
}

.p10
{
    padding: 10px !important;
}

.p15
{
    padding: 15px !important;
}

.p20
{
    padding: 20px !important;
}

.p30
{
    padding: 30px !important;
}

.p40
{
    padding: 40px !important;
}

.p50
{
    padding: 50px !important;
}

.pt0
{
    padding-top: 0px !important;
}

.pt5
{
    padding-top: 5px !important;
}

.pt10
{
    padding-top: 10px !important;
}

.pt15
{
    padding-top: 15px !important;
}

.pt20
{
    padding-top: 20px !important;
}

.pt30
{
    padding-top: 30px !important;
}

.pt40
{
    padding-top: 40px !important;
}

.pt50
{
    padding-top: 50px !important;
}

.pb0
{
    padding-bottom: 0px !important;
}

.pb5
{
    padding-bottom: 5px !important;
}

.pb10
{
    padding-bottom: 10px !important;
}

.pb15
{
    padding-bottom: 15px !important;
}

.pb20
{
    padding-bottom: 20px !important;
}

.pb30
{
    padding-bottom: 30px !important;
}

.pb40
{
    padding-bottom: 40px !important;
}

.pb50
{
    padding-bottom: 50px !important;
}

.pl0
{
    padding-left: 0px !important;
}

.pl5
{
    padding-left: 5px !important;
}

.pl10
{
    padding-left: 10px !important;
}

.pl15
{
    padding-left: 15px !important;
}

.pl18
{
    padding-left: 18px !important;
}

.pl20
{
    padding-left: 20px !important;
}

.pl30
{
    padding-left: 30px !important;
}

.pl40
{
    padding-left: 40px !important;
}

.pl50
{
    padding-left: 50px !important;
}

.pr0
{
    padding-right: 0px !important;
}

.pr5
{
    padding-right: 5px !important;
}

.pr10
{
    padding-right: 10px !important;
}

.pr15
{
    padding-right: 15px !important;
}

.pr20
{
    padding-right: 20px !important;
}

.pr30
{
    padding-right: 30px !important;
}

.pr40
{
    padding-right: 40px !important;
}

.pr50
{
    padding-right: 50px !important;
}

.m0
{
    margin: 0px !important;
}

.m5
{
    margin: 5px !important;
}

.m10
{
    margin: 10px !important;
}

.m15
{
    margin: 15px !important;
}

.m20
{
    margin: 20px !important;
}

.m30
{
    margin: 30px !important;
}

.m40
{
    margin: 40px !important;
}

.m50
{
    margin: 50px !important;
}

.mt0
{
    margin-top: 0px !important;
}

.mt5
{
    margin-top: 5px !important;
}

.mt10
{
    margin-top: 10px !important;
}

.mt15
{
    margin-top: 15px !important;
}

.mt20
{
    margin-top: 20px !important;
}

.mt30
{
    margin-top: 30px !important;
}

.mt40
{
    margin-top: 40px !important;
}

.mt50
{
    margin-top: 50px !important;
}

.mb0
{
    margin-bottom: 0px !important;
}

.mb5
{
    margin-bottom: 5px !important;
}

.mb10
{
    margin-bottom: 10px !important;
}

.mb15
{
    margin-bottom: 15px !important;
}

.mb20
{
    margin-bottom: 20px !important;
}

.mb30
{
    margin-bottom: 30px !important;
}

.mb40
{
    margin-bottom: 40px !important;
}

.mb50
{
    margin-bottom: 50px !important;
}

.ml0
{
    margin-left: 0px !important;
}

.ml5
{
    margin-left: 0px !important;
}

.ml10
{
    margin-left: 10px !important;
}

.ml15
{
    margin-left: 15px !important;
}

.ml20
{
    margin-left: 20px !important;
}

.ml30
{
    margin-left: 30px !important;
}

.ml40
{
    margin-left: 40px !important;
}

.ml50
{
    margin-left: 50px !important;
}

.mr0
{
    margin-right: 0px !important;
}

.mr5
{
    margin-right: 5px !important;
}

.mr10
{
    margin-right: 10px !important;
}

.mr15
{
    margin-right: 15px !important;
}

.mr20
{
    margin-right: 20px !important;
}

.mr30
{
    margin-right: 30px !important;
}

.mr40
{
    margin-right: 40px !important;
}

.mr50
{
    margin-right: 50px !important;
}

.no_r_b
{
    border-right: none !important;
}

.no_b_b
{
    border-bottom: none !important;
}

.txt_center
{
    text-align: center !important;
}

.txt_right
{
    text-align: right !important;
}

.txt_left
{
    text-align: left !important;
}

.txt_italic
{
    font-style: italic !important;
}

.font_w_normal
{
    font-weight: normal !important;
}

.abLeft
{
    position: absolute;
    left: 0 !important;
}

.abRight
{
    position: absolute;
    right: 0 !important;
}

.abTop
{
    position: absolute;
    top: 0 !important;
}

.abBottom
{
    position: absolute;
    bottom: 0 !important;
}

.abBottom_min5
{
    position: absolute;
    bottom: -5px !important;
}

.center
{
    margin: 0 auto;
    clear: both;
}

.small
{
    font-size: 0.9em;
}

.smaller
{
    font-size: 0.8em;
}

.large
{
    font-size: 1.2em;
}

.larger
{
    font-size: 1.5em;
}

.block
{
    display: block !important;
}

.rel
{
    position: relative !important;
}

.abs
{
    position: absolute !important;
}

.vert_m
{
    vertical-align: middle;
}

.u_case
{
    text-transform: uppercase;
}
.txt_dec
{
    text-decoration: underline;
}

.show_print
{
    display: none;
}

.h_down_53
{
    margin-bottom: -53px !important;
}

noscript
{
    font-weight: bolder;
    padding: 2em;
    width: 500px;
}

noscript p
{
    color: red;
    margin-left: 10em;
    margin-right: 10em;
}
/* collapsible panel heading */

.collapsible, .block_heading
{
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.collapsible img
{
    vertical-align: middle;
    float: left;
}

.collapsible a
{
    text-decoration: none;
}

.collapse_icon
{
    margin-top: 4px;
    margin-left: -5px;
}

.map_heading
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_map_info.png) no-repeat;
}

.collapsible_bg
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_expanding_heading.png) no-repeat;
}
a.openclose
{
    display: none !important;
}

body.jsenabled div.slider
{
    display: none;
}

body.jsenabled a.openclose
{
    display: block !important;
}

/* Country heading backgrounds */

.americas, .brown_bg
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_americas.png) no-repeat;
}

.advance, .pink_bg
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_bg_advance.png) no-repeat;
}

.europe, .orange_bg
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_europe_asia.png) no-repeat;
}

.australia, .light_bg
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_australia.png) no-repeat;
}

.bg_aust
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_australia2.png) no-repeat;
}

.africa, .grey_bg
{
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_africa.png) no-repeat;
}


.graph_245
{
    width: 245px;
}


.long
{
    background: transparent url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_long_main_head.gif) no-repeat scroll 0 0 !important;
    width: 750px !important;
}

div.mid_col div.address_block
{
    width: 100%;
}

div.mid_col div.address_block address
{
}

div.mid_col div.address_block div.details
{
    float: left;
    width: 33%;
    font-style: normal;
}

div#resource_center_content h3
{
    color: #f76b00;
    font-weight: normal;
    margin-top: 2em;
    margin-left: 10px;
    margin-bottom: 0pt;
}

div#resource_center_content ul
{
    margin-top: 0pt;
    margin-left: 2em;
    padding-left: 10px;
    list-style: none;
}

div#resource_center_content ul li
{
    position: relative;
    padding: 0.4em 0pt;
}

div#resource_center_content ul li input.checkbox
{
    position: absolute;
    left: -2em;
    width: 13px;
    height: 13px;
    padding: 0px;
    vertical-align: middle;
}

div#resource_center_content ul li span
{
    margin-left: 0.6em;
    font-size: 0.833em;
}

div#resource_center_content p.buttons
{
    padding: 0pt;
    margin: 2em 5px;
}

div#resource_center_content p.buttons input.button
{
    color: #363636;
    font-family: inherit;
    font-size: 100%;
    font-weight: bold;
    height: 20px;
    padding: 0pt;
    background-repeat: no-repeat;
    cursor: pointer;
    border-style: none;
}

div#resource_center_content p.buttons input.select_all, div#resource_center_content p.buttons input.deselect_all
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/resource_center_button_100px.png);
    width: 100px;
}

div#resource_center_content p.buttons input.download
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/resource_center_button_180px.png);
    width: 180px;
}

div.map_container
{
    position: relative;
    height: 272px;
    clear: both;
}

div.map_link
{
    margin: 0 5px;
    padding: 0 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 498px;
    height: 32px;
    line-height: 32px;
    z-index: 10;
    background: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_enlarge_map.png) no-repeat left top;
}

div.map_link a
{
    color: #333;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}


#contentArea #content table.key_data
{
    margin: 0 0.5em 1em 0 !important;
    width: auto;
}

#contentArea #content table.key_data th
{
    font-weight: bold;
}

#contentArea #content table.key_data th, #contentArea #content table.key_data td
{
    border-bottom: none !important;
    padding: 0.2em !important;
    text-align: left !important;
    vertical-align: top;
}

div#print_basket_alert
{
    background-color: #ff6600;
    z-index: 100;
}

#contentArea div.mid_col ul.operate_list
{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0 0 30px 0;
}

#contentArea div.mid_col ul.operate_list li
{
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0.3em 0;
}

#contentArea div.mid_col ul.operate_list li span
{
    display: block;
    height: 20px;
    line-height: 20px;
    float: left;
}

#contentArea div.mid_col ul.operate_list li img
{
    margin-right: 5px;
}

#contentArea div.mid_col ul.operate_list li a
{
    color: #000;
    text-decoration: none;
}

#contentArea div.mid_col ul.operate_list li a:hover
{
    color: #ff6600;
    text-decoration: underline;
}

#contentArea div.mid_col ul.operate_list li span.operate_wrap
{
    width: 250px;
}
.green_388 .body
{
    padding: 0 8px;
}
.green_388 .footer
{
    height: 6px;
}
.green_388 h1
{
    font-size: 13.6px;
    font-weight: bold;
    padding: 4px 0 4px 8px;
}
.green_388 h2
{
    color: #FF6600;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
}
.green_388 table a
{
    color: #FF6600;
}
.green_388 hr
{
    color: #999999;
}
.orange_180 .header
{
    background: transparent url(/Style%20Library/Images/Framework/orange_head_180.jpg) no-repeat scroll right top;
    color: #FFFFFF;
}
.orange_180 .body
{
    background: transparent url(/Style%20Library/Images/Framework/green_body_180.jpg) repeat scroll 0 0;
    padding: 0 8px;
}
.orange_180 .footer
{
    background: transparent url(/Style%20Library/Images/Framework/green_foot_180.jpg) no-repeat scroll left top;
    height: 6px;
    padding: 0;
}
.latestNewsItem
{
    color: #FB6500;
    font-weight: bold;
    padding-top: 6px;
}
.latestNewsItem a:link
{
    color: black;
    font-weight: normal;
    text-decoration: none;
}
.latestNewsItem a:hover
{
    text-decoration: underline;
}
#content-thin
{
    width: 490px;
    margin: 0 10px 0 0;
    float: left;
}
#info-operate
{
    width: 230px;
    float: left;
}
#info-operate h1
{
    font-size: 13.3333px;
    padding: 4px 0 4px 8px;
}
.latestnews
{
    padding-top: 10px;
}
.section
{
    margin-bottom: 8px;
    padding: 0;
}
.reports
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.reports ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 4px 0 2px;
}
.shareprice dl
{
    margin: 0;
    padding: 10px 0 0;
}
.shareprice p
{
    color: #666666;
    margin: 3px 0 0;
}
.shareprice dl dt
{
    font-size: 120%;
    font-weight: bold;
}
.shareprice dl dd
{
    color: #FB6500;
    float: left;
    margin: 0 0 0 5px;
    font-size: 120%;
    font-weight: bold;
}
.content .body
{
    padding: 7px 15px 7px 7px;
}
.body ul li a
{
    color: #FB6500;
}
.FFFFFF
{
    color: #fff;
}
.FFFFFF:hover
{
    text-decoration: underline;
}


/* Table styles */

#contentArea #content caption
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 0em;
    margin: 0 0 1em 0;
    text-align: left;
    text-transform: uppercase;
}

#contentArea #content caption em
{
    font-size: 0.8em;
    text-transform: none;
}

#contentArea #content table
{
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 1em;
}

/* We don't want margin for the tables that in the white rounded corners*/
#contentArea #content div.middle_content table
{
    margin: 0;
}

#contentArea #content table th, #contentArea #content table thead td
{
    border-bottom: solid 1px #999;
    padding: 0.5em;
    text-align: right;
}
#contentArea #content table th.medium_bottom
{
    border-bottom: solid 1px #000;
}

#contentArea #content th.th_left
{
    text-align: left !important;
    padding: 0.5em 0 !important;
}

#contentArea #content td.td_left
{
    text-align: left !important;
}

#contentArea #content table tbody th
{
    text-align: left;
    font-size: 1em !important;
    padding: 0.5em 0.5em !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #999999 !important;
}

#contentArea #content table tbody tr td
{
    padding: 0.5em;
    text-align: right;
    border-bottom: 1px solid #999;
}

#contentArea #content table thead th
{
    padding: 0.5em;
    vertical-align: bottom;
}

#contentArea #content table thead tr th.top_th
{
    text-align: center;
    font-size: 0.9em;
    border-bottom: 1px solid #999 !important;
}

#contentArea #content table tbody tr.bold_row td
{
    text-align: right;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}

#contentArea #content table tbody tr.bold_row th
{
    text-align: left !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #000000 !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: #000000 !important;
}

#contentArea #content table tbody tr.totals td
{
    text-align: right !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #000000 !important;
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-top-color: #000000 !important;
}

#contentArea #content table tbody tr.totals th
{
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #000000 !important;
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-top-color: #000000 !important;
}

#contentArea #content tr.bold_bottom_line td, #contentArea #content tr.bold_bottom_line th
{
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #000000 !important;
    border-top-width: 1px !important;
}

#contentArea #content table tbody tr td.first_row
{
    text-align: left !important;
}

#contentArea #content table tbody tr td.firstColumn
{
    text-align: left !important;
    font-weight: normal !important;
    width: 39%;
}

#contentArea #content .firstColumn
{
    width: 39%;
}

#contentArea #content table tbody tr .firstColumn_long
{
    width: 60%;
}

#contentArea #content table tbody tr.last_column td, #contentArea #content table tbody tr.last_column th
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000 !important;
}

#contentArea #content table tr td.first_row_bold
{
    text-align: left !important;
    font-weight: bold !important;
}

#contentArea #content table tr td.row_totals
{
    text-align: left !important;
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border: solid !important;
    border-color: #000000 !important;
}

#contentArea #content tr td.td_indent, #contentArea #content tr th.th_indent
{
    padding-left: 3em !important;
    text-align: left;
}

#contentArea #content tr td.td_indent_sml, #contentArea #content tr th.th_indent_sml
{
    padding-left: 1.5em !important;
    text-align: left;
}

#contentArea #content tr td.th_dbl_indent, #contentArea #content tr th.th_dbl_indent
{
    padding-left: 5.5em !important;
    text-align: left;
}

#contentArea #content th
{
    font-weight: normal;
    font-size: 0.9em;
}

#contentArea #content table .current_year
{
    font-weight: bold;
}

#contentArea #content .table_sub_heading
{
    padding-top: 20em;
    vertical-align: bottom;
}

#contentArea #content table .bottom
{
    vertical-align: bottom;
}

#contentArea #content .border_t_left
{
    border-top: 2px solid #000 !important;
    border-left: 2px solid #000 !important;
}

#contentArea #content .border_t
{
    border-top: 2px solid #000 !important;
}


#contentArea #content .black_border td, #contentArea #content .black_border th
{
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}

#contentArea #content .border_t_right
{
    border-top: 2px solid #000 !important;
    border-right: 2px solid #000 !important;
}

#contentArea #content .border_right
{
    border-right: 2px solid #000 !important;
}

#contentArea #content .border_b_right
{
    border-bottom: 2px solid #000 !important;
    border-right: 2px solid #000 !important;
}

#contentArea #content .border_b
{
    border-bottom: 2px solid #000 !important;
}

#contentArea #content .border_b_left
{
    border-bottom: 2px solid #000 !important;
    border-left: 2px solid #000 !important;
}

#contentArea #content .border_left
{
    border-left: 2px solid #000 !important;
}

#contentArea #content .performance caption
{
    display: none;
}

#contentArea #content .black_b td, #contentArea #content .black_b th
{
    border-bottom: 1px solid #000 !important;
}

#contentArea #content .hide
{
    display: none;
}

#contentArea #content .textleft
{
    text-align: left !important;
}

#contentArea #content .textright
{
    text-align: right !important;
}

#contentArea #content .textcenter
{
    text-align: center !important;
}

#contentArea #content .no_border_bottom
{
    border-bottom: 0 !important;
}

#contentArea #content .no_border_bottom td, #contentArea #content .no_border_bottom th
{
    border-bottom: 0 !important;
    border-bottom-color: #fff !important;
}

#contentArea #content .topalign
{
    vertical-align: top !important;
}

#contentArea #content .bottomalign
{
    vertical-align: bottom;
}

#contentArea #content tr.bold_border_bottom th, #contentArea #content tr.bold_border_bottom td, #contentArea #content td.bold_border_bottom, #contentArea #content th.bold_border_bottom
{
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #000000 !important;
}

#contentArea #content th.table_heading
{
    font-size: 1.1em !important;
    font-weight: bold !important;
}

#contentArea #content th.white_highlight, #contentArea #content td.white_highlight
{
    background-color: #FFFFFF;
    font-weight: bold;
}

#contentArea #content th.white_highlight_nobold, #contentArea #content td.white_highlight_nobold
{
    background-color: #FFFFFF;
}

#contentArea #content th.italicised
{
    font-style: italic;
}

#contentArea #content .th_sub_indent
{
    width: 10em;
}

#contentArea #content thead th.normal_size
{
    font-size: 1em;
}

#contentArea #content tbody th.small_size
{
    font-size: 0.9em;
}

#contentArea #content th span.p_trans_lbl
{
    padding-left: 50px;
}
.tbl470 a:hover
{
    text-decoration: underline;
}
div.contact_inset
{
    padding: 10px 0 0 10px;
}
div.contact_split_thin, div.contact_split_wide
{
    float: left;
}
div.contact_split_thin
{
    width: 90px;
}
div.contact_inset h4, div.contact_inset p, div.contact_inset address
{
    margin: 0;
    padding-bottom: 10px;
}
div.contact_inset address
{
    font-style: normal;
}
div.contact_split_thin p.address_title
{
    line-height: 1em;
    padding: 0 0 77px 0;
}
div.contact_inset p span
{
    padding: 0 0 0 20px;
}
div.contact_inset ul, div.contact_inset ul li
{
    margin-bottom: 0;
    padding: 0 0 6px;
}
div.contact_inset ul
{
}
div.contact_inset a, div.contact_inset ul li a
{
    text-decoration: none;
}
div.contact_inset a:hover, div.contact_inset ul li a:hover
{
    text-decoration: underline;
}
div.mid_col_dark_box_body
{
    background-image: url(/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_col_body.png);
    background-repeat: repeat-y;
}

/* Site Map */

ul.sitemap, ul.sitemap li ul, ul.sitemap li ul li ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.sitemap
{
    margin-left: 0.5em !important;
}

ul.sitemap li
{
    font-weight: bold;
}

ul.sitemap li ul li ul li
{
    margin: 0.5em 0 0 1em;
}

ul.sitemap li ul
{
    margin-top: 0.5em;
    margin-left: 0;
    font-size: 1em;
}

ul.sitemap li ul li a
{
    font-weight: bold;
}
ul.sitemap li ul li ul lia
{
    font-weight: normal;
}

ul.sitemap li ul li ul li a
{
    font-weight: normal;
}

ul.sitemap li a
{
    text-decoration: none;
}

ul.sitemap li a:hover
{
    text-decoration: underline;
}

#contentArea #content .legal th
{
    padding-bottom: 10px;
    padding-left: 0 !important;
    font-size: 17px !important;
}
#contentArea #content .legal p
{
    text-align: left;
}
#contentArea #content .legal td
{
    text-align: left;
}
#contentArea #content .legal-links td
{
    padding: 0 0 10px 3px;
}
#contentArea .tcwrapper table tbody tr td
{
    padding: 0 0 12px 3px !important;
}
#contentArea .tcwrapper .body
{
    padding: 0 10px 0 0;
}
#contentArea .tcwrapper h2
{
    margin-top: 0;
}
.openclose, .openclose, .openclose span, .openclose img
{
    cursor: pointer;
}
.openclose:hover
{
    text-decoration: none;
}
h2.orange-heading
{
    background: url("/InvestorRelations/Reports/DB2009/Site%20Images/background_images/bgrnd_mid_main_head_thin.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 0 0 8px !important;
    position: relative;
    width: 514px;
}
#araContentWrapper #contentArea .contactus table tbody tr td
{
    border-bottom-style: none;
    text-align: left;
    padding: 0;
}
.privacy
{
    padding: 0 5px;
}
.blackText
{
    color: #000000 !important;
}

