/* CSS Document */
@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	line-height: 20px;
	text-align:justify;
	background-color: #dce2ed;
	margin-top: 3em;
	}
	
	.blue_border {
	border: 3px solid #7798bf;
	}
	
p {
	margin-right: 1em;
	margin-left: 1em;
}

h3 {
	font-family: Arial, sans-serif;
	text-align: center;
}

.date {
	font-size:14px;
}

.reference {
	font-size:14px;
	text-align:right;
}

.motto {
	font-size:14px;
	padding-left:150px;
}

.letter-spacing {
	letter-spacing:3px;
}

hr {
	width: 30%;
	text-align: left;
	margin-top: 30px;
}

.smaller_font {
	font-size:14px;
}

.aligncenter {
	text-align: center;
}

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}

.caption {
	width:250px;
}