body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	background-position: top;
	cursor: default;
}
.section a {
	text-decoration: none;
	color: #FF6C00;
	font-weight: bold;
}
.section a:hover {
	border-bottom: 1px dotted #369;
	color: red;
}
.section1 {
	font-size: 11px;
	text-decoration: none;
}

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj a {
	color:white;
}

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('arrow.gif');
	width:20px;
	position:absolute;
	left:1px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #FF9900;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:615px;	/* Width of tooltip content */
	height:443px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:0px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

.small_txt td
{
   font-size: 10px;
}
