/* CSS Document */

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}
.detailText{
font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	color:#000000;
}
.comboText{
	font-family:verdana;
	font-size:10px;
	color:#333333;
	border-bottom-color: #F3DEB1;
	border-top-color: #F3DEB1;
	border-color: #FFCC66;
}
.detailText1{
	font-family:verdana;
	font-size:11px; 
	color:#993300;
}
.HeadText{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
.paragraph_heading{
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#993300;
	}
.PageHeading{
	font-family:verdana;
	font-size:25px;
	font-weight:bold;
	color:#E68D3D;
}
.style6 {
	font-family:Lucida Sans;
	font-size: 10px;
	color:#000000;
}

.borderLine{
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#B25416;
	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#B25416;

}

.backImage{
	background-image:url(images/bg.jpg);
}
