html, body {
	width: 560px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	margin: 0; 
	padding: 0;
	background-color: #ffffff;
	color: #555555;
	text-align: center;
}

h4 {
	font-size: 9pt;
	color: #72BD00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3px;
	}

/* Links */

a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #72BF01;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: 0;
	}

#footer a:link {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {
	font-size: 9px;
	color: #999999;
 	text-decoration: none
}

#footer a:hover {
	font-size: 9px;
	color: #C0C0C0;
	font-weight: bold;
}

#footer a:active {
	font-size: 9px;
	color: #999999;
	font-style: normal;
}

/* Footer */

#footer table {
	border: 0;
	margin: 0;
	padding: 0;
	}

#footer td {
	text-align: left;
	vertical-align: middle;
	}

#footer img {
	vertical-align: middle;
	}

#footer a#english {
	text-decoration: none;
	}

#footer a#english img {
	display: block;
	border: 0px;
	}

#footer #logo img {
	display: block;
	border: 0;
	}


/* Emissions */
#Datum {
	text-align: center;
	position: absolute;
	top: 0;
	left: 100px;
	margin-bottom: 25px;
	z-index: 100;
}

#submitButton {
	display: inline;
	margin-left: 0;
}

#notice {
	position: absolute;
	top: 35px;
}

#am_chart {
	position: absolute;
	left: 0;
	top: 75px;
	z-index: -1;
}

#pm_chart {
	position: absolute;
	left: 0;
	top: 525px;
	z-index: -1;
}
