@charset "utf-8";
.style1 {
	font-size: 2;
	font-weight: bold;
}
.style2 {font-size: 10px}
.style3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	color: #003399;
}
.style4 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style5 {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 20px;
	border: thin double #000066;
}