/***********************************************/
/* htmlhelp.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
#body {
	font-family:Microsoft YaHei;
	font-size:16px;
	margin-left: 0pt; 
	margin-top: 7pt; 
	margin-right: 5pt; 
	margin-bottom: 7pt; 
	line-height: 150%;
	padding-left:30px;
}

tr, td{
	font-size:8pt;
}


/***********************************************/
/* layout divs                                 */
/***********************************************/
#header{
height: 25pt;
width: 100%;
margin: 0px;
padding-top: 6px;
padding-bottom: 6px;
padding-left:30px;
z-index:1;
border-bottom: solid 2px #0099FF;
border-top: solid 2px #0099FF;
font-family: Microsoft YaHei;
}

#logo {
	position: absolute;
	top: 15pt;
	right:12pt;
}
/******************navigation*********************/
#navi{
font-family: Microsoft YaHei;
font-size: 9pt;
position: relative;
width: 100%;
height:20px;
margin-top:25px;
padding-bottom:3px;
min-width: 640pt;
padding-left:30px;
}

#previous {
	position: absolute;
	right:12pt;
}

#next {
	position: absolute;
	right:3pt;
}

/******************main tag styles*****************/
#main{
width: 100%;
margin-top: 20px;
padding: 0px;
z-index:1;
}

#text{
width: 100%;
margin: 0px;
padding: 15px, 10px;
z-index:1;
}

#list{
width: 100%;
margin: 0px;
padding: 10px;
z-index:1;
}

#table{
width: 100%;
padding: 0px;
margin: 0px, 10px;
}


#footer{
height: 25pt;
width: 100%;
border-top: solid 1px;
margin-top: 15px;
margin-bottom: 30px;
padding: 5px, 0px;
z-index:1;
}
#about{
color:#d50024;
}
#tip{
color:#d50024;
}

/************** header tag styles **************/
h1{ 
	font-size: 24px;
	color:#0099FF;
	margin: 0pt;
	padding: 0pt;
}
h2{
	font-size:18px;
	margin-top:39px;
	color:#000000;
}

h3{
	color:#333333;
	font-size: 12pt;
}

/**************** class styles ****************/
.to{
	font-weight: bold;
	color: #303030;
}

.note{
	font-weight: bold;
	color: #FF0000;
}

.footer{
	font-size: 8pt;
	color: #303030;	
}

.relate{
	list-style-type: square;
	margin:15px;
}
/*************** list tag styles ***************/
ol { 
	margin: 0px, 10px;
	padding: 0px 14px 14px 25px;
}

ul {
	list-style-type: disc;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color:#00C;
	text-decoration: none
}

a:hover{
	color: #f56016;
	text-decoration: underline;
}
/**************body style**********************/
/********************* end **********************/