/* generic */
body {
	background: #FFF;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}
img {
	border: 0;
}

/* hide elements not required for print */
#accessiblenav,#header,#subnavigation,#footer ul, ul.management_navigation {
	display: none;
}

/* re-style any elements for print if required */
.print {
	display: block;
}







/**/
table {
	clear:left;
	font-size: 100%; /* need to set for IE5/5.5 */
	margin: 0 0 14px 0;
	padding: 0;
	text-align:right;
	vertical-align:bottom;
}
caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
}
th, td {
	margin: 0;
	padding: 0 4px 2px 0;
}
th.left, td.left {
	text-align:left;
}
th.top, td.top {
	vertical-align:top;
}
th.nobold {
	font-weight:normal;
}
th.indent, td.indent {
	padding-left:10px;
}
th.doubleindent, td.doubleindent {
	padding-left:20px;
}
table.financials{
	clear:left;
	color: #333;
	font-size: 91.60%;
	margin-bottom:28px;
}
table.financials th, table.financials td {
	font-weight:normal;
	padding:4px 9px 4px 2px;
	vertical-align:bottom;
}

table.financials th.doubleindent, table.financials td.doubleindent {
	padding-left:20px;
}

table.alignTop td {
	vertical-align:top;
}


table.financials tbody th {
	color: #1d918c;
	font-weight:bold;
}
table.financials th.highlight {
	color: #1d918c;
	font-weight:bold;
}
table.financials td.highlight {
	background:#e9f2ef;
	color: #1d918c;
	font-weight:bold;
}
table.financials td.highlight_nobg {
	color: #1d918c;
	font-weight:bold;
}

table.financials tbody .indent, table.notesText td.indent{
	padding-left:10px;
}
table.financials tbody th.indent2x, table.financials tbody td.indent2x{
	padding-left:20px;
}
table.financials tbody th.indent3x, table.financials tbody td.indent3x{
	padding-left:30px;
}

table.financials tbody td.borderleft {
	border-left:1px solid #818181;
}
table.financials tbody td.borderright {
	border-right:1px solid #818181;
}
table.financials tbody td.bordertop {
	border-top:1px solid #818181;
}
table.financials tbody td.borderbottom {
	border-bottom:1px solid #818181;
}
table.financials tr.line td, table.financials tr.line th{
	border-bottom: 1px solid #818181;
}
table.financials tr.line_colour td, table.financials tr.line_colour th{
	border-bottom: 1px solid #1d918c;
}

table.financials tr.thickline td, table.financials tr.thickline th {
	border-bottom: 2px solid #818181;
}
table.financials tfoot, table.financials .small {font-size:90.95%;}
table.financials tfoot td{text-align:left;}

table.financials tbody tr .black {
	color: #000;
	font-weight: normal;
}





h1, .h1 {  
	color: #3a3f42;
	font-family:Georgia,Times,Times New Roman,Serif;
	font-size:230%;
	font-weight:normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
h2, .h2 {  
	color: #20aa9e;
	font-size:116.65%;
	margin: 0 0 7px 0; 
	padding: 0;	
}
h3, .h3 {  
	color: #20aa9e;
	font-size:116.65%;
	margin: 0 0 7px 0; 
	padding: 0;	
}
h4, h5, h6, .h4 {  
	color: #3a3f42;
	font-size:100%;
	margin: 0; 
	padding: 0;	
}
.title {color: #3a3f42;}
.intro {
	color: #3a3f42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	line-height: 1.2em;
	width: 580px;
}

ul.higlightlist, ol.higlightlist  {
	color: #20aa9e;
	font-family:Georgia,Times,Times New Roman,Serif;
	font-size:158.35%;
	font-weight:normal;
	line-height: 1.3em;
}

div.hr {
	border-bottom: solid 10px #FFF;
	border-top: solid 1px #aeb7c3;
	clear: both;
	height: 0px;
	line-height:0px;
	width: 766px;
}


ul.key {
	list-style-type: none;
	margin: 0;
	padding: 0 0 14px 0;
}

ol.roman {list-style:lower-roman; }
ol.alpha { list-style-type:lower-alpha; }

