@charset "utf-8";
/* CSS Document */
body {
	background-image: url(Bg.png);
	background-color: #F9F8F5;/*#EFE7DE;*/
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0px;
}
body, td, th {
	color: #000;
}
p {
	font-size: 12px;
	line-height: 150%;
}
.title1 {
	font-size:16px;
	color: #df5704;
	font-weight:bold;
}

.textsmall {
	color: #000;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
}
a:link {
	color: #006EB0;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #D40646;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #D40646;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
.dan1 {
	margin-left:30px;
}
.dan2 {
	color: #000;
	font-size:14px;
	margin-left:30px;
	font-weight:bold;
	text-decoration:underline;
}
.dan3 {
	color: #000;
	font-size:24px;
	margin-left:30px;
	font-weight:bold;
}
.chop {
	color: #000;
	font-size:14px;
	font-weight:bold;
}
.cent {
	color: #000;
	font-size:14px;
	text-align: center;
}
.topvis {
	text-align: center;
	margin-top: 0px;
}

.review {
	font-size:14px;
	border-top:1px #000 solid;
	margin-bottom:40px;
	line-height:1.8em;
}
.head {
	
	font-size:16px;
	color: #df5704;
	font-weight:bold;
}

hr {
	border:1px #000 dashed;
	margin-top:20px;
}