body, table {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
    padding: 0;
    margin: 0;
	}

a {
	color: black;
	text-decoration: none;
	}

#page_content {
    padding: 0;
    margin: 0;
}
#page_body {
    margin-top: 0;
}
  
#page_header, #page_header_sub, #excel_icon_current, #excel_icon_all,
#page_nav, select, br, #excel_icon, #print_icon, #sort_row, #pagination_row, .content {
	display: none;
}

img#print_logo {
    height:55px;
    margin:0;
}
div.title {
	border-bottom: 1px solid #cccccc;
	margin: 1em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	}
	
div div.table_header {
    margin-top:40px;
}
#data_table thead th a:link, #data_table thead th a:visited {
	color: black;
	text-decoration: none;
	}

#data_table tbody th a:link, #data_table tbody th a:visited {
    color: black;
	text-decoration: none;
	}

table#data_table {
	font-size: 8pt;
	border: solid #cccccc;
	border-width: 0 1px 1px 0;
	border-collapse: collapse;
	text-align: right;
    padding: 0;
    margin: 0;
	}

table#data_table th, table#data_table td {
	border: solid #cccccc;
	border-width: 1px 0 0 1px;
	padding: 0.25em 0.4em;
	}

table#data_table thead th {
	text-align: center;
	}

table#data_table tbody th, table#data_table tfoot th {
	text-align: left;
	}

table#data_table tfoot {
	font-weight: bold;
	}

div#data_graph {
	margin-top: 1.5em;
	text-align: center;
	}

div#data_graph img {
	margin: 0 auto 0 auto;
	}

.negative{
	color:black;
	font-weight:bold;
}

#nav, #breadcrumbs { display:none; }
