body {
	background-color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 

}
.wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-align: justify;
	color:#fff ;
	background-color: #E96A16;
	font-size: 20;
	padding: 10px;
	border:solid 1px #E96A16;
	border-radius: 10px;
	padding-top: 80px;
	padding-bottom: 0px;

}
table{
	color: #fff;
	font-size: 20;
}
	

header{
	vertical-align: middle;
	color: #6E6E6E;
	width: 100%;
	background-color: #fff;
	height: 70px;
	padding-bottom: 0px;
	padding-top: 1px;
	text-align: center;

	
}
.contact{
	color: #fff;
	font-size: 17;
}


/*header{
	background: repeating-linear-gradient(
  45deg,
  #78A319,
  #78A319 3px,
  #8FBB26 3px,
  #8FBB26 4px
);
}*/