 

/* Cascading Style Sheet for IE4.01 last updated 10-16-97 */
.1p {  font-size: 1px; text-decoration: none}
.4p {  font-size: 4pt; text-decoration: none}

body		{ font-family: "宋体"; font-size: 9pt}

a:link		{ text-decoration: none; color: #000000; font-family: "宋体"; font-size: 9pt} 

a:active	{ text-decoration: underline; color: #000000; font-family: "宋体"; font-size: 9pt}

a:hover		{text-decoration: underline; color: #000000; font-family: "宋体"; font-size: 9pt}
		
p.proclabel		{ font-weight: bold;
				font-size: 100%;
				margin-top: 1.2em }  	/*procedure heading*/


/*	LIST TAGS	*/

ol		{ margin-top: .6em; margin-bottom: 0em;  }	
	
ul		{ margin-top: .6em; margin-bottom: 0em }	

ol ul	{ list-style: disc; margin-top: .6em  }

li		{	font-size: 9pt;
		font-family: "宋体";  
		}		

/*	TERM AND DEFINITION TAGS	*/

dl		{ margin-top: 0em }

dt		{ font-weight: bold;
		margin-top: 1em;
		margin-left: 1.5em;  }

dd		{ margin-bottom: 0em;	/*not currently working*/
		margin-left: 1.5em  }

dl li	{ margin-bottom: .7em }	/*list item inside a term/def list*/

dl dl	{  margin-top: 0em;
		margin-left: 0em  }	/*term/def list inside a term/def list*/



/*	TABLE TAGS	*/


table	{ 
		font-family: "宋体";
		font-size: 100%;
		margin-top: auto; 
		margin-bottom: auto}
		
th		{ text-align: left;
		vertical-align: bottom;
		background: #dddddd	}
		
th.center	{ text-align: center }

td		{ 
		font-size: 11pt;
		font-family: "宋体"}

/*  FORM  TAGS  */

input.buttonface
     {
     BACKGROUND: #008000;
     border:1 solid;
     COLOR: #ffffff;
     FONT-SIZE: 9pt;
     FONT-STYLE: normal;
     FONT-VARIANT: normal;
     FONT-WEIGHT: normal;
     HEIGHT: 18px;
     LINE-HEIGHT: normal
     }

input.smallInput
     {
     border:1 solid;
     FONT-SIZE: 9pt;
     FONT-STYLE: normal;
     FONT-VARIANT: normal;
     FONT-WEIGHT: normal;
     HEIGHT: 18px;
     LINE-HEIGHT: normal
     }

select.smallsel
      {
      border:1 solid;
      FONT-SIZE: 9pt;
      FONT-STYLE: normal;
      FONT-VARIANT: normal;
      FONT-WEIGHT: normal;
      HEIGHT: 18px;
      LINE-HEIGHT: normal
      }

input
     {
     font-size:9pt;
     }
		
textarea
     {
     font-size:9pt;
; border: 1 solid; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal
     }
select.smallSel      
     {
     font-size:9pt;
     background-color: white;
     }
select
     {
     font-size:9pt;
     background-color: white;
; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; border: 1; border-style: solid
     }
input.buttonface
     {
     font-size:9pt; 
     color: #FFFFFF;
     }

/*	MISC. TAGS	*/

pre			{ font-family: "宋体";
			font-size: 9pt; 
			margin-top: 1.2em;
			margin-bottom: 1.5em  }
		
code		{ font-family: "宋体";
			font-size: 9pt;  }
		
pre code	{ font-size: 100%; }
							
hr		{  color: #000000}	
a:visited { color: #000000; font-family: "宋体"; font-size: 9pt; text-decoration: none}