
.news-item-date, .news-item-title, .news-item-body{
	font: Arial, Verdana, sans-serif;
}

.news-item-date{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #992137;
}
.news-item-title{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
.news-item-body{
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}
.news-item-read{
	font-size: 10px;
	color: #992137;
}
.news-item-read a {
	color: #992137;
}
.news-item-read a:hover {
	color: #ff0066;
}

/* Cms */

.title {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #ffffff;
}

.subtitle {
	font: bold 11px Arial, Verdana, sans-serif;
	color: #ffffff;
}

.smalltext {
	font: normal 10px Arial, Verdana, sans-serif;
	line-height: 18px;
}

div.hr {
	background-image: url(../img/hr_white.gif);
	height: 5px;
	background-repeat: repeat-x;
	font-size: 0px;
	height: 1px;
	overflow: hidden;	
	margin: 10px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}
div.hr hr {
  display: none;
}

a {
	text-decoration: none;
}
