body {
	color:#444444; 
	background-color: #444444;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #444444;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}
.textnormal, .listitem, .textheading, .textsubheading {
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
}
.listitem {
	margin-bottom: 3px;
}
.textheading {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #199DBF;
}

.textsubheading {
	font-weight: bold;
	color: #199DBF;
}

.textnormallist {
	margin-top: 0px;
	margin-bottom: 8px;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
	color: #ffffff;
}


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; color: #FD000D;}

