/* Agriculutre, Population and Land Area Tables */


	.agTable {
		border-collapse: collapse;
		border: 2px black solid;
		font: 12px sans-serif;
		
	}

	.agTable td {
		border: 1px black solid;
		padding: 5px;
		text-align: center;
	}
	
	.agTable tr:nth-child(even) {background-color: #f2f2f2;}
	
	.agTable tr:nth-child(odd) {background-color: #ffffff;}
	
	.agTable tr:first-child {
		padding-top: 12px;
		padding-bottom: 12px;
		background-image: url('nwscwi/navbkgrnd.gif');
		color: white;
		font: 20px sans-serif;
	}
	
	.agTable tr:nth-child(2) {font-weight: bold;}
	
	
	.waterTable {
		border-collapse: collapse;
		border: 2px black solid;
		font: 12px sans-serif;	
	}

	.waterTable td {
		border: 1px black solid;
		padding: 5px;
		text-align: center;
	}
	
	.waterTable tr:nth-child(even) {background-color: #f2f2f2;}
	
	.waterTable tr:nth-child(odd) {background-color: #ffffff;}
	
	.waterTable tr:first-child {
		padding-top: 12px;
		padding-bottom: 12px;
		background-image: url('nwscwi/navbkgrnd.gif');
		color: white;
		font: 20px sans-serif;
	}
	
	.waterTable tr:nth-child(2) {font-weight: bold;}
	
	.waterTable tr:nth-child(6) {font-weight: bold;}
	.waterTable tr:nth-child(7) {font-size: 14px;}
}