BODY {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding:0px;
	background: #000000 url(../images/hydrostop-bg.jpg) center top repeat-y;
	color: #ffffff;
}
P{
	font-size: 12px;
}
H1{
	font-size: 20px;
}
H2{
	font-size: 18px;

}
H3{
	font-size: 16px;
}
H4{
	font-size: 14px;
}
FORM{
	margin: 0px;
	padding: 0px;
}

UL{
	font-size: 11px;
	text-align:left;
	line-height:16px;
	color: #000000;
}
OL{
	font-size: 11px;
	text-align:left;
	line-height:22px;
	color: #000000;
}
LABEL{
	clear:both;
	float:left;
	width:150px;
	font-size:11px;
	color:#000000;
	line-height:30px;
	margin-left:30px;
}

A{
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
A:Visited{
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
A:Active{
	color: #6990a2;
	font-weight:bold;
	text-decoration:none;
}
A:Hover{
	color: #6990a2;
	font-weight:bold;
	text-decoration:none;
}

#contactForm{
	padding:20px;
}
.normal{
	font-size: 12px;
	text-align:justify;
	line-height:20px;
}
.btn{
	border:1px solid #737373;
	color: #000000;
	font-size:12px;
	margin:8px;
	padding:2px;
	width:300px;
	background:url(../images/btn.jpg) left top repeat-x;
}
