/* text */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	color: #AEAEAE;
}
.text_content {
	text-align: justify;
	padding: 5px 0px 5px 0px;
}
.title_news {
	padding: 0px 0px 0px 12px;
}
.text_news {
	text-align: justify;
	padding: 5px 17px 10px 27px;
}
.text_news_more {
	text-align: right;
	padding: 10px 17px 10px 27px;
}
.text_slogan {
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	padding: 80px 0px 0px 00px;
	margin: 0px 0px 0px 0px;
}

/* titles */
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #F20F35;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* links */
a {
	color: #AEAEAE;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a.readmore {
	color: #AEAEAE;
	font-weight: bold;
}
a.readmore:hover {
	color: #FF0000;
}
a.top {
	color: #666666;
}
a.top:hover {
	color: #FF0000;
}