@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003B92;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1C9F8;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00398D;
	padding: 0px;
	font-weight: lighter;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
strong {
	font-weight: bold;
	color: #003B8D;
	font-size: 16px;
}
.smaller-text {
	font-size: 11px;
}
h3 {
	color: #003B92;
}

