.w_news_title{
	color: #CC0066;
	font-family: "Share-Regular",Arial,Helvetica,sans-serif;
	font-size: 21px;
	font-weight: normal;
}
.col_w_news_title a{
	color: #CC0066;
	font-family: "Share-Regular",Arial,Helvetica,sans-serif;
    font-weight: normal;
	font-size: 16px;
}
.col_w_news_title a:hover{
	color: #70706f;
}
.col_w_news_text{
	color: #000000;
	font-family: Arial,sans-serif;
}
.col_w_news_date{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: right;
	margin-right: 15px;
}
.col_w_news_link_button{
	background-color: #ffffff !important;
	-webkit-transition: 0s background-color linear !important;
	transition: 0s background-color linear !important;
	color: #758681 !important;
	border: 1px solid #758681;
	font-family: "OpenSans",Arial Helvetica,sans-serif;
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
	margin-right: 15px;
	width: 116px;
	border-radius: 4px;
	line-height: 20px;
}
.col_w_news_link_button img{
	display: none;
}
.col_w_news_link_button:hover, .col_w_news_link_button:focus, .col_w_news_link_button:visited{
	background-color: #ffffff !important;
	color: #758681 !important;
}

