/*  NTAR CSS Document  */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
}

body {
		background-color:#DBE9E9;
	 }
.style1 {
	color: #999999;
	font-size: 10px;
}
.style2 {
	color:#FF0000
}
<!-- added
/*hoverpopups type 1*/

#popup { color: #000; 
		 background-color: #c0c0c0;
		}

#popup a, #popup a:visited {
position: relative;
display: block;
width: 100px;
line-height: 30px;
text-align: left;
padding: 0 10px;
margin: 0;
border: 1px solid #666;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
font-size: 0.8em;
/*font-weight: bold;*/
background-color: #e9e9e2;
}

#popup a span {display: none;}

/*#popup a:hover { background-color: #e9e9e2; }

 the IE correction rule 
#popup a:hover	{
color: #f00; background-color: #e9e9e2;
text-indent: 0; /* added the default value 
}
*/
.blue {
	color: #3300FF;
	}
#popup.hover span, #popup.hovered span {
display: block;
position: absolute;
margin-top: 0px;
/*left: 170px;*/
width: 300px;
margin-left: 55px;
padding-left: 10px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}
-->
/*div.pop_out  {
	position:relative;
	float:left;
	width:140px;
	/* behavior:url("/css/csshover3.htc"); 
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.blue {
	color: #3300FF;
	}
div.pop_out:hover  {
	z-index:1;
	}
div.pop_out h6 {
	position:absolute; 
	z-index:1;
	display:none; 
	width:250px; 
	left:100%; 
	top:0px; 
	border:1px solid gray; 
	padding:.3em; 
	background-color:#FFD;
	float:left;
	}
div.pop_out:hover h6, div.pop_out p:hover {
	display:block;
	}*/
