body {
	background-color: white;
	color: black;
	line-height: 120%;
	font-family:  Cambria,"Helvetica Neue",Roboto,"Times New Roman", "Microsoft Yahei UI", MingLiU;
	font-size: 1.1em;
}

.wrapper{
	margin: 64px;
	font: normal 17px   Cambria,"Helvetica Neue",Roboto,"Times New Roman", "Microsoft Yahei UI", MingLiU;
	font-size: 1.1em;
}
.wrapper > .content{
	width:800px;
	max-width: 100%;
	text-align:justify;
}
.wrapper_book{
	margin: 64px;
	font: normal 17px Cambria,"Helvetica Neue",Roboto,"Times New Roman", "Microsoft Yahei UI", MingLiU;
}
.wrapper_book > .content{
	width:700px;
	max-width: 100%;
	text-align:justify;
}
p {
	margin: 0 0 .5em;
	max-width: 100%;
	word-wrap: break-word;

}
img{
	max-width: 100%;
}
h2 {
	margin: 2em 0 1em 0;
	text-align: center;
}

h3 {
	margin: 1em 0 .5em 0;

}
table.tableContent{

	width: 100%;
}
.mhcn {
	font-size: large;
	font-family: FZKai-Z03, SimSun, "Ms Song";
}

dd {
	text-align: justify;
}

#maintext p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.3em;
}

#maintext .mha {
	text-indent: 0;
}

#maintext .mhl {
	text-indent: 0;
	text-align: left;
}

#endnotes p {
	font-size: inherit;
	text-align: justify;
	line-height: 1.2em;
}
.mainsection{
	font-size:20px;
	font-weight:bold;
}
.subsection{
	font-size:17px;
}
a{
	text-decoration: none;
	color:black;
}
a:hover{
	color:blue;
	text-decoration: underline;
}
.content a{
	color:blue;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p { line-height: 1.25em; }
h1, h2 { text-align: center; margin-bottom: 1.2em; }
p { margin: .4em 0; }
sup{color:blue;}
.content h1{
	color: blue;
	font-size: 28px;
}

.cn, .cn-c, .cn-i, .cn-t, .ct { font: normal 1.5em LiShu-FanTi-b5, LiSu, FZKai-Z03, AR PL ZenKai Uni, SimSun, Ms Song; color: #222; }
.cn, .cn-c, .cn-i { padding-top: .5em; }
.cn-t { font-size: 2.5em; text-align: center;  padding-top: .5em; }
.cn-c { text-align: center; }
.cn-i { text-indent: 2em; }
.hv, .hv-c, .hv-i, .hv-l, .hv-a, .hv-f,
.vn, .vn-c, .vn-i, .vn-l, .vn-a, .vn-f { font-size: 1.1em; text-align: justify;}
.hv-t, .vn-t { font-size: 1.2em; font-weight: bold; }
.hv-c, .vn-c { text-align: center !important; }
.hv-r, .vn-r { text-align: right !important; }
.nv, .nv-c, .nv-r, .nv-i, .nv-l, .nv-f { font-size: 1.1em; clear: both; }
.nv, .nv-f { text-align: justify; }
.nv { text-indent: 2em; }
.nv-t { font-size: 1.2em; font-weight: bold; }
.nv-c, .nv-t { text-align: center; }
.nv-r { text-align: right; }
.nv-l { text-align: left; }
.nv-i { text-align: justify; padding: 0 0 0 2em; }
.hr, .hr-c, .hr-r { clear: both; font-size: 0.9em; padding: 1.5em 0; }
.hr { text-align: right; }
.hr-c { text-align: center; }
.fn { font-size: 0.92em; text-align: left; clear: both; padding: 0 0 0 4em; display: none; }
.u1, .u2, .u3, .u4, .u5 { list-style-type: square; }
.u1, .o1 { margin: 0; padding: 0 0 0 1em; }
.u2, .o2 { margin: 0; padding: 0 0 0 2em; }
.u3, .o3 { margin: 0; padding: 0 0 0 3em; }
.u4, .o4 { margin: 0; padding: 0 0 0 4em; }
.u5, .o5 { margin: 0; padding: 0 0 0 5em; }

li{
	padding:5px;
}

.cn, .cn-c, .cn-t, .cn-i,
.hv, .hv-c, .hv-t, .hv-i, .hv-l, .hv-a { display: none; }
.vn, .nv { text-indent: 2em; }
.vn-i { padding: 0 0 0 2em; }
.vn-t { font-size: 1.5em !important; text-align: center !important; }

/* scroll to top*/
.scrollToTop {
	position: fixed;
	right: 0px;
	bottom: -100px;
	opacity: 0;
	width: 50px;
	height: 50px;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
	background: no-repeat center center transparent;

}

.scrollToTop_show {
	opacity: 1;
	bottom: 0px;
}

.scrollToTop_none,
.scrollToTop_slide,
.scrollToTop_fade {
	opacity: 1;
	bottom: 20px;
}
.scrollToTop_fade {
	-webkit-animation-name: opacity;
	animation-name: opacity;
}
@-webkit-keyframes opacity {
	0%	 {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes opacity {
	0%   {opacity: 0;}
	100% {opacity: 1;}
}

.scrollToTop_slide {
	-webkit-animation-name: bottom;
	animation-name: bottom;
}
@-webkit-keyframes bottom {
	0%   {bottom: -100px;}
	100% {bottom: 20px;}
}
@keyframes bottom {
	0%   {bottom: -100px;}
	100% {bottom: 20px;}
}
.scrollToTop_null {
	display: block;
	width: auto;
	height: auto;
	padding: 10px;
	text-indent: 0;
	background: #eee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.scrollToTop_default:hover {
	background-color: #ddd;
}
.scrollToTop_cycle {
	background-image: url("../scrolltop/cycle-hover.png");
	opacity: 0.7;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.scrollToTop_cycle:hover {
	background-image: url("../scrolltop/cycle-hover.png");
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.scrollToTop_square {
	background-image: url("../scrolltop/square.png");
}
.scrollToTop_square:hover {
	background-image: url("../scrolltop/square-hover.png");
}
.scrollToTop_text {
	background-image: url("../scrolltop/text.png");
}
.scrollToTop_text:hover {
	background-image: url("../scrolltop/text-hover.png");
}
.scrollToTop_triangle {
	background-image: url("../scrolltop/triangle.png");
}
.scrollToTop_triangle:hover {
	background-image: url("../scrolltop/triangle-hover.png");
}
.session_name{
	font-size: 18px;
	font-weight: bold;
}
.session_title{
	font-size: 18px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
.session_body{
	clear:both;
}
td.tableContent_A1 p{
	margin:0;
}
@media print {
	body { margin: 2em 0 0 0; }
	body { font-size: 11pt; }
	.cn, .cn-c, .cn-i { font-size: 14pt; }
	.cn-t { font-size: 20pt; }
	.fn { display: block; }
}
