/*
 	ecodev_page.css: style rules that pertain to the 'economic development' page, specifically
	created: 10 March 2006 by Scott M. Smith
	lasted edited: 10 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

table {
	margin: 20px auto 20px auto;
	border: none;
	width: 90%;
}

td {
	vertical-align: middle;
	text-align: center;
	font: 9pt arial, verdana, sans-serif;
	padding: 15px;
}

td a {
	font-size: 8pt;
}

td img {
	display: block;
	margin: 5px auto 5px auto;
	width: 100px;
}

td.txt {
	vertical-align: top;
	text-align: justify;
	width: 70%;
}
