.bodyContent, ul, ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;

}
.bodyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: auto;
	line-height: 14pt;
}
.formField {
	width: 250px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.formButton {
	width: 100px;
	border: 1px solid #999999;
}
a:link {
	text-decoration: none;
	color: #000000;

}
a:visited {
	text-decoration: none;
	color: #000000;

}
a:hover {
	text-decoration: underline overline;
	color: #000000;

}
a:active {
	color: #000000;
	text-decoration: none;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(bg_50.png) repeat 0% 0%;
}
#overlay .contents {
	width: 65%;
	padding: 20px;
	text-align: left;
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 170px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
