/* for other browsers */
.hp_story_container {
	min-height:350px; 
	height:auto;
	position:relative;
	width:160px; 
	margin-right:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#6E6E6E;
	line-height:16px
}
/* for Internet Explorer */
* html .hp_story_container {
	height: 350px;
}

.hp_cont_btn{
	width:112px;
	float:right;
	
}

.hp_cont_btn a:link,
.hp_cont_btn a:visited{
	color: #ffffff;
	text-decoration:none;
	font-family:arial;		 
	font-size:12px;	
	background:no-repeat url('../../fragments/hp_news_list/cont_btn.jpg');
	text-align:center;
	position:absolute;
	bottom:0px;
	padding:2px 0px 3px 0px;	
	border-style : none;
	width:108px;
}

.hp_cont_btn a:hover{
	background:no-repeat url('../../fragments/hp_news_list/cont_btn_roll.jpg');
}
.hp_cont_btn a:active{
	color: #ffffff;
	text-decoration:none;
	font-family:arial;		 
	font-size:12px;	
}
.hp_story_heading{
	color: #A30500;
	font-size: 16px;
	font-family:Georgia, Times New Roman, serif;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
}





