html {
	background-color: #15450B;
}

* {
	maring: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, arial, trebuchet ms;
	font-size: 11px;
}



#solar_pumps {
	display: block;
	width: 200px;
	height: 17px;
	background: url("../images/solar-pumps.jpg") 0 0 no-repeat;
}

#solar_pumps:hover {
	background: url("../images/solar-pumps_over.jpg") 0 0 no-repeat;
}

.nodisplay {
	display: none;
}

#footer a:visited, #footer a:active, #footer a {
	color: #15450B;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #15450B;	
}

h2 {
	font-size: 17px;
	color: #2A8D17;
}

h3 {
	font-size: 13px;
	color: #758D17;
}

#content a:visited, #content a:active, #content a {
	color: #15450B;
}

input {
	border: 1px solid #D2D2D2;
	width: 200px;
}

select {
	border: 1px solid #D2D2D2;
	width: 200px;
}

textarea {
	border: 1px solid #D2D2D2;
	width: 200px;
}

#consumption td input {
	width: 75px;
}

ul {
	padding-left: 15px;
}