/* Style sheet optimized for IE4x

changes:
moved formatting for pre to code

*/

body
		{ text: #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: 140%; 
		margin-bottom: .5em; }

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

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;
		font-family: Courier New; 
		font-size: 115%;
		background-color:'#dfdfdf';
		width:'80%';
		padding:'6px';
		}

code {}


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 */
/*                       */

/* Table attributes used with Phonemes  added 5-23-00 RWS */

th.th_dk{background-color:'gray'; color:'whitesmoke'; padding:'4';}
td.td_lt{background-color:'#fafafa'; padding:'4';}
td.td_dk{background-color:'#e8e8e8'; padding:'4';}

/* Table attributes used with Object and Interface mappings added 9-11-00 RWS */
td.td_obj
	{
	padding:'10';
	border:'solid 1 black';
	background-color:'#efefef';
	}
td.td_Spacer
	{
	background-color:'#ffffff';
	width:'100';
	}
td.td_Iface
	{
	vertical-align:'middle';
	background-color:'#ffffff';
	padding-left:'5';
	}
.A_NoLine{text-decoration:'none';}

/* this class style is used for inline code samples witout background tint and margin attributes. */
span.no_bkg_code
		{
		font-family: Courier New; 
		font-size: 115%;
		}

/* 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; }
