#backgroundPopup
{
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#868485;
	border:1px solid #cecece;
	z-index:1;
	opacity:0.7;
	filter:alpha(opacity=70); 
}

#popupContact
{
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:350px;
	width:550px;
	background:#FCFCFC;
	border:9px solid #cecece;
	z-index:10000;
	font-size:13px;
}

#popupContactClose
{
	font-size:14px;
	line-height:14px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	background:url(../Images/closebox.png) no-repeat center;
	width:30px;
	height:30px;
	right:-17px;
	top:-17px;
}
/***************** Styles for Contnent  *****************/
.TblBorderBlackNew
{
    BORDER-RIGHT: 1px solid;
    BORDER-RIGHT-color: #68A483;
    PADDING-RIGHT: 3px;
    BORDER-TOP: 1px solid;
    BORDER-TOP-color: #68A483;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: 1px solid;
    BORDER-LEFT-color: #68A483;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: 1px solid;
    BORDER-BOTTOM-color: #68A483;
    BORDER-COLLAPSE: collapse
}
.MainHeading
{
	font-family: "Trebuchet MS" , Tahoma, Arial, Verdana;
	font-size: 28px;
	color: Black;
	background-image: none;
	font-weight: bold;
	padding-left: 8px;
	text-decoration:underline;
	text-align : center;
}

.TextNormal 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding: 10px;
}
.CloseLink
{
	font-family: "Trebuchet MS" , Tahoma, Arial, Verdana;
	font-size: 20px;
	color: Blue;
	background-image: none;
	font-weight: bold;
	text-decoration:underline;
	text-align : center;
}
.Spacing
{
	line-height:20;
}


