<!-- This style sheet is for IE 4.02 and up  -->
<!-- BODY = default paragraph font -->
	body		
        { font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 70%; 
	  background-color: white;
        }

	<!-- HYPERLINKS -->
	a:link		        {color: #0000cc;}
	a:active		{color: #0000cc;}
	a:visited		{color: #990099;}
	a:hover  		{color: #FF4500;}
	a.jump:link		{color: #0000cc;}
	a.jump:active	        {color: #0000cc;}
	a.jump:visited    	{color: #0000cc;}
	a.jump:hover		{color: #FF4500;}
	a.trigger:link    	{color: #0000cc; font-weight: bold; text-decoration:none}
	a.trigger:hover	        {color: #FF4500; font-weight: bold; text-decoration:none}
	a.trigger:active	{color: #0000cc; font-weight: bold; text-decoration:none}
	a.trigger:visited	{color: #0000cc; font-weight: bold; text-decoration:none}

<!-- LISTS -->
	ol		{font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
	ul		{font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 3em;}
	li		{margin-bottom: .7em; margin-left: -1.5em;}

<!-- Outline styles for WebClient -->
	.plus		
        {
	  list-style-image: URL(plus.gif);
	  cursor: hand;  
        }
	.plus:hover
	{	
          list-style-image: URL(plus.gif); 
   	  cursor: hand;
	  color: #FF4500;
        }
        .minus
	{
	  list-style-image: URL(minus.gif);
	  cursor: hand;
	}
	.minus:hover
	{
	  list-style-image: URL(minus.gif);
	  cursor: hand;	  
          color: #FF4500;
	}
	
	.bullet
	{
	  list-style-image: URL(bullet.gif);
	}

	.bullet:hover
	{
	  list-style-image: URL(bullet.gif);
	  color: #FF4500;
	}

<!-- TABLES -->
	table           {font-size: 100%; margin-top: 2px; margin-bottom: 0em;}
	th		{text-align: left; background: #DDDDDD; margin: .25em; vertical-align: bottom;}
	tr		{vertical-align: top;}
	td		{margin: .25em; vertical-align: top;}

<!-- PARAGRAPH -->
	p		{margin-top: .6em; margin-bottom: .6em; margin-left: 4px;}

<!-- Paragraph styles ------------------------------------------------------------------------- -->
	.cmdn		{font-weight: bold;} 

<!-- Heading 2,Chapter Number/Appendix Letter,chn -->
	.chn		{text-align: right; margin-right: -2em; font-weight: bold; font-size: 80%;  text-transform: uppercase;}

<!-- Heading 3, Org Heading 1,h1 -->
	h1		{font-size: 125%; margin-bottom: .5em;}
	.cht		{font-size: 125%; margin-bottom: .5em;}
	
<!--Chapter/Appendix Title-->
	.gt		{font-size: 125%; margin-bottom: .5em;} 

<!--Glossary Title-->
	.ixt		{font-size: 125%; margin-bottom: .5em;} 

<!--Index Title-->
	.int		{font-size: 125%; margin-bottom: .5em;} 

<!--Intro Title-->
<!-- Heading 4, Ref Heading 1,rh1 -->
	.rh1		{font-size: 125%; margin-bottom: .5em;}

<!-- Heading 4, Org Heading 2,h2 -->
	h2			{font-size: 110%; margin-top: 2em; margin-bottom: .5em;}
	h4		{margin-left: 4px} 

<!-- Classes for the button bar -->
.ButtonBar
{
  BACKGROUND-COLOR: #7B7671;
  FONT-SIZE: 0.9em;
  PADDING-BOTTOM: 2px;
  WIDTH: 100%;
}

.ButtonBarTable
{
  BACKGROUND-COLOR: #7B7671;
  FONT-SIZE: 1em;
  PADDING-LEFT: 4;
  PADDING-RIGHT: 4;
}
  
.ButtonBarHyperLinkFirstCell
{
  BORDER-RIGHT: 1 white solid;
  PADDING-LEFT: 4;
  PADDING-RIGHT: 4;
}

.ButtonBarHyperLinkCell
{
  BORDER-RIGHT: 1 white solid;
  PADDING-LEFT: 4;
  PADDING-RIGHT: 4;
}

A.ButtonBarHyperLink
{
  FONT-SIZE: 1em;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  COLOR: white;
}

A.ButtonBarHyperLink:visited
{
  FONT-SIZE: 1em;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  COLOR: white;
}

A.ButtonBarHyperLink:active
{
  FONT-SIZE: 1em;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  COLOR: white;
}

A.ButtonBarHyperLink:hover
{
  FONT-SIZE: 1em;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  COLOR: red;
}

.Contents
{
  MARGIN-LEFT: 4px;
}

.NoteIndent
{
MARGIN-LEFT: 28px;
}
