* {
	margin: 0;
	padding: 0;
}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #E6ECEF;
	color: #1B5072;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font: normal normal 1em/1.4em geneva,arial,helvetica,sans-serif;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}
div {
	font-size: 1em;
}
a,a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #678AA1;
}
a:hover {
	font-size: 1em;
	text-decoration: underline;
	color: #8F709D;
}
ul,li {
	font-size: 1em;
	list-style-type: none;
	text-align: left;
}
#popupbanner {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 100px;
	background: url(/images/nmd_popup_banner.gif) no-repeat left top;
}
#infoholder {
	padding: 20px 0 50px;
	margin: 0;
	min-height: 100%;
	font-size: 0.75em;
}
h1,h2,h3 {
	font-family: georgia,'times new roman',serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}
h1 {
	display: none;
}
h2 {
	text-align: left;
	padding: 0 0 25px 0;
	font-style: italic;
	font-size: 1.4em;
	color: #346382;
	text-decoration: underline;
}
h3 {
	font-size: 1em;
	color: #346382;
	text-decoration: underline;
	text-align: left;
	padding-bottom: 10px;
}
p {
	padding: 0 20px;
}
p.center {
	text-align: center;
}
.cl {
	clear: left;
	line-height: 0;
	height: 0;
	font-size: 0.1em;
}
.cr {
	clear: right;
	line-height: 0;
	height: 0;
	font-size: 0.1em;
}
.cb {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0.1em;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-size: 0.7em;
	line-height: 1.3em;
}
#footer p {
	text-align: center;
	color: #E6ECEF;
}