


body		{ font-family: "宋体"; font-size: 10pt}

a:link       { text-decoration: none underline; color: #0000FF; font-family: 宋体; font-size: 10pt }
a:active	{ text-decoration: none underline; color: #800080; font-family: "宋体"; font-size: 10pt}

a:hover		{text-decoration: underline; color: #FF0000; font-family: "宋体"; font-size: 10pt}
/*	HEADING TAGS	*/

h1		{ font-size: 145%; 
		margin-bottom: .5em; }

h2		{ font-size: 125%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 100%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

h4		{font-size: 105%;
		margin-top: 1.2em;
		margin-bottom: .5em  }

h5		{font-size: 100%;
		margin-top: 1.2em;
		margin-bottom: .5em }

big		{  font-weight: bold; 
		font-size: 105%;  }
		
p.proclabel		{ font-weight: bold;
				font-size: 100%;
				margin-top: 1.2em }  	/*procedure heading*/

.line_top {
	BORDER-BOTTOM: #000000 0px solid; BORDER-LEFT: black 0px solid; BORDER-RIGHT: black 0px solid; BORDER-TOP: black 1px solid; FONT-FAMILY: "宋体"; FONT-SIZE: 12px
}

/*	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: 10pt;
		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 }
		
tr		{ vertical-align: top}

td		{ vertical-align: top;
				font-size: 10pt;
		font-family: 宋体 }

/*  FORM  TAGS  */
input	{
     font-size:10pt;
	}
		
input.smallInput
     {
     font-size:10pt;
     background-color: white;
     color:rgb(0,0,128) ;
     }
textarea
     {
     font-size:10pt;
     background-color: white;
     color: rgb(0,0,128) ;
     }
select.smallSel      
     {
     font-size:10pt;
     background-color: white;/* rgb(210,233,255);*/
     color: rgb(0,0,128) ;
     }
select
     {
     font-size:10pt;
     background-color: white;/* rgb(210,233,255);*/
     color: rgb(0,0,128) ;
     }
input.buttonface
     {
     font-size:10pt;
     background-color: rgb(255,204,51); 
     color: rgb(0,0,128) ;
     }

/*	MISC. TAGS	*/

pre			{ font-family: 宋体;
			font-size: 10pt; 
			margin-top: 1.2em;
			margin-bottom: 1.5em  }
		
code		{ font-family: 宋体;
			font-size: 10pt;  }
		
pre code	{ font-size: 100%; }
							
hr           { color: #C0C0C0 }
blockquote
	{
			margin-top: 0.5em;
			margin-bottom: 1.0em 	}a:visited { text-decoration: none underline; color: #800080; font-family: "宋体"; font-size: 10pt }
.selected {  background-color: #FF9933}