body {
	color:#DDDDDD; 
	background-color: #DDDDDD;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #DDDDDD;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}

.textnormal, .textred, .textwhite, .textnormallistitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 9px;
	color: #252525;
}

.textnormallistitem {
	line-height: 16px;
}

.textred {
	color: #850000;
	font-size: 11px;
	line-height: 18px;
}

.textwhite {
	color: #ffffff;
}

.textnormallist {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
}


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;}


