
/*paper style*/
div{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
}
h1{
	display:block;
	height:24px;
	font:italic normal bolder 16px/24px "Times New Roman", Times, serif;
	color:#66330c;
	text-align:center;
	padding:15px 0px 0px 0px;
	margin:0;
}
h2{
	height:24px;
	font:italic normal bold 14px/24px "Times New Roman", Times, serif;		
	padding:5px 0px 10px 0px;
	margin:0;
	display:block;
}
h2.author{
	color:#f6b101;
	text-align:center;
}
h2.time{
	color:#555555;
	text-align:left;
}
h2.wtitle{
	color:#666666;
	text-align:left;
	padding:0;
}
div.print{
	display:none;
}
p{
	padding:0;
	font:italic normal normal 14px/22px "Times New Roman", Times, serif;
	color:#666666;	
	word-break:keep-all;
	word-wrap:break-word;
	margin:10px 0px;
	text-align:justify;
	text-justify:inter-word;
}
p b{
	margin:10px 0px;
	display:block;
}
p.copyfrom{
	display:none;
}
p.printfrom{
	text-align:right;
	color:#66330c;
	font-size:14px;
	font-weight:bolder;
}
p.printfrom span.source{
	color:#f6b101;
	text-decoration:underline;
}

div.pimgleft{
	float:left;
	padding:10px;
}
div.pimgright{
	float:right;
	padding:10px;
}
div.pimgcenter{
	text-align:center;
}
div.pimgleft h3,div.pimgright h3,div.pimgcenter h3{
	font:italic normal bold 12px/12px "Times New Roman", Times, serif;
	text-align:center;
	color:#f6b101;
	padding:0;
}
ul.disc li{
	list-style-type:disc;
}
ul.circle li{
	list-style-type:circle;
}
ul.square{
	list-style-type:square;
	padding:0;
	margin:0;
}
ol.decimal{
	list-style-type:decimal;
}
ol.lower-roman{
	list-style-type:lower-roman;
}
ol.upper-roman{
	list-style-type:upper-roman;
}
ol.lower-alpha{
	list-style-type:lower-alpha;
}
ol.upper-alpha{
	list-style-type:upper-alpha;
}
li{
	font:italic normal bold 13px/20px "Times New Roman", Times, serif;
	color:#666666;
	list-style-position: inside;
}
p a:link,li a:visited{
	font:italic normal bold 13px/20px "Times New Roman", Times, serif;
	color:#6fa914;
}
