@charset "utf-8";
/* CSS Document */

.source-DIV{
	background-color:#000066;
	width:850px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.title-DIV{
	width:100%;
	height:128px;
	background-color:#000066;
}
.button-DIV{
	width:100%;
	height:30px;
	background-color:#000066;
	text-aligN: center;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.content-DIV{
	width:100%;
	height:850px;
	background-color:#000066;
	overflow: auto;
	margin: 20px;
}



.style1 {
	width: 100%;
	height: 850px;
	background-color: #000066;
	overflow: auto;
	font-weight: bold;
	font-size: 36px;
	color: #CCFFFF;
}

