@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004370;
	font-weight: bold;
	background-color: #C6C7C9;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	vertical-align: top;
	background-color: #E8E8E8;
}
.style2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #E8E8E8;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004370;
	text-align: center;
	background-color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

