body {
	color:#EFE3B7; 
	background-color: #EFE3B7;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: #EFE3B7;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}
.textnormal, .textnormalwhite, .textlink, .textheading1, .textheading2, div.textnormal p, .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #0C419A;
}
.textnormal, .textnormalwhite, .textlink, .textheading1, .textheading2, div.textnormal p {
	margin-top: 0px;
	margin-bottom: 8px;
}
.textnormalwhite {
	color: #ffffff;
}
.textheading1, .textheading2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #FD000D;
}
.textheading2 {
	font-size: 13px;
	line-height: 15px;
}
.textnormallist {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
	color: #ffffff;
}

a.textnormal, a.textnormalwhite {text-decoration: none;}
a.textnormal:link, a.textnormalwhite:link {text-decoration: none;}
a.textnormal:visited, a.textnormalwhite:visited {text-decoration: none;}
a.textnormal:active, a.textnormalwhite:active {text-decoration: none;}
a.textnormal:hover {text-decoration: underline; color: #FD000D;}
a.textnormalwhite:hover {text-decoration: underline; color: #FD000D;}

a.textlink {text-decoration: underline;}
a.textlink:link {text-decoration: underline;}
a.textlink:visited {text-decoration: underline;}
a.textlink:active {text-decoration: underline;}
a.textlink:hover {text-decoration: underline; color: #FD000D;}


