h1 {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #7A7A7A;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #006555;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #479044;
}
h4 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #F6C400;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.bodytext { 
	width: 100%;
	position: relative
}
.formtext {
	font-family: Helvetica, sans-serif;
	margin: 10px;
	line-height: 16px;
}
.formbox {
	border: 1px solid;
	float: left;
	width: 95%;
	margin: 5px;
}
.formbox_nobdr {
	float: left;
	width: 410px;
}
input {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodyimg {
	float: right;
  position: relative
}
ul { 
	list-style-type: square; 
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}
dl { 
	list-style-type: square; 
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	}
	pre { 
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	}
a:link { 
	color: #7A7A7A;
	}
a:visited { 
	color: #7A7A7A;
	}
a:hover { 
	color: #939393;
	}
a:active { 
	color: #7A7A7A;
	}