#flash-pict {
	background-image: url(../images/home/home-headerbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 220px;	
} 
.home-bodytext {
	width: 40%;
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

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

#home-popup-quicklink ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	white-space: nowrap;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#home-popup-quicklink ul li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px;	
	width:100%;
}

#home-popup-quicklink ul li a, #home-popup-quicklink ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.90em;
	padding: 0px 5px 0px 5px;
	color: #3297b9;
	height:10px;
	background: url(../images/quicklink-arrowactive.jpg) 0 0.5em no-repeat;
}

#home-popup-quicklink ul li a:hover, #home-popup-quicklink ul li a:active {
	color: #FF6600;
	background: url(../images/quicklink-arrowover.jpg) 0 0.5em no-repeat;
}

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


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

html>body .pres-Ltable	{
	width:80%;
	letter-spacing: 2px;
}

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

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

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

html>body .cursorhand{
	cursor:pointer;
}

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

/* Popup Classes Ends here*/

