/* 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,#centrenav,#subnavigation,#footer ul,#search, .printer, #pagetrail, .backtotop, #slideshow_container {
	display: none;
}

/* re-style any elements for print if required */
.print, .show, .show_open {
	display: block!important;
}

ol#pagetrail {margin:10px 0;padding:0;white-space:nowrap;}
ol#pagetrail li {margin:0;padding:0;list-style-type:none;white-space:nowrap;display:inline;}
ol#pagetrail li a:link, ol#pagetrail li a:visited {color: #666666;text-decoration:none;}
ol#pagetrail li img {padding: 0px 6px;}
ol#pagetrail li.nolink {color:#666666;}


ul.tabmenu li.lit a, ul.subtabmenu li.lit a, ul.tabmenu_secondtier li.lit a {font-weight:bold;}


table {
	clear:left;
	font-size: 90%;
	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;
}

table.info {
	border-top: 1px solid #ececec;
	border-left: 1px solid #e4e0e0;
	border-right: 1px solid #e4e0e0;
	color: #333333;
	float:left;
	margin: 0px 0 0 0px;
	padding-bottom: 10px;
	padding:0;
	width:95%;
}
div.content_wide table.info {width: 515px;}
div.content_fullwidth table.info {width: 775px;}


table.info thead tr th, table.info thead tr td, table.info tbody tr th {
	border-bottom: 1px solid #e4e0e0;
	color:#333333;
	padding: 10px 6px 10px 18px;	
}

table.info tr td {
	border-bottom: 1px solid #e4e0e0;
	padding: 10px 6px 10px 6px;	
	text-align:left;
	vertical-align:top;
}

table.financial {
	border: 1px solid #ececec;
	margin: 14px 0px 24px 0;
}
table.financial thead tr th, table.financial thead tr td {
	background: #f0f0f0;
	vertical-align:bottom;
	padding: 8px 10px;
}
table.financial tbody tr th, table.financial tbody tr td {
	vertical-align:top;
	border-top: 1px solid #e4e0e0;
	border-left: 1px solid #e4e0e0;
	padding: 8px 10px;
}
table.financial tbody tr th.notopborder, table.financial tbody tr td.notopborder,
table.financial tbody tr.notopborder th, table.financial tbody tr.notopborder td {
	border-top: none;
}
table.financial th.left, table.financial td.left {
	text-align:left;
	border-left:none;
}

table.feature {
	margin:14px 0px 0px 0px;
	font-size: 80%;
	border-top: 1px solid #e4e0e0;
}
table.feature thead tr th.middle, table.feature thead tr td.middle {
	vertical-align:middle;
}
table.feature thead tr th, table.feature thead tr td, 
table.feature tbody tr th, table.feature tbody tr td {
	vertical-align:bottom;
	border-bottom: 1px solid #e4e0e0;
}
table.feature thead tr th, table.feature thead tr td {
	background: #f0f0f0;
	padding: 16px 12px 8px 14px;
	color: #333333;
}
table.feature tbody tr th, table.feature tbody tr td {
	padding: 18px 12px 14px 14px;
	color: #666666;
}

table.feature tbody tr td.left {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	border-left: 1px solid #e4e0e0;
	border-right: 1px solid #e4e0e0;
}
table.feature tbody tr td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 158.3%;
	border-right: 1px solid #e4e0e0;
}
table.feature tbody tr.hover {
	background:#eeeded;
}

table.feature tfoot tr td {
	padding: 14px 14px 6px 4px;
	font-size:91.7%;
	color:#333333;
}

table.feature strong {
	color: #333333;
	font-weight: normal;
}


