/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; font-family:helvetica, arial, sans serif; 
    font-size:24px;color:#bb0000;font-weight:bold;line-height:200%;} 
    
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
    
    	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 10px; }
    
    
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet 
    { cursor: pointer; background: url('../images/minus.gif')  center left no-repeat; }
    
	ul.mktree  li.liClosed  .bullet { cursor: pointer; 
/*    background: url('../images/arw_red4.gif')   center left no-repeat; */
   background: url('../images/plus.gif')   center left no-repeat;     
    }

	ul.mktree  li.liBullet  .bullet { cursor: default; padding-left:0px; background:none;}
    
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
    
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li {clear:left;  font-size:14px;color:#000000;font-weight:bold;line-height:200%;}
    
	ul.mktree  li ul li{font-size:12px;font-weight:normal;line-height:190%;
               color:#000000; padding-bottom:15px;
               font-family:arial, arial, sans serif;  }                        
                         
	ul.mktree  li ul li ul { font-size:14px;line-height:100%;
               font-weight:normal;color:#000000;margin-left:25px;
               font-family:arial, arial, sans serif;  }
               
    ul.mktree  li ul li ul li { font-size:12px;line-height:100%;
               font-weight:normal;color:#000000; border:none;
               font-family:helvetica, arial, sans serif; margin-left:40px  }
               
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}
   ul.mktree { font-family:helvetica, arial, sans serif;}
   
   ul.mktree p {font-size:14px;line-height:140%;}

   ul.mktree h2 {font-size:24px;color:#bb0000;font-weight:bold;line-height:200%;}
   
   ul.mktree h3 {font-size:20px;line-height:190%}
 
   ul.mktree h4 {font-size:16px;font-weight:bold;color:#000000;line-height:190%;
               border-top-style:solid; border-top-color:#bb0000;
			   border-top-width:5px;}  
   
   ul.mktree h5 {font-size:14px;font-weight:bold;line-height:175%;
               font-style:italic;  }   

