body {
	color:#D0D7D8; 
	background-color: #D0D7D8;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #D0D7D8;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}

.textnormal, .textgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #000000;
}

.textgrey {
	color: #4D4D4D;
	font-size: 10px;
	line-height: 12px;
}

.textnormallist {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin-left: 12px;
}


a.textnormal {text-decoration: none;}
a.textnormal:link {text-decoration: none;}
a.textnormal:visited {text-decoration: none;}
a.textnormal:active {text-decoration: none;}
a.textnormal:hover {text-decoration: underline;}


