/* Style Sheet Last updated - 3/1/00 */ 
/* This style sheet is for IE 4.02 and up */ 


html {
        color: #FFF;
}

/* BODY = default paragraph font */ 
body {
        background-color: #535353; 
        font-family: Tahoma, Arial, Helvetica, sans-serif; 
        font-size: 70%; 
        margin: 0px;
	scrollbar-base-color:#e7e7d6; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-shadow-color:#e7e7d6; 
	scrollbar-3dlight-color:#999999; 
	scrollbar-highlight-color:#e7e7d6;
}
		
/* HYPERLINKS */ 
	a:link		{color: #F90; text-decoration: none;}
	a:hover		{text-decoration: underline;}
	a:active	{color: #F90;}
	a:visited	{color: #F90; text-decoration: none;}
	a:visited:hover		{text-decoration: underline;}	

/* LISTS */ 
	ol		{font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4.5em; margin-right: 1em;}
	ol ul	{list-style-image: url(../images/bluedot.gif); margin-top: .5em;}
/*
	ul		{font-size: 100%; margin-bottom: 0em; margin-top: .5em; list-style-image: url("../images/bluedot.gif"); margin-left: 4em; margin-right: 1em;}
	ul ul	{list-style-image: url(../../images/folderopen.ico); margin-top: .5em;}
	ul ul ul	{list-style-image: url(../../images/bluedot.gif); margin-top: .5em;}
*/
	ul			{font-size: 100%; margin-bottom: 0em; margin-top: .5em; list-style-type: disc; margin-left: 4em; margin-right: 1em;}
	ul ul		{list-style-type: disc; margin-top: .5em;}
	ul ul ul	{list-style-type: disc; margin-top: .5em;}
	li			{margin-bottom: .7em; margin-left: -1.5em;}
	.tourul		{margin-left: 3em;}


/* PREFORMATTING/CODE */ 
	pre		 {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
	code	 {font-family: "courier new", courier; font-size: 125%; }
	
/* TABLES */ 
	table	{font-size: 100%; margin-bottom: 0em; font-family: Tahoma, Arial, Helvetica, sans-serif;}
	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: 1em; margin-right: 1em;}

/* Heading styles---------------------------------------------------------------------------- */ 

	h1			{font-size: 125%; margin-top: .4em; margin-bottom: .5em; margin-left: 1em; margin-right: 1em;}
	h2			{font-size: 110%; margin-top: 2em; margin-bottom: .5em; margin-left: 1em; margin-right: 1em;}
	h3			{font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold; margin-left: 1em; margin-right: 1em;}
	h4			{font-size: 100%; margin-top: 1.2em; font-weight: bold; margin-left: 1em; margin-right: 1em;}
	h5			{font-size: 100%; margin-top: 1.2em; font-weight: bold; margin-left: 1em; margin-right: 1em;}
	.lproch		{font-weight: bold ;margin-top: 1.2em; margin-left: 1em; margin-right: 1em;}/* Heading 9,List Procedure Heading,lproch */ 


/* Defined List styles ----------------------------------------------------------------------- */

	dt		{font-weight: bold; }
	dd		{margin-left: 2em; margin-bottom: .6em; }


/* Paragraph styles--------------------------------------------------------------------------- */ 

	.ac			{font-size: 90%; } 
	.alpha		{font-size: 125%; font-weight: bold; }
	.hang		{text-indent: -2em; margin-left: 2em;}
	.BPhide 	{display: none }
	.BPshow 	{  }
	.fixp		{color: #00ff00;}	/* *fix this paragraph for incorrectly used styles / green */ 
	.ind		{margin-left: 2em;}
	.box	{background-color: #FFFFCC; padding-top: 8px; padding-left: 8px; padding-right: 8px; padding-bottom: 13px; border: 1px solid #CCCCCC; font-size: 80%; font-family: Tahoma; size: 50%; align: center; margin: 10px;}
	.header	{color: #333333;}




/* MAYBE KEEP .LBR1 IN CASE WE CAN GET HANGING INDENT TO WORK IN IE5.0? */ 
	.mt			{margin-top:  2em; font-weight: bold; }
	.noborder	{border: none; }
	.rtt		{text-align: right; font-size: 90%; }
	.tableup	{margin-top: 0em; }

/* spacing styles */ 
	.4			{line-height: 4pt;}
	.6			{line-height: 6pt;}


#theIFRAME	{position: absolute; display:none; }

.framewithleftborder
{
	border-left: #999999 thin solid;
}

.navbarcontent
{
	POSITION: absolute; 
	OVERFLOW-Y: auto; 
	height:100%;
	width=100%; 
	scrollbar-base-color:#e7e7d6; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-shadow-color:#e7e7d6; 
	scrollbar-3dlight-color:#999999; 
	scrollbar-highlight-color:#e7e7d6;
}

.treeview
{
	height: 400px;
	overflow: scroll;
	left: 10px;
	position:absolute;
}