@charset "UTF-8";

/* template styles */

body {
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 88%;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em 6% 1.5em 6%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	color: #000;
	font-weight: normal;
	font-size: 3em;
	line-height: 1.4em;
	letter-spacing: .06em;
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: center;
}
h2 {
	color: #000;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.4em;
	letter-spacing: 0.06em;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
h3 {
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 0px;
	color: #045696;
	font-weight: normal;
	margin-bottom: 20px;
}
h4 {
	font-size: 90%;
	line-height: 1.4px;
	color: #045696;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	margin-bottom: 0px;
}
h5 {
	color: #045696;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 {
	color: #33333;
	font-weight: normal;
	font-size: 70%;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
}
p {
	font-size: 95%;
	line-height: 1.6em;
	color: #636363;
	margin-top: 5px;
	margin-bottom: 10px;
}