body {
	background-color: white;
	margin: 0px;
	color: black;
	text-align: center;
}
.errorbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 30px;
	width: 700px;
	text-align: left;
	padding-left: 10px;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}



.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer {
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding-top:50px;
	padding-bottom:20px;
	text-align: left;
}
.easycontainer {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #ff9900;
	text-align: center;
}

.flagbox {
	background-color: #eaeaea;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;	
}

.smalltext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

a:link {
	text-decoration: underline;
	color: #6c6e70;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #6c6e70;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6c6e70;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #b10000;
	font-weight: bold;
}
.container {
	text-align: center;
}

