@charset "utf-8";
/* CSS Document */


h1{
	font-size: 16px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: normal;
}
h2{
	font-size: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
h3{
	font-size: 18px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.table1{
	width: 500px;
	margin-left: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}
.table2{
	width: 750px;
	margin-left: 45px;
	line-height: 20px;
	margin-top: 0px;
}
.text1{
	margin-left: 50px;
	color: #009933;
	margin-bottom: 0px;
}
.text2{
	margin-left: 30px;
}

