@charset "utf-8";
/* CSS Document */


.text1{
	color: #006699;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
.text2{
	padding-right: 50px;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 5px;

	
}
.img{
	float: left;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 5px;

	
}


.text3{
	color: #FF9900;
	margin-bottom: 0px;
	margin-top: 5px;
	
}
.text_red{
	color: #FF0000;
	
}
.li{
	list-style-type: none;
	font-weight: bold;
	margin-left: 10px;
	
}
.table{
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 500px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	
	
}
.hr{
	margin-left: 5px;
	width: 850px;
	color: #009999;
	margin-bottom: 20px;
	margin-right: 5px;
	
}
