/*
Simple Styles for usfa.dhs.gov
Authored by Greg Beatty
gbeatty@clutch-inc.com
Last Edited: April 25, 2004
*/

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, arial, helvetica, 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;
	}
	
td, th {
	vertical-align: top;
	}
	
.hide {
	/* display: none; */
	position: absolute; 
	left: -1000em; 
	width: 20em;
	}


	
form {
	margin: 0;
	padding: 0;
	}
	
table {
	border-collapse: collapse;
	}	



