body {
	color:#CCCCCC; 
	background-color: #ffffff;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}
.textheading, .textbold, .textnormal, .textnormalwhite, .textnormalwhitebold, .textnormallist, .textlink, .textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 8px;
}
.textnormalwhite {
	color: #ffffff;
}

.textnormalwhitebold {
	color: #ffffff;
	font-weight:bold;
}

.textsmall {
	font-size: 10px;
}
.textheading {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 10px;
	color: #199DBF;
}
.textbold {
	font-weight: bold;
	color: #970718;
}
.textlink {
	color: #ffffff;
}
.textnormallist {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
	color: #ffffff;
}

a.textnormal {text-decoration: underline;}
a.textnormal:link {text-decoration: underline;}
a.textnormal:visited {text-decoration: underline;}
a.textnormal:active {text-decoration: underline;}
a.textnormal:hover {text-decoration: underline;}

a.textnormalwhite {text-decoration: underline;}
a.textnormalwhite:link {text-decoration: underline;}
a.textnormalwhite:visited {text-decoration: underline;}
a.textnormalwhite:active {text-decoration: underline;}
a.textnormalwhite:hover {text-decoration: underline;}

a.textlink {text-decoration: none;}
a.textlink:link {text-decoration: none;}
a.textlink:visited {text-decoration: none;}
a.textlink:active {text-decoration: none;}
a.textlink:hover {text-decoration: underline;}
}

