@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#D4D8D5;
	font-family: Times New Roman;
	font-size: 11px;
	color: #333;
}
.article_frame {
	text-align: left;
	line-height: 22px;
	font-size: 13px;
	width: 500px;
	margin-top: 4px;
}
.copy_content {
	text-align: justify;
	margin-bottom:42px;
	font-size: 13px;
	line-height: 20px;
	width:500px;
	margin-top: 24px;
}
A:link {
	color: #333;
	text-decoration: none
}
A:visited {
	color: #333;
	text-decoration: none
}
A:active {
	color: #333;
	text-decoration: none
}
A:hover {
	color: #C60;
	text-decoration: none;
}
A.sub:link {
	color: #4C4C4C;
	text-decoration: none
}
A.sub:visited {
	color: #333;
	text-decoration: none
}
A.sub:active {
	color: #333;
	text-decoration: none
}
A.sub:hover {
	color: #C60;
	text-decoration: none;
}
.v_14 {
	font-size: 18px;
	color: #333;
	text-align: left;
	margin-top: 18px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
.img_caption {
	font-size: 12px;
	text-align: center;
	color: #4C4C4C;
	float: left;
	overflow: hidden;
	line-height: 14px;
	margin-right: 14px;
	padding-bottom:6px;
	font-style: italic;
}
.inline_image {
	border: 1px solid #4C4C4C;
}
.feedback {
	height: 1px;
	display: none;
	visibility: hidden;
}
.form_width {
	width:200px;
	font-family:verdana;
	font-size:10px;
	margin-bottom:6px;
}
.article {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A5B5A9;
}