

body {
	margin: 0 auto;
	color: #8e8e8e;;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}
img {
	border: 0px;
}
a {
	color: #3c586d;
	text-decoration: none;
}
a:hover {
	color: #3b90b9;
	text-decoration: underline;
}
.nodisplay {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #759f20;
	font-weight: normal;
	font-family: helvetica, sans-serif;
	margin-top: 26px;
	margin-bottom: -7px;
}
h1 {
	font-size: 22px;
}

#popup {
	width: 500px;
    margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: white;
	padding-top: 5px;
	text-align: left;
}


