@CHARSET "UTF-8";

.D_box{
	padding:5px 20px;
	background-color:#f2f2f2;
	font-size: small;
	border:1px solid #eee;
	border-top-color:#f5f5f5 ;
	border-bottom-color: #ddd ;

}

.D_box h1.D,.D_box h2.D,.D_box h3.D,.D_box h4.D,.D_box h5.D{
	background-color: #fafafa;
	margin:-5px -20px 13px -20px;
	padding:4px 20px;
	font-size: small;
	color:#888;
	text-align:center;
	line-height:100%;
}
#content .D_box p{
 margin-bottom: 4px;
}

.D_small ,small.D{
    font-size:smaller;
    color:#999;
}
.D_big ,big.D{
    font-size:large;
	line-height:120%;
}

.D_strong ,strong.D{
	font-weight:bold;
	font-style:normal;
	color: #900;
}
.D_em , em.D{
	font-weight:bold;
}


dt.D{
	padding-top:1px;
	border-bottom:1px solid #ddd;


}
dd.D{
	margin-left:60px;
	margin-bottom:12px;
	font-size:small;
}

ul.D,ol.D,dl.D{
	margin-left:2%;
}

.D_floatRight{
	float:right;
	margin-left:16px;
	margin-bottom:16px;
}
.D_floatLeft{
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}
