/* 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,#search,#navigation,#tools,.pagetools ,div.pagetitle object, #pagenav_alt, #backtotop {
	display: none;
}

/* re-style any elements for print if required */
.print {
	display: block;
}

.nobold {font-weight: normal;}

/*financial table*/
table {text-align:right;vertical-align:bottom;width:100%;margin-bottom:20px;}
th.left, td.left {text-align:left;}
th.nobold{font-weight:normal;}
table.financial .bold{font-weight:bold;}
table.financial td.left, table.financial th.left{font-size:90%;}
table.financial th{border-bottom:1px solid #000;vertical-align:bottom;}
table.financial tr.linetop td, table.financial td.linetop{border-top:1px solid #000;}
table.financial tr.linebottom td, table.financial td.linebottom{border-bottom:1px solid #000;}
table.financial td.lineleft{border-left:1px solid #000;}
table.financial td.lineright{border-right:1px solid #000;}
table.financial td.indent{padding-left:15px;}
table.financial td.indent2{padding-left:25px;}
table.financial .sidecolumn{padding-right:20px;}
table.financial tr.total td, table.financial tr.total th, table.financial tr td.total {background:#FEF06D;}
table.financial tr.total td.highlight, table.financial tr.total th.highlight{background:#F2E769;}
table.financial .highlight{background:#F3F5F5;font-weight:bold;}
table.financial .notes, table.financial .notes a{color:#004FB6;}
table.financial th.top, table.financial td.top {vertical-align:top;}

caption { text-align: left;
	}
