body {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 75%;
    height: 100%;
    width: 100%;
    color: #000000;
}

p,h1,h2,h3,h4,h5,h6,table,tr,td,form,ul,ol,li {
    margin: 0px;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

img.figures {
    padding : 10px;
    border: 1px solid #fcd3c1;
}

body.blue img.figures {
    border: 1px solid #d6f0fc;
}

body.grey img.figures {
    border: 1px solid #e1e2e3;
}

body.supplementary table a.note{
	color: black;
}

body.company table a.note{
	color: black;
}

div.middle_content p, strong {
    margin: 0 0 10px  0;
}

div.left_column {
    display: none;
}

body.blue div.column {
    background: #dbf1f8;
    padding: 10px;
    margin-bottom: 10px;
}

div.column h4  {
    margin: 10px 0;
    font-size: 1em !important;
}

div.column h5 {
    color : #09c;
    font-size: 1em;
    padding: 5px 0;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #000;
    clear: both;
}

div.column img {
    float: left;
}

p.figure_with_longdesc {
    text-align: left;
}

a.longdesc {
    display: none;
}

div.column div.figures {
    width : 200px;
    float: right;
    padding: 10px;
    color : #09c !important;
}

/*------------------ BLUE -----------------*/
span.left_padding {
    padding-left: 5px;
    display: block;
}



li.border_top {
    border-top: 1px solid #909090;
}

body.green li.border_top {
    border-top: 1px solid #fff;
}

/* NO border for the last item in the expanding menu on the nav list as causes DOUBLE BORDER with the item below */
body.green li.no_border,
body#balance li.no_border,
body#expertise li.no_border,
body#strength li.no_border {
    border-bottom: 1px solid #fff;
}

body#financial_statements li.no_border {
    border-bottom: 1px solid #bfe5cc;
}

body#inner_page li.no_border {
    border-bottom: 1px solid #fff;
}

body.green li.no_border_selected {
    border-bottom: 1px solid #81c99c;
}

/* Blue */
body.blue li.no_border {
    border-bottom: 1px solid #e5f7fd;
}
body.blue li.no_border_selected {
    border-bottom: 1px solid #b5e3f7;
}

/* Grey */
body.grey li.no_border {
    border-bottom: 1px solid #e3e3e3;
}

body.grey li.no_border_selected {
    border-bottom: 1px solid #c7c7c7;
}



/* Inner-page styles */
div.middle_column_container {
    width: 70%;
    margin-right: 5%;
    float: left;
    margin-top: 22px;
}

div.middle_content {
    margin: 0px;
    padding: 0px;
}

/* Hide the page heading */

div.middle_column_main_image h1 {
    display: none;
}

/* Big size texts */

/* Chairmans statement */
div.middle_column_main_image h2 {
    font-size: 1em;
    font-weight: normal;
    padding-top: 120px;
    padding-right: 20px;
}

p.person_name {
    background-color: #ffffff;
    margin-top: 10px;
}

body.red p.person_name {
    color: #ff0000;
}

body.green p.person_name {
    color: #009933 !important;
}

body.blue p.person_name {
    color: #0099cc;
}

/* Paragraphs, headings, strong etc. */
body.inner_page h3 {
    font-size: 1.2em;
    font-weight: bold;
}

body.red div.middle_column_container h3 {
    color: #ff0000;
    margin-top: 10px;
}

body.blue div.middle_column_container h3 {
    color: #0099cc;
}

body#group_overview div.middle_column_container h3 {
    color: #fff;
}

body#strength div.middle_column_container h3 {
    color: #000;
}

body#business_review img.charts {
    float: right;
    border: 1px solid #0099cc;
    padding: 10px;
    margin: 15px;
}

/* Main images in the inner-pages */

/* Generic styles */
div.middle_column_main_image {
    height: 220px;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 10px;
}

div.padding_left {
    padding-left: 150px;
}
/*----*/

/* Different image for each page */

/* Case Study : Expertise */

body#expertise div.middle_column_main_image {
    background-image: url(../images/john_pollock.png);
    background-repeat: no-repeat;
    border-bottom: 10px solid #ff0000;
    background-position: 0px 0;
    margin-bottom: 10px;
}

/* Case Study : Balance */

body#balance div.middle_column_main_image {
    background-image: url(../images/balance.png);
    background-repeat: no-repeat;
    border-bottom: 10px solid #0099cc;
    background-position: 0px 0px;
    margin-bottom: 10px;
}

/* Case Study : Strength */

body#strength div.middle_column_main_image {
    background-image: url(../images/strength1.png);
    background-repeat: no-repeat;
    border-bottom: 10px solid #ffcc00;
    background-position: 0px 0px;
    margin-bottom: 10px;
}

/* Group Chief Page */
body#group_chief div.middle_column_main_image {
    background-image: url(../images/tim_breedon.png);
    background-repeat: no-repeat;
    border-bottom: 10px solid #ff0000;
    background-position: 0px 0px;
}

body#business_review div.right_column img.charts {
    margin: 5px auto;
    padding: 5px;
}

div.right_column {
    width: 100%;
    padding: 1em;
    float: left;
    border: 1px solid #ff0000;
    margin: 0.5em;
    left: 5em;
}

div.right_col_container {
    float: left;
    width: 20%;
	background-color:yellow;
}

/* RIGHT COLUMN different colour for each section*/
body.blue div.right_column {
    border: 1px solid #0099cc;
}

div.footer {
    display: none;
}

p.copy {
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

div.logo {
    width: 20%;
    float: left;
    height: 71px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

div.logo img {
    border: none;
    padding-left: 17px;
}

div.bread_crumb {
    font-size: 0.9em;
    padding-top: 5px;
}

div.bread_crumb a {
    color: #000000;
}

h1#page_header {
    display: block;
    width: 100%;
    height: 43px;
    clear: both;
    font-size: 1.1em;
    background-image: url(../images/blue_bg_h1.png);
    background-repeat: repeat-x;
    background-position: 0px 10px;
    padding-top: 10px;
}

h1#page_header span {
    display: block;
    padding-top: 23px;
    padding-left: 11px;
    width: 250px;
    height: 20px;
    margin-left: 20%;
}

body.company h1#page_header span {
    background-color: #fc0 !important;
	color:black !important;
}

body.supplementary h1#page_header span {
    background-color: #09c !important;
	color:black;
}

/* Home Page H1 bg image*/

body#home_page h1#page_header span.page_header_blue {
    background: none;
    color: #000000;
}

/* BLUE H1 background image */
body.blue h1#page_header {
    background-image: url(../images/blue_bg_h1.png);
}

/* GREEN H1 background image */
body.green h1#page_header {
    background-image: url(../images/green_bg_h1.png);
}

/* RED H1 background image */
body.red h1#page_header {
    background-image: url(../images/red_bg_h1.png);
}

/* GREY H1 background image */
body.grey h1#page_header {
    background-image: url(../images/grey_bg_h1.png);
}

/* HOME PAGE HEADER */
body#home_page h1#page_header span {
    color: #ffffff;
    background-color: #0099cc;
}

/* Blue header BG */
body.blue h1#page_header span {
    color: #ffffff;
    background-color: #0099cc;
}

/* Red header BG */
body.red h1#page_header span {
    color: #ffffff;
    background-color: #ff0000;
}

/* Green header BG */
body.green h1#page_header span {
    color: #ffffff;
    background-color: #009933;
}

/* Grey header BG */
body.grey h1#page_header span {
    color: #ffffff;
    background-color: #909090;
}

div.website_title {
    display: none;
}

div.mid_left_col {
    width: 60%;
    float: left;
}

div.mid_right_col {
    width: 37%;
    float: left;
    margin-top: 3px;
}

div.mid_right_col h2 {
    display: block;
    font-weight: normal;
    font-size: 0.9em;
    padding: 6px;
    border: 1px solid #0099cc;
}

div.mid_right_col div.highlights {
    padding: 6px;
    border-bottom: 1px solid #0099cc;
    clear: both;
}

div.highlights h3 {
    display: block;
    width: 50%;
    float: left;
    font-size: 1.4em;
    font-weight: bold;
}

div.highlights span.percentage {
    display: block;
    width: 50%;
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    font-weight: bold;
    color: #0099cc;
    text-align: right;
}

div.highlights div.text {
    font-size: 0.9em;
    font-weight: normal;
    width: 75%;

}

p.green_p_bold {
    color: #009933;
    font-weight: bold;
}

p.blue_p_bold {
    color: #0099cc;
    font-weight: bold;
}

div.read_more {
    padding: 5px;
}

div.read_more a {
    font-size: 1.2em;
    font-weight: bold;
    color: #0099cc;
    background-color: #ffffff;
    text-decoration: none;
}

div.right_column h3 {
    display: block;
    font-weight: normal;
    font-size: 0.9em;
    padding: 2px 2px 2px 5px;
    height: 17px;
    line-height: 1.5em;
    margin: 5px 0px;
    border: 1px solid #ff0000;
}

/* RIGHT COLUMN HEADERS DIffERENT COLOURS fOR EACH SECTION*/
body.blue div.right_column h3 {
    border: 1px solid #0099cc;
}

div.right_column p.right_column_p {
    color: #0099cc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

div.case_studies {
    padding: 7px 0px;
    border-top: 1px solid #ff0000;
    height: 59px;
}

/* DIffERENT COLOUR fOR CASE STUDIES */

body.blue div.case_studies {
    border-top: 1px solid #0099cc;
}

body.blue div.case_studies img {
    border: none;
}

div.case_studies img.expertise_l {
    float: left;
    border: none;
}

div.case_studies img.expertise_r {
    float: right;
    border: none;
}

/*        =Start table structure        */

caption {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 0em;
    margin: 0 0 1em 0;
    text-align: left;
    padding-top: 2em
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 2em;
    border: none;
}

caption {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 0em;
    margin: 0 0 1em 0;
    text-align: left;
    padding-top: 2em
}

caption em {
    font-size: 0.8em;
    text-transform: none;
}

/* Added th.colhead to keep right alignment */
table th,
table tbody th.colhead {
    border-bottom: solid 1px #093;
    padding: 0.5em;
    text-align: right;
}

th.th_left {
    text-align: left !important;
}

td.td_left {
    text-align: left !important;
}

table tbody th {
    text-align: left;
    font-size: 1em !important;
    padding: 0.5em !important;
    border: none;
}

tr.nopad th, tr.nopad td {
    padding: 0em 0.5em !important;
}

table tbody tr td {
    padding: 0.5em;
    text-align: right;
}

table div.top_border {
    width: 60%;
    float: right;
    border-left: 1px solid #093;
    border-top: 1px solid #093;
    border-right: 1px solid #093;
    padding: 0.5em 0.1em 0.5em 0.5em;
}

table div.side_border {
    width: 60%;
    float: right;
    border-left: 1px solid #093;
    border-right: 1px solid #093;
    padding: 0.5em 0.1em 0.5em 0.5em;
}

table div.bottom_border {
    width: 60%;
    float: right;
    border-left: 1px solid #093;
    border-bottom: 1px solid #093;
    border-right: 1px solid #093;
    padding: 0.5em 0.1em 0.5em 0.5em;
}

table thead tr th.top_th {
    text-align: center;
    font-size: 0.9em;
    border-bottom:  none !important;
}

table thead tr th.top_th_bottom_line {
    text-align: center;
    font-size: 0.9em;
}

table tbody tr.totals td {
    padding: 0.5em !important;
    text-align: right !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #093 !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: #093 !important;
}

table tbody tr.totals th {
    padding: 0.5em !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #093 !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: #093 !important;
    font-weight: bold !important;
}

tr.bold_bottom_line,
tr.bold_bottom_line th,
tr.bold_bottom_line td {
    padding: 0.5em !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #093 !important;
    border-top-width: 1px !important;
}

body.blue tr.bold_bottom_line,
body.blue tr.bold_bottom_line th,
body.blue tr.bold_bottom_line td,
body.blue table tbody tr.totals th,
body.blue table tbody tr.totals td,
body.blue table th,
body.blue tr.last_column th,
body.blue table tbody tr.last_column td {
    border-bottom-color: #09c !important;
}

body#home_page tr.last_column th,
body#home_page table tbody tr.last_column td,
body#home_page table thead {
    border-bottom-color: #666 !important;
}

body.blue table tbody tr.totals td,
body.blue table tbody tr.totals th {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: #09c !important;
}

table tbody tr.last_column td,
table tbody tr.last_column th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #093 !important;
}

table tr td.first_row_bold {
    text-align: left !important;
    font-weight: bold !important;
}

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;
}

tr td.td_indent,
tr th.th_indent {
    padding-left: 2em !important;
    text-align: left;
}
tr td.th_dbl_indent,
tr th.th_dbl_indent {
    padding-left: 5.5em !important;
    text-align: left;
}

th {
    font-weight: normal;
    font-size: 0.9em;
}

table .current_year {
    font-weight: bold;
    background-color: #eef9f2;
}


body.blue table .current_year {
    background-color: #fff;
}

.table_sub_heading {
    padding-top: 20em;
    vertical-align: bottom
}

thead.align_top {
    vertical-align: top
}

thead.align_bottom th {
    vertical-align: bottom
}

body.grey tr.bold_bottom_line,
body.grey tr.bold_bottom_line th,
body.grey tr.bold_bottom_line td,
body.grey table tbody tr.totals th,
body.grey table tbody tr.totals td,
body.grey table th,
body.grey table tbody tr.last_column th,
body.grey table tbody tr.last_column td {
    border-bottom-color: #666 !important;
}

/* =End grey colour scheme */

div.right_column div.figures {
    padding : 30px 5px 0 0;
    height: 105px;
}

span.big_number {
    font-size: 4.5em;
    font-weight: normal;
}

span.percentage {
    font-size: 0.5em;
    font-weight: bold;
}

body.blue span.big_number {
    color: #0099cc;
}

body.green span.big_number {
    color: #009933;
}

body.red span.big_number {
    color: #ff0000;
}

body#home_page div.figures {
    float: left;
    width: 133px;
    clear: right;
    margin: 3px;
    text-align: center;
}

p.figure_heading {
    text-align: left;
    font-weight: bold
}

div.figures p {
    font-size: 1.1em;
}

body.blue div.figures p {
    color: #09c;
}

body.red div.figures p {
    color: #f00;
}

body.blue div.middle_content h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #09c;
    font-size: 1.7em;
}

h4 {
    font-size: 1.2em;
    font-weight: normal;
}

body.blue h4 {
    color: #09c;
}

body.red h4 {
    color: #f00;
}

body#financial_statements h3 {
    text-transform: uppercase;
    display: block;
    margin-top: 2em;
    margin-bottom: 1em;
}

body#financial_statements h4 {
    margin-top: 1.5em;
    font-size: 1em;
    font-weight: bold;
}

body#financial_statements h5 {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    margin-top: 1em;
}

body#financial_statements h5.italic {
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    margin-top: 1em;
}

body#financial_statements div.middle_column_container {
    width: 78%
}

ol.notes li a.selected,
ul.notes li a.selected {
    font-weight: bold;
}

ol.notes li a:hover {
    color: #093;
}

a.note {
    color: #093;
    text-decoration: none;
}

a.note:hover {
    color: #f00;
}

/* Unordered lists with default styling. */

ul.default {
    width: 90%!important;
    float: none !important;
    list-style-type: disc !important;
    list-style-position: outside;
}

ul.default li {
    display: list-item !important;
    float: none !important;
    padding-bottom: 0.6em !important;
    margin-left: 1.4em!important;
    padding-left: 0em !important;
    list-style-type: disc !important;
}

ol.default {
    width: 100%;
    display: block;
    float: none;
    list-style-type: lower-roman;
}

ol.default li {
    display: list-item;
    float: none;
    padding-bottom: 0.6em;
    margin-left: 3em;
    padding-left: 0.5em;
    list-style-type: lower-roman;
}

.li_divide span{
    float: left;
    width: 15em;
}

.no_margin_li li{ /* added to remove spaces before bullet points*/
    margin-left: 1.2em !important;
}

/* ORDERED LIST (i)*/

ol.i  {
    width: 100% !important;
    display: block !important;
    float: none !important;
    list-style-type: lower-roman !important;
}

ol.i li {
    display: list-item !important;
    display: list-item !important;
    float: none !important;
    padding-bottom: 0.6em !important;
    margin-left: 3em !important;
    padding-left: 0.5em !important;
    list-style-type: lower-roman !important;
}
/* FOOT NOTE styles */

dl.footnote {
    width: 100%;
    font-size: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

dl.footnote dl.footnote {
    font-size: 100%;
}

dl.footnote dt {
    clear: left;
    float: left;
    width: 1%;
    padding: 0px;
    margin: 0 0 0.5em 0;
}

dl.footnote dd {
    width: 96%;
    margin: 0 0 0.5em 3%;
}

dl.footnote dd p {
    margin: 0 0 0.5em 0;
    padding: 0;
}

div.math {
    clear: both;
}

div.math div.left_bracket, div.math div.right_bracket {
    float: left;
    font-size: 300%;
}

div.math div.fraction {
    float: left;
    font-size: 80%;
    margin-left: -2px;
    margin-right: -2px;
}

div.math div.multiply {
    float: left;
    padding: 1.2em 1em 0em 1em;
}

ul.hyphen li {
    color: #000000;
    margin-top: 10px;
    list-style-type: none;
    background-position: 0 7px;
    padding-left: 17px;
    background-position: 5px 8px;
}

div.clearfix {
    clear: both;
    line-height: 0;
    height: 0;
}

div.definitions {
    background-color: #e5e5e5;
    padding: 1em;
    margin-bottom: 1em;
}

div.definitions dl {
    margin: 0;
    padding: 0;
}

div.definitions dl dt {
    display: block;
    clear: both;
    padding: 0.5em 1em 0.1em 0;
    margin-bottom: 0.2em;
    border-bottom: 1px solid #000;
    font-size: 1.2em;
}

div.definitions dl dd{
    margin: 0;
    padding: 0;
}

div.definitions dl dd br {
    margin-bottom: 0.5em;
}

div.sig {
    width: 160px;
    padding: 5px;
    float: left;
}

body#financial_statements h6 {
    font-size: 1em;
    font-weight: normal;
}

body#financial_statements h6.italic {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
}

div.expertise_1 {
    background-repeat: no-repeat;
    clear: both;
    width: 430px;
    position: relative;
    margin: 0 auto 2em auto;
    margin-bottom: 17em;
}

div.expertise_2 {
	background-repeat: no-repeat;
	clear: both;
	width: 430px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 6em;
	margin-left: auto;
}

div.expertise_3 {
	background-repeat:no-repeat;
	clear: both;
	width: 430px;
	position:relative;
	margin: 2em auto 0 auto;
	
}

body#balance div.expertise_3 {
	background-color: #fff;
	height: 280px;

}
body#balance div.expertise_1 {
	margin-bottom: 3em !important;
}

body#case_study_growth div.expertise_1 {
	margin-bottom: 4em!important;

}
body#balance div.expertise_3 img {
    border: 1px solid #09c;
    padding: 3px;
}
body#strength h1#page_header {
    background-image: url(../images/yellow_bg_h1.png);
}
body#strength div.expertise_3 {
    background-color: #ffe292;
	height: 142px;
}

div.expertise_3 span.big_number {
    color: #fff;
}

div.expertise_3 div h3 {
    color: #000;
}

body#expertise div.expertise_1 {
}

body#expertise div.expertise_2 {

}

body#balance div.expertise_1 {
    height: 385px;
}

body#balance div.expertise_2 {
	height: 385px;
	background-color: #E6F5FC;
	position: relative;
}

body#strength div.expertise_1 {
    height: 645px;
}

body#strength div.expertise_2 {
}

body#balance div.expertise_2 div.left_col {
	width: 90%;
	margin-left: 0.5em;
	position: absolute;
	z-index: 1;
	top: 238px;
}

div.expertise_2 div.right_column {
    width: 37%;
    margin-left: 2em;
}

body#expertise div.expertise_2 div.right_column {
    width: 37%;
    position: absolute;
    margin-left: 2em;
    left: 210px;
    top: 230px;
    background: #fff;
}

div.expertise_2 div.left_col {
    padding: 1em;
    font-size: 0.9em;
    margin-left: 2em;
    width: 179px;
    color: #000;
}

body#expertise div.expertise_2 div.left_col {
	background: #ffe5e5;
	position: absolute;
	z-index: 1;
	height: 337px;
}

body#strength div.expertise_2 div.left_col {
	color: #fff;
	margin-left: 0.3em;
	position: absolute;
	z-index: 10;
	top: 4px;
}

body#expertise div.expertise_1 h3,
body#expertise div.expertise_2 h3 {
    color: #f00;
}

body#strength div.expertise_1 h3,
body#strength div.expertise_2 h3 {
    color: #fc0
}

div.expertise_2 div.right_col {
    float: left;
    width : 409px;
    position: absolute;
    right: -1px;
    top: 404px;
    padding: 10px;
    background: #fff;
}

div.expertise_1 div.left_col {
    padding: 1em;
    font-size: 0.9em;
    margin-left: 2em;
    background: #fff;
    width: 40%;
}

body.blue div.expertise_1 div.left_col {
	border-bottom: 1px solid #09c;
	border-left: 1px solid #09c;
	border-right: 1px solid #09c;
	position: absolute;
	z-index: 4;
}

body#strength div.expertise_1 div.left_col {
    padding: 1em;
    position: absolute;
    font-size: 0.9em;
    top: 377px;
    margin-left: 0em;
    background: #fff;
    width: 412px;
    left: 0px;
}

body.red div.expertise_1 div.left_col {
	color: #f00;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #f00;
	border-right: 1px solid #f00;
	position: absolute;
}

body.green div.expertise_1 div.left_col {
	color: #000;
	border-bottom: 1px solid #093;
	border-left: 1px solid #093;
	border-right: 1px solid #093;
	position: absolute;
	z-index: 1;
}

div.expertise_1 div.right_col {
    float: left;
    width : 194px;
    background: #f00;
    position: absolute;
    right: 0px;
    bottom: 62px;
    color: #fff;
    padding: 10px;
}

body#strength div.expertise_1 div.right_col {
    width : 193px;
    background: #fff;
    position: absolute;
    right: 10px;
    bottom: 290px;
    color: #000;
    padding: 10px;
    border: 1px solid #fc0;
}

body#strength div.expertise_1 div.right_col span.big_number {
    color: #fc0;
}

div.expertise_1 div.right_col span.big_number {
    color: #fff;
}

/* ABBREVITAIONS PAGE */

dl.abbreviations dt {
    width: 50px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    padding: 0.3em;
}

dl.abbreviations dd {
    width: 300px;
    font-weight: normal;
    padding: 0.3em;
}

/* GENERIC DEFINITION LIST */

dl.generic dt {
    width: 15px;
    float: left;
    padding: 0.3em;
}

dl.generic dd {
    width: 90%;
    font-weight: normal;
    padding: 0.3em;
}

body#other_websites div p a,
body#chairmans_statement div p a {
    color: #f00;
    text-decoration: underline;
}

ul.skip_to {
    display: none
}


body.grey div.middle_column_container a {
    text-decoration: underline;
}

body#financial_statements div.middle_column_container a {
    text-decoration: none;
}

body.shareholder_information div.middle_column_container a {
    text-decoration: underline !important;
}
body#financial_statements div.middle_column_container a:hover {
    text-decoration: underline;
}

body.blue div.middle_column_container a {
    text-decoration: underline;
    color: #09c;
}

body.red div.middle_column_container a {
    text-decoration: underline;
    color: #f00;
}

div.padding_left {
    padding-left: 200px;
}

div.middle_column_main_image {
    background: none;
    background-image: none;
}

ul.default li ul.hyphen li {

    list-style-type: none !important;

	
}

noscript {
	visibility:hidden;
	}



dl.abbreviations dt {
    width: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.3em;
	float:left;
}

dl.abbreviations dd {
    width: 390px;
	display: block;
    font-weight: normal;
    padding: 0.3em;
	float: left;
}

body#strength div.expertise_3 {
    background-color: #ffe292;
}

