.heading {   /* H2*/
	font-family: "Times New Roman", Georgia,  Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 6px;
	color: #333;
	line-height: 140%;
	border-top:1px dotted #ccc;
}


.sub_heading {   /* H3*/
	font-family: "Times New Roman", Georgia,  Times, serif;
	font-size: 14px; 
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 5px;
	color: #006;
	line-height: 170%;
}

