/* Cascading Style Sheet for IE4.01 last updated 10-16-97 05-08-02 */


body		{ background: #FFFFFF;  
		font-size: 9pt;
		font-family: ËÎÌå, Verdana, Arial, Helvetica, MS Sans Serif  }

a.fback:link	{ color: #000000;}

a.fback:visited	{ color: #000000;}

a:link		{ color: #0000CC;font-weight:bold;} 

a:active	{ color: #996699;font-weight:bold;}

a:visited 	{ color: #996699;font-weight:bold;}

p		{ margin-top: .6em; margin-bottom: .6em	}


/*	HEADING TAGS	*/

h1		{ font-size: 125%; 
		margin-bottom: .5em;  }

h2		{ font-size: 115%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 105%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

h4		{ font-size: 105%;
		margin-top: 1.2em;
		margin-bottom: .5em;  }

h5		{ font-size: 105%;
		margin-top: 1.2em;
		margin-bottom: .5em;  }

h6		{ font-size: 100%;
		margin-top: 1.2em;
		margin-bottom: .5em;  }
	
p.top-heading	{ font-weight: bold;
		font-size: 100%;
		margin-top: 1.2em }  	/*procedure heading*/


/*	LIST TAGS	*/

ol		{ margin-top: .6em; margin-bottom: 0em; margin-left: 4em }	
	
ul		{ margin-top: .6em; margin-bottom: 0em }	

ol ul	{ list-style: disc; margin-top: .6em  }

li		{ margin-bottom: .7em;
		margin-left: -2em }
		
		

/*	TERM AND DEFINITION TAGS	*/

dl		{ margin-top: 0em }

dt		{ /* font-weight: bold; */
		 margin-top: 1em; 
		/* margin-left: 0em; */ 	/*for SMS terms*/ 
		/* 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		{ 	width: 100%; /* Forces tables to have correct right margin */
				border-collapse: collapse;
				margin-top: .6em;
				margin-bottom: .3em;
				font-size: 100%; /* Text in Table is same size as text outside table */}
	
th			{ 		background: #cccccc; /* Creates the shaded table header row */
					vertical-align: bottom;
					border-style: solid; /* Creates the cell border and color */
				border-width: 2px;
				border-color: #999999;
				padding: 4px 6px;
				text-align: left;}
				
th.side			{background: #cccccc; /* Creates the shaded table header row */
				vertical-align: top;
				border-style: solid; /* Creates the cell border and color */
				border-width: 2px;
				border-color: #999999;
				padding: 4px 6px;
				text-align: left;}
		
tr			{ vertical-align:top; }

td			{ */
			  vertical-align:top;
				border-style: solid; /* Creates the cell border and color */
				border-width: 2px;
				border-color: #999999;
				padding: 4px 6px;
				text-align: left;
			   }	



/*	MISC. TAGS	*/

pre			{ font-family: Courier;
			font-size: 100%; 
			margin-top: 1.2em;
			margin-bottom: 1.5em  }
		
code		{ font-family: Courier;
			font-size: 100%;  }
		
pre code	{ font-size: 100%; }
							

div.search-terms 	{display:none;}


.search-terms		{display:none;}

