body {
	margin-left: 15px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
    
}

table.thin_border {
    border-collapse: collapse;
    border: 1px solid #AAAAAA;
    background-color: white;
    font-family: 'Arial';
    color: black;

	/* width: 100%; */
    }
	
    
a:link {
	text-decoration: none;
	color: #262626;
}
a:visited {
	text-decoration: none;
	color: #262626;
}
a:hover {
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

td.section_title {
	font-weight: bold;
    color:dimgray; 
    font-size:14px
    }

tr.hover_row:hover {
      white-space: nowpap; 
      background-color: #ffff99;
      cursor:pointer;
}

tr.stat_table_header {
	font-weight: bold;
	background-color: khaki;
	text-align: center;
	
	}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}