/* CSS Document */

body {
	margin:0; padding:0;
	font:10pt arial, helvetica,  sans-serif;
	color:#000;
}
#seachContainer, #titleNav, #header, #sidebar, #footer, .content_image, img {display:none;}
h1 {text-align:left; font-size:12pt}
h2 {font-size:11pt;}
p {font-size:10pt;}

a {text-decoration: none;}

/* -------------------------------- Inline Tables -------------------------------- */ 
.table_chart {
	width:100%;
	text-align:right;
	margin: 15px -60px 25px 0;
	line-height: 15px;
	font-size:11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C8CCCD;
	border-right-color: #C8CCCD;
	border-bottom-color: #CBD7E1;
	border-left-color: #C8CCCD;
}

.table_chart td{
	vertical-align:bottom;
	border:0px;
	padding:3px 7px 3px 10px;
}

.table_chart th{
	vertical-align:bottom;
	border:0px;
	background-color: #edf0f1;
	padding:15px 7px 15px 7px;
	text-align:right;
	color:#17303f;
}

.table_small {
	text-align:right;
	border:1px solid #DDE1E2;
	margin: 15px -60px 25px 0;
	line-height: 15px;
	font-size:11px;
}

.table_small td{
	vertical-align:bottom;
	border:0px;
	padding:3px 7px 3px 10px;
}

.table_small th{
	vertical-align:bottom;
	border:0px;
	background-color: #edf0f1;
	padding:15px 7px 15px 7px;
	text-align:right;
	color:#17303f;
}

.table_chart td.spacer, tr.spacer, th.spacer{
	padding: 0px;
	margin: 0px;
	height: 7px;
	line-height: 0px;
}

.table_chart .left_col, table_small .left_col {	color: #17303f;	text-align: left;}

.table_chart .blue{	color: #17303f;}
.table_chart .totals, .highlight_rows {
	background-color: #edf0f1;
	font-weight: bold;
}
.table_chart .totals {	color:#17303f;}
.table_chart .sum, .table_small .sum {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBD7E1;
}

.table_chart .sum_and_totals, .table_small .sum_and_totals {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBD7E1;
	color:#17303f;
	background-color: #edf0f1;
	font-weight: bold;
}

.table_chart .bold_sum_and_totals {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CBD7E1;
	color:#17303f;
	background-color: #edf0f1;
	font-weight: bold;
}

.table_chart .bold_sum {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CBD7E1;
}

.table_contact {width: 100%;	text-align:left;}
.table_contact td, .table_contact th {	vertical-align:top;	padding-left: 10px;}
.table_contact .labels {text-align: right;}
.table_contact .spacer {height: 3px;	padding: 0px;}


.text_bold{
	font-weight:bold;
	color:#937241;
	font-size: 15px;
	margin-top: 15px;
}
.text_callouts {
	font-weight:bold;
	font-size:18px;
	color:#808ea2;
	line-height: 21px;
	margin-bottom: 15px;
}




