/* Cascading Style Sheet for IE 4.01*/


body		{ FONT-SIZE: 14px; }

a:link		{ color: #000000;}
a:active	{ color: #ff0000;}
a:visited 	{ color: #000000;}
a:hover 	{ color: #990000; text-decoration: underline;}
.deunderline	{ text-decoration: none;}




p		{ margin-top: .6em; margin-bottom: .6em	}

/*	HEADING TAGS	*/

h1		{ font-size: 230%; 
		margin-bottom: .5em; }

h2		{ font-size: 120%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 110%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  
		border-bottom-width : 1px; 
		border-bottom-style : solid; 
		border-left-width : 10px; 
		border-color : #003399; 
		border-left-style : solid; 
		padding-left : 3px; }

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*/


/*	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  }

ul ul	{ list-style: disc }

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	*/


		
th		{ text-align: left;
		vertical-align: bottom; FONT-SIZE: 14px;}
		
tr		{ vertical-align: top ; FONT-SIZE: 14px;}

td		{ vertical-align: top; FONT-SIZE: 14px;}	


/*	MISC. TAGS	*/

.acht {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 8pt; 
margin-left : 4px; 
} 
