body{
	background: #dce8f0;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 170%;
	color: #414042;
	font-size: 16px;
	margin-bottom: 2%;
}

p{
	margin: 0 0 24px 0
}

h4{margin-bottom: 8px;
margin-top: 0;}

h1,h2,h3,h4,h5{
	color: #414042;
	line-height: 120%;
	margin-top: 0;
	font-weight: 600;
}

h1 span{
	color: #1B78BA;
}

a{
	color: #414042;
}

a:hover{
	color: #1B78BA;
}

abbr{
	text-decoration: underline;
	cursor: help;
}

.intro{
	font-size: 18px;
	font-weight: 400;
}

.logo{
	max-width: 640px;
	width: 84%;
	margin: 7.5% auto 0 auto;
}

strong{
	font-weight: 500;
}

.description{
	max-width: 720px;
	width: 80%;
	margin: -2% auto 0 auto;
	padding: 3% 3% 3% 3%;
	background: white;
	border-radius: 4px;
	font-weight: 100;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.footer{
	max-width: 720px;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	border-radius: 4px;
	font-weight: 100;
	text-align: center;
}