/* Cascading Style Sheet for IE4 build 1008+ */

body		{ /*background: #FEFEFE; */	/*SMS yellow background*/
		background: #FFFFFF;  		/*K2 and Proxy white background*/
		font-size: 75%;    		
		font-family: Verdana, Arial, Helvetica, MS Sans Serif  }

a:link		{ color: #0000CC; } 

a:active		{ color: #0000CC; }

a:visited 	{  color: #990099; }

h1		{ font-size: 145%; 
		margin-bottom: .5em; }

h2		{ font-size: 125%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 110%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

p		{ margin-top:.6em; margin-bottom: .6em;	}
	
li p		{ margin-top: 0;
		margin-bottom: .6em;  }
		
big		{  font-weight: bold; 
		font-size: 105%;  }
		
ol		{margin-top: .5em; margin-bottom: 0em }	
	
ul		{margin-top: .6em; 	
		margin-bottom: 0em  }	

ol ul	{  list-style: disc; margin-top: 2em;  }

li		{padding-bottom: .7em;
		margin-left: -2em;  }

dl ul		{ margin-top: 2em;  
		margin-bottom: 0em;  }	/*list item inside a def/term*/

dl		{ margin-top: -1em;  }

ol dl	{ margin-top: -1.5em;
		 margin-left: 0em;  }		/*term/def list inside a numbered list*/

ol dl dl	{  margin-top: 0em;
		margin-left: .2em;  }		/*term/def list inside a term/def list*/

dd		{ margin-bottom: 0em;	/*not currently working*/
		margin-left: 1.5em;  }

dt		{  padding-top: 2em;
		font-weight: bold; 
		margin-left: 1.5em;  }

pre		{ margin-top: 0em;
		margin-bottom: 1.5em; 
		font-family: Courier;
		font-size: 125% }