#flash-pict {
	background-image: url(../images/home/home-headerbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 220px;	
} 

.home-bodytext {
	width: 62%;
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.home-img {
	width: 20%;
	float: right; 
}

html>body .home-img {
	width: 35%;
	float: right; 
}

.mRight6 {
	
	text-align:right;
	padding-right: 5px;	
}

/* Popup classes Starts here*/
.pres-outertable	{
	width:100%;
	background-color: #ffffff;
}


.pres-Ltable	{
	float:left; 
	width:80%;
	padding:0px;
}

html>body .pres-Ltable	{
	width:80%;
}

.pres-Rtable	{
	float:left; 
	width:20%; 
	padding:0px;
	padding-left: 40px;
	padding-top: 10px;
}

html>body .pres-Rtable	{
	width:15%;
	padding-left: 20px;
	padding-bottom: 20px;
}

.cursorhand{
	cursor:hand;
	cursor:pointer;
}

html>body .cursorhand{
	cursor:pointer;
}

.hr-line	{
	border-bottom: solid 1px #a1968d;
	width: 100%;
}

/* Popup Classes Ends here*/

