@charset "UTF-8";
/* CSS Document */

/*Define styles for Services Pages*/


/*Define styles for Herbicide Weed Control*/
#herbicide {
	width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	}
	
#herbicide td {
	font-size: 1.3em;
	color: #449CB8;
	padding: 4px;
	font-weight: normal;
	}
	
.odd {
	background: #FFFFFF;
	}
	
.even {
	background: #F2F2F2;
	}
	
#weeds {
	margin-left: 25px;
	}
