/*------------------------------------------------------------------------------------------------------*/
/*   Modifed from WRD Framework print stylesheet (July 2008)                                            */
/*------------------------------------------------------------------------------------------------------*/
 
.noprint {
	display: none;	
}
	
#usgscolorband, #leftbar, #usgsfooter, #nav_bar {   
	display: none;  
}

#usgstitle {
	background : #ffffff;
	color : #000000;
	margin: 0px;
	padding: 0px;
}
#usgstitle p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
}
body { 
  	color : #000000; 
	background : #ffffff; 
  	font-family: Georgia,"Times New Roman", Times, serif;
}

a { 
  	text-decoration : underline; 
  	color : #000000;
	font-weight: bold; 
}

th, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.datatable1 th, .datatable1 td, .datatable2 th, .datatable2 td, .datatable3 th, .datatable3 td {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #333333;
	}
/*
#usgsfooter {
  	color : #000000; 
	background : #ffffff; 
  	font-family: Georgia,"Times New Roman", Times, serif;
	margin-top:10px;
	border-top: thin solid #999999;
}
*/

.smallheading { 
  	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:10pt;
	margin-top: -10px;
	margin-bottom:0px;
	padding: 0px;
}

.Table1_yellow td { background-color: #FFFF99; }
.Table1_blue { background-color: #99CCFF; }
