@charset "utf-8";
#BODY .list1 {
	margin-left: 30px;
	display: block;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #063;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #063;
}
#BODY .box {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #063;
	border-right-color: #063;
	border-bottom-color: #063;
	border-left-color: #063;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 7px;
}
#BODY .box h3 {
	font-size: 100%;
	margin-bottom: 5px;
}


#BODY .list1 li{
	margin-bottom: 3px;
	color: #063;
}

