html, body	{
	font-family:'Helvetica Neue',Helvetica,Arial,Tahoma,'Trebuchet MS','Times New Roman',Georgia,Sans-Serif;
	font-size:17px;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:none;
}
*	{
	hyphens:auto;
	-moz-hyphens:auto;
	-o-hyphens:auto;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	word-break:break-word;
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
a:not(.clickable_link), img	{
	-webkit-touch-callout:none !important;
}
a	{
	color:#2fa2d7;
	text-decoration:none;
}
p	{
	margin-left:15px;
	margin-right:15px;
}
.news_heading	{
	font-weight:bold;
	font-size:25px;
	color:rgba(240, 62, 62, 0.98);
}
.news_heading_a	{
	color:rgba(240, 62, 62, 0.98);
	text-decoration:none;
	border:none;
	outline:none;
}
.news_heading ~ .news_heading	{
	border-top-style:solid;
	border-top-color:gray;
	border-top-width:1px;
	padding-top:40px;
}
.news_text	{
	line-height:30px;
}
.news_date	{
	color:gray;
	font-size:14px;
	display:block;
	margin-top:-15px;
}
#news_main_div img	{
	max-height:300px;
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#news_data_table	{
	border:none;
	border-spacing:0px;
	line-height:35px;
	margin-top:10px;
}
#news_data_table td	{
	border:none;
	border-spacing:0px;
	padding-left:15px;
	padding-right:15px;
}
.news_data	{
	line-height:20px !important;
}
#news_data_table .td_title	{
	white-space:nowrap;
}