@charset "UTF-8";
/* CSS Document */

p {
	line-height: 160%;
}

a:link {
	color:#2D6AA8;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:visited {
	color:#2D6AA8;
}

body {
	width: 100%;
	text-align: center;
}

#pop_box {
	width: 450px;
	margin: 20px auto;
}

#pop_box h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #0f72b7;
}

#intro_txt {
	text-align: left;
	width: 450px;
	margin-top: 20px;
	padding-top: 5px;
	border-top: #eae7d9 1px solid;
}