body { 
	padding:0; 
	margin:0;
	width:100%;
	height:285px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left:0px;
}

.hero {
	float:left;
	width:97%;
	background-position:0px 0px;
	border:0;
	margin-left:0px;
	color:#003876;
	padding-bottom:5px;
}

.first {
	margin-top: 10px;
}

a { 
	color:#ccc; 
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover{text-decoration:none;}

.maintext:hover  {
	color: #008bc3;
	text-decoration:underline;
}

.hero img {
	display: none;
}

.subhero {
	padding-top:0px;
}

.wrapper {
	padding-left:0px;
	min-width:30px;
	width:100%;
	height:285px;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin-top:12px;
}

.text {
	float: left;
	zoom:1;
	display:list-item;
	margin-left:15px;
	padding: 6px 0px;
	cursor:pointer;
	width:96%;
	line-height:1.3em;
	color:#003876;
}

.maintext {
	letter-spacing: 0px;
	color:#1F3C73;
	cursor: pointer;
	display: inline;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	margin-right:2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dianomi_provider_short {
	font-style:normal;
	font-size: 13px;
	color: #575757;
	font-weight:normal;
	display:inline-block !important;
	letter-spacing: 0px;
}

.action{
	display:none !important;
	visibility: hidden;
	color: rgb(85, 7, 92);
	cursor: auto;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	margin-left: 5px;
}


.heading_top,
.heading {
	display: none;
}

.line2 {
	border-bottom: 1px solid #ccc;
	margin-top: -2px;
	list-style-type: none;
	padding-bottom:5px;
	font-family: RotisSemiSansPro, arial, tahoma, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color:#003876;
	margin-right:10px;
}

.article_date {
	font-size: 11px;
	color: #222222;
	display: inline-block;
}

.article_date:before {
content: "(";
}
.article_date:after {
content: ")";
}

