body,h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
	color:#333;
}

h1 {
	font-weight:700;
	text-transform:uppercase;
	font-size:48px;
	margin-bottom:0px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	background-color:black;
	color:white;
	padding-left: 20px;
	text-transform:uppercase;
	font-weight:100;
	margin-top:50px;
}

strong {
	font-weight:bold;
}

p {
	text-align: justify;
	font-size: 16px;
}

a {
	text-decoration: none;
	color:#0085a3;
	font-weight:700;
}

a:hover {
	background-color:#0085a3;
	color:white;
}

.navigation {
	margin:0;
	margin-bottom:64px;
	padding:0;
}

.thumbnail {
	padding: 1px 1px 1px 1px;
}

.followup-image {
	margin-bottom: 0px;
}

.info_title {
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0px;
	/* color: #ddd; */
	padding-right:24px;
}

.info_content {
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	border-bottom: 1px solid #666;
	/* color: #fff; */
	padding-right:24px;
}