@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Slab');

body{

margin: 0px;

}

a{
	color			:#3277AE;
	text-decoration	:none;
	border-bottom	:dotted 1px #3277AE;
}

a:hover{
	color			:#BE0F34;
	border-bottom	:dotted 1px #BE0F34;
}

div {
	padding: 20px;
}

div.title{
	background-color: #002147;
	padding: 40px 20px;
	margin-bottom: 20px;
}

h1{
	color		:#B3BBC5;
	margin		:0px;
	font-family	:'Roboto Slab', serif;

}

p {
	margin-top	:0px;
	margin-left	:2em; 
	text-indent	:-1.8em;
	line-height	:25px;
	font-family	:'Open+Sans',serif;
}

span.nowrap{
	white-space: nowrap;
}

img{
	border			:1px #B3BBC5 solid;
	margin-left		:10px;
	margin-bottom	:10px;
	width			:100%;
}

hr{

	border	:1px dashed #E0DED9;
	margin-bottom: 25px;

}