/*  Created by zhu hongtao, 2003.5.14 v2.0
    Version: 2.0.120 (2003-6-11) 
*/

body{
	margin: 0px 0px 0px 40px; /*t,r,b,l; bottom must be 0!*/
	padding: 0px 0px 0px 0px;
	background: #ffffff; 
	color: #000000;
	font-family: 宋体, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 100%;
    behavior:url(#default#savehistory);    
    }
U   {
	cursor:hand;
	color:green;
   }

pre	{
	background-color: #dddddd;
	padding: 10;
	font-size:100%;
	}
code{
    font-size: 100%;
    }	

H1  {
    font-size: 125%;
    text-align: center;
    color: darkblue;
    }
H2  {
    font-size:120%;
    text-indent: -32;
    color: indigo;
    }
H3  {
    font-size: 115%;
    text-indent: -30;
    color: darkred;
    } 
H4 {
    font-size: 110%;
    text-indent: -20;
    color: darkmagenta;
    }    
h5  { 
    font-size: 105%;
    text-indent: -10;
    color: slateblue;
    }
h6  { 
    font-size:100%;
    text-indent: 0;
    color: darkorchid;
    }
    
p   {  
    line-height: 140%; 
    }
p.default{ 
    text-indent: 0; 
    line-height: 150%; 
    margin-top: 0; 
    margin-bottom: 0;
    }

table
	{
	border: 10;
	border-collapse:collapse;
	border-color: gray;
	font-size: 100%
	}
table.default
	{
    border-color: white;	
	}
	
td	{
	padding:3;
	vertical-align:top;
	border-width:1;
	border-style:solid;
	}
th	{
	padding:3;
	font-weight: bold;
	vertical-align:top;
	border-width:1;
	border-style:solid;
	background-color: lightgrey;
	}
	
hr{
    color: #008080;
    height: 1;
    }
    
A   {color: blue;}
A:hover {COLOR: #ff0000; TEXT-DECORATION: underline}

.show { display:"block" }
.hide { display:"none" }
.note{
	display:none;
	color: black;
	background-color: #FFFFCC;
	padding: 8;
	font: 9pt '宋体,Verdana';
    border: solid 1 black;
	}
.important{
	color: black;
	background-color: #e0e0e0;
	padding: 8;
	font: 100% '宋体';
	font-weight: bolder;
	border-style:solid;
    border-width: 1;
	}
	
img.note{ /*v121 change .notepic to img.note???not test*/
    position:absolute;
	display:none;
	color: black;
	background-color: #FFFFCC;
	border: black;
	}
.notepic{ /*v121 change .notepic to img.note*/
    position:absolute;
	display:none;
	color: black;
	background-color: #FFFFCC;
	border: black;
	}

div#version{
	font-family: 宋体, Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #008080;
    behavior:url(#default#savehistory); /*v128*/
    }
div#savepos{
    behavior:url(#default#savehistory); /*v121*/
	}    
div#tmp_toc{
	font-family: 宋体, Verdana,Arial, Helvetica, sans-serif;
	margin-top: 5;
}
div#nsbanner
    {
	font-family: Verdana, 宋体, Arial, Helvetica, sans-serif;
    background-color:#99CCFF;
    padding:4px;
    padding-bottom:2px;
    margin-left:-40px;

    font-size: 11pt; 
    font-weight:bold; 
    color: black;
	border-bottom: 1px solid #999999;
    }  
div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
	{
	padding: 5px 10px 10px 40px;  /*top right bottom left*/
	}
.title
    {
    text-align: center;
    padding:6;
    margin-bottom:0px;
    font-size: 140%; 
    font-weight:bold; 
    color: black;
    width: 100%; 
    }    
    
img.default
    {
    zoom: 100%;
    }
li  {
    margin-top: 10;
    }	
img.title{
    margin-right: 5;
    height: 10px;
    cursor: hand;
    width: 10px;
}
	    