@charset "utf-8";
/* CSS Document */

body{
	margin:0;
}
.package-holder {
	width:630px;
	height:100%;
}
ul {
	margin:0px;
	padding:0px;
	
}
li {
	margin-bottom:6px;
	padding-left:20px;
	background:url(../images/bulllet_2.png) no-repeat 0 2px;
	list-style:none;
}
.pop_up_heading	{
	color:#339933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	font-weight: normal;
		}
.cornering-box {
	width:620px;
	height:10px;
}
.pop-content {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.pop-content p{
	padding:0px 0px 0px 0px !important;
	margin:0px;
	font: italic 14px Arial,Helvetica,sans-serif;
}

.pop-content h5 {
	color:#A33202 !important;
    font: bold 16px "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin: 0;

}
.pop-a{
	text-decoration:none !important;;
	color:#000 !important;;
}