@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;
	overflow: visible;
	color: #CCFFFF;
}

.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:830px;
	height:auto;
	background-color:#000066;
	overflow: visible;
	margin: 15px;
}



.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #CCFFFF;
}
.style2 {
	color: #CCFFFF;
	font-weight: bold;
	font-size: 14px;
}

