.heading_style {
	display: block;
	margin-right:15px;
	margin-left:15px;	

	margin-top:45px;
	margin-bottom:15px;


	Height: auto;
	line-height: 36px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	font-weight: bold;
	COLOR: #FFFFFF;
	border: 0;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 26px;
	background-repeat:no-repeat;
	background-image: url(heading_bg.png);
	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px #999999;

/*
	border-bottom: 1px solid #666666;
	border-bottom: 1px dotted #666666;
	border-bottom: 1px double #666666;
*/
		
}

.heading_text_style {
/*
	For centralize the heading:
*/
/*
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;	
*/
}



