			body {
				margin:0;
		      font-variant: normal;
	         font-size: 12pt;
				font-family: Arial, Helvetica, sans-serif;
	         /* font: Arial; */
	         text-decoration: none;
				background-color: #ffffff;
				scrollbar-3dlight-color: #004970;
				scrollbar-arrow-color: #004970;
				scrollbar-base-color: #004970;
				scrollbar-face-color: #F5F5F5;
				scrollbar-highlight-color: #DDDDDD;
				scrollbar-shadow-color: #CECECE;
				scrollbar-track-color: #CECECE;
			}
			
        a:visited {
	         color: #000000;
	         text-decoration: none;
			}
			
			a:link {
				color: #000000;
	         text-decoration: none;
			}
			
			a:active {
			  color: #0000ff;
	        text-decoration: none;
			}
						
			#nav a:hover {
	        color: #0000ff;
	        text-decoration: none;
			}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   _____________                                      */

	/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                 _____________________                                */
			.button{
				/* may cause windows bug:
				   position: relative;
				*/
 				/*letter-spacing: .2em;*/
				color: #000000;
				z-index: 100000;
				cursor: default;
				font-family: Arial, Helvetica, sans-serif;
				/* font: Arial;
				font: menu;*/
				margin-bottom: 4px;
				/*margin-bottom: -2px;*/
				margin-top: 2px;
				font-size: 14px;
			}
			
			.buttonlabel{
				font-size: 13px;
				height: 14px;
				/* may cause windows bug:
				   position: relative;
				*/
				font-weight: 600;
				cursor: default;
				
				/** padding/margin Causes Freeze in
				 *  Windows IE6.
				 *  Bug discovered by 
				 *  Michael of 13thparallel.org
				 *
				 * padding: .05em .5em .05em .4em;
				 * margin: 1px 1px 0px 1px;
				 */
				
				border-width: 1px;
				top: 0;
				left: 0;
				visibility: visible;
			}
			
			.buttonlabel img{
				/* margin: 0 0 -4px 0 !important; */
				margin: 0 0 -2px 0 !important;
				border: 0 !important;
				padding: 0 !important;
			}
			
			.level1label {
				height: 14px;
				font-size: 12px;
				font-weight: 700;
				padding: 2px 3px;
				cursor: default;
 				margin-bottom: 0;
 				margin-top: .05em;
				border-left: 0px solid #BBBBBB !important;
			}
			
			.labelOver {
				color: #00C;
			}
			
			/** .menuItem replaces .menuNode 
			 * to open menus instantly. 
			 * (see open-instantly.html source)
			 */
			.menuNode, .menuItem {
				font-size: 12px;
				border-bottom: 1px solid #BBBBBB;
				border-left: 1px solid #BBBBBB;
				width: 140px;
				height: 18px;
			}
			
			.menuNode a, menuItem a {
				color: #000000;
				font: 400 12px Arial;
				line-height: 18px;
				padding: 0px 3px 1px 10px;
				text-decoration: none;
				width: auto;
				white-space: nowrap;
 			}
 			
 			.menuNode a:hover, .menuItem a:hover {
 				text-decoration: none;
 			}
 			
			.menu a:active, .menuNode a:active, .menuItem a:active {
 				text-decoration: none;
				color: #0000ff;
 			}
			
			.menu {
				position: relative;
				padding-left: 6px;
				padding-bottom:  .6em;
				padding-top: 1px;
 				font: Arial;
 				margin-bottom: -3px;
 				
			 }
			 .menu .menu, .menu .menu .menu { /* submenus & submenus' submenus  */
				border-left: 1px solid #BBBBBB;
				padding-left: 10px;
			 }			 
			 .menu .menu .menu{ /* submenus' submenus  */
 				height: 1%;
			 }			 
			#nav {
				border-right: 1px solid #004970;
				background: #ffffff;
				color: #0000ff;
				/*overflow: hidden;*/
				position: absolute;
				width: 150px;
				height: 98%;
				min-height: 468px;
				margin: 0;
				left: 4px;
				top: 4px;
				white-space: nowrap;
				-moz-user-select: none;
				overflow: auto;
			}
					
			
	/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   ___________________                                */
			h1{
				color: #00008b;
				font-size: 17px;
				text-indent: 24px;
				padding-top: 4px;
				padding-left: 12px;
			}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   __________________                                 */
  			@media print {

  				title { display: none }
				#nav {
					position: absolute;
					width: 0;
					height: 0;
					padding: 0px;
					margin: 0;
					display: none;
				}

			}
