@charset "utf-8";
.bkgd {
	background-attachment: fixed;
	background-image: url(../images/mainBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bodyTxt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #4c4c4c;
}
.descripTxt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #4c4c4c;
}
.form1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #4c4c4c;
	height: 25px;
	width: 350px;
	border: 1px solid d4d3d9;
}
.form2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #4c4c4c;
	height: 150px;
	width: 350px;
	border: 1px solid d4d3d9;
}

