@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;
	color: #333333;
}

.title-DIV{
	width:100%;
	height:128px;
	background-color:#000066;
	color: #333333;
}
.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;
	color: #333333;
}
.content-DIV{
	width:830px;
	height:850px;
	background-color:#000066;
	overflow: visible;
	font-family: Arial, Times, "Times New Roman";
	font-size: 18px;
	color: #CCFFFF;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

