/*------------------------------------------------------------------------------------------------------*/
/*   Framework print stylesheet                                                                         */
/*   Last update: July 2008                                                                             */
/*------------------------------------------------------------------------------------------------------*/
 
.noprint {
	display: none;	
}
	
#leftbar, #linksfooterbar {   
	display: none;  
}

#usgstitle {
	background : #ffffff; 
  	color : #000000; 
}

#mainbody { 
  	color : #000000; 
	background : #ffffff; 
  	font-family: Georgia,"Times New Roman", Times, serif;
}

a { 
  	text-decoration : underline; 
  	color : #0000ff; 
}

#mainbody th, #mainbody td { 
  	font-family: Georgia,"Times New Roman", Times, serif;
}

#usgsfooter {
  	color : #000000; 
	background : #ffffff; 
  	font-family: Georgia,"Times New Roman", Times, serif;
	margin-top:10px;
	border-top: thin solid #999999;
}
 