@charset "utf-8";
/* CSS Document */

html,body{ height:100%;}
.div_center{
	width:430px;
	min-height:230px;
	margin:18% auto;
	font-size:14px;
	color:#242424;
	background-color:#ffffff;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBE2F0;
	border-right-color: #73828B;
	border-bottom-color: #73828B;
	border-left-color: #CBE2F0;
}

.div_center a{
	font-size:14px;
	color:#0742A3;
	}
.div_center a:hover{
	font-size:14px;
	color:#ff0000;
	}
.div_center h1{
padding-top:10px;
 text-align:center;
	font-size:14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.div_center p{
padding-top:10px;
 text-indent:2em;
	font-size:14px;
	color: #242424;
	text-decoration: none;
}
.div_center p a{
	font-size:14px;
	color:#0742A3;
	}
.div_center p a:hover{
	font-size:14px;
	color:#ff0000;
	}
.div_center h3{ text-align:right;
	font-size:14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
