@CHARSET "UTF-8";

.bold, a, a:active{
	font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
}

body {
	display: block;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.7);
	overflow-x: hidden;
	font-size: 18px;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
footer {
  display: block;
}
html {
	overflow-x: hidden;
}

a, a:active {
	color: #0070ff;
	text-decoration: none;
}

.center {
	text-align:center;
}

.fontL{
	font-size:24px;
}

div.marginBox {
	margin : 16px;
}
.btn {
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 0px #2258a8;
	-moz-box-shadow: 0px 4px 0px #2258a8;
	box-shadow: 0px 4px 0px #2258a8;
	background: #0083ff;
	text-align: center;
	margin: 3% auto 5%;
	width: 70%;
	padding:10px 0px 10px 0px;
}
.btn a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.orange_btn {
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 0px #a87922;
	-moz-box-shadow: 0px 4px 0px #a87922;
	box-shadow: 0px 4px 0px #a87922;
	background: #f5a417;
	text-align: center;
	margin: 3% auto 5%;
	width: 70%;
	padding:10px 0px 10px 0px;
}
.orange_btn a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.header_image{
  margin: 20px auto 10px auto;
  width: 31.5%;
  max-width: 158px;
  margin-bottom: 10px;
}
.footer_image {
  margin: 0 auto;
  width: 31.5%;
  max-width: 158px;
  margin-bottom: 10px;
}
.footer_text {
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
}