/*
Simple Styles for usfa.fema.gov
Authored by Greg Beatty
gbeatty@clutch-inc.com
*/


body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, arial, helvetica, akamai, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	}
	
body, p, td, th, div, li, ul, ol, dt, dd {
	font-family: Verdana, arial, helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	}
	
td, th {
	vertical-align: top;
	}
	
.hide {
	display: none;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
table {
	border-collapse: collapse;
	}

.datatablePane {
	height: 200px;
	overflow: scroll;
	border: 1px solid black;
	}
	



