/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	.mktree{
	list-style: none; 
	}
	ul.mktree  li { list-style: none; margin-bottom:0px; list-style-position:outside; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:14px; margin-top:0px; padding:0px; background-color:#FFFFFF; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 0px; }
	/* 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; padding-left:10px; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background:  url("images/plus.gif") center left no-repeat; padding-left:10px;  }
	ul.mktree  li.liBullet  .bullet { cursor: default; background:  url("images/spacer.gif") center left no-repeat; font-size:0px; width:0px; height:0px; margin-left:0px; display: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 border-bottom:1px solid #EDEDED; */
	ul.mktree  li { font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#4688AA; padding-top:5px; padding-bottom:5px; }
	ul.mktree  li ul li { font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#414141; font-weight:500; margin-top:0px; margin-left:0px;list-style-position:outside;  text-align:justify; margin-bottom:0px; }
	ul.mktree  li ul li ul li {margin-left:0px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#414141; font-weight:500; }
	.dvul{
	margin-left:5px;
	}
	.dvul ul li{
	font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#414141; font-weight:500;  margin-top:0px; margin-left:0px;list-style-position:outside; list-style:disc;  text-align:justify; margin-bottom:0px;  padding-bottom:0px;
	} 
	
	ul.mktree  li ul li ul li ul li { font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#414141; font-weight:500; }
	
ul.mktree a:link, ul.mktree  a:visited{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:4688AA;
text-decoration:none;
font-size:14px;

}

ul.mktree a:hover{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#FAC41F;
text-decoration:underline;
font-size:14px;
}

.condent{
font-family:Arial, Helvetica, sans-serif;
width:635px;
font-size:12px; 
color:#414141;
font-weight:500;

margin-top:0px; margin-left:0px;   
text-align:justify;margin-bottom:0px;
border-bottom:1px solid #CAE9F9;
padding-bottom:10px;
}
.condent p{
font-family:Arial, Helvetica, sans-serif;
width:635px;
font-size:12px; 
color:#414141;
font-weight:500;

margin-top:0px; margin-left:0px;   
text-align:justify;margin-bottom:0px;
padding-bottom:10px;
}
.condent #grayheadtxt{
	color:#717171;
		font-weight:bold;
		padding-bottom:5px;
	  margin-top:10px;
	   margin-bottom:0px; 
	   }


	
	

}