/* Style sheet optimized for IE4x  */

body
		{ color: #000000;
		background: #FFFFFF;  	
		font-size: 70%;    		
		font-family: Verdana, Arial, Helvetica, Sans Serif }

/* all link colors match the IE4+ default colors */
a:link
		{ color: #0000FF; }
	
a:visited
		{ color: #800080; }

a:active
		{ color: #FF0000; }

a:hover
		{ color: #FF0000; }

h1
		{ font-size: 110%; /* was 140 */
		margin-bottom: .5em; }

h2
		{ font-size: 100%;  /* was 130 */
		margin-top: 1.5em;
		margin-bottom: .5em; }

/* we're just not gonna use these, ok?
h3
		{ font-size: 120%; 
		margin-top: 1.2em;  
		margin-bottom: .5em; }

h4
		{ font-size: 110%; 
		margin-top: 1.2em;  
		margin-bottom: .5em; }

h5
		{ font-size: 100%; 
		margin-top: 1.2em;  
		margin-bottom: .5em; }
*/

p
		{ margin-top: .6em; 
		margin-bottom: .6em; }

p.proclabel
		{ font-size: 100%; 
		font-weight: bold; }
			
ol
		{ margin-top: .5em; 
		margin-bottom: 0em; 
		margin-left: 2em }
	
ul
		{ margin-top: .6em; 	
		margin-bottom: 0em;
		margin-left: 1.5em; 
		list-style-type: disc; }

li
		{ margin-bottom: .7em;
		margin-left: 0em; }

dd
		{ margin-bottom: 0em; 
		margin-left: 1.5em; } 


/* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */

/* Keywords, functions, and anything else the user must enter exactly as shown are bold
--add "font-weight: bold;" to the dt tag */
/* Variables, book titles, and placeholders the user must provide are italic
--add "font-style: italic;" to the dt tag */
/* pre-defined arguments are bold and italic
--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
dt
		{ margin-top: 2em; }

pre
		{ margin-top: 0em;
		margin-bottom: 1.5em; }

code
		{ font-family: Courier New; 
		font-size: 125% }

table
		{ font-size: 100%;
		margin-top: .75em; 
		margin-bottom: .75em; 
		padding: 2pt; }
		
th
		{ text-align: left;
		background: #dddddd;
		vertical-align: bottom;	}
		
tr
		{ vertical-align: top; }

td
		{ background: #EEEEEE;
		vertical-align: top; }


/*                       */
/* extended class styles */
/*                       */


/* this class style is used for inline art, especially Related Topics that use icons */
p.margin
		{ margin-left: 2em; 
		margin-top: -1.75em; }

/* this class style is used to indent text for alerts; use this instead of the blockquote tag */
p.indent
		{ margin-left: 2em; }

/*_______________________________________________________

  bits added for IE5 help
_________________________________________________________*/

	/* -- non-hierarchical head; for notes, tips, and related topics -- */

p.otherh
	{
	font-size: 100%; 
	font-weight: bold;
	margin-top: 1.1em; /* subtle but satisfying! */
	}

