body {
	background-color: white;
	background-image: url(../images/bgr.jpg);
	margin: 0;
}
p {
	color: black;
}
a {
	text-decoration: none;
}
.more {
	vertical-align: bottom;
}
.newsTitle p {
	font-size: 10pt;
	font-weight: bold;
	color: #334E88;
	/*color: 9DB5CA;*/
	padding-bottom: 2px;
}
.more p {
	padding-bottom: 2px;
	margin: 0;
}
.date p {
	color: #334e88;
	padding-right: 4px;
}
.news p {
	padding-bottom: 6px;
}
.news a {
	color: black;
}
.date, .news, .more, .newsTitle {
	background-color: white;
}
.date p, .news p {
	font-size: 8pt;
}
.date p, .news p, .newsTitle p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
}
.eur {
	background: white url(../images/bg_eur.gif) repeat-x;
	text-align: center;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0 10px 5px 10px;
}
.copyright a, .copyright a:visited {
	color: #334e88;
}
.copyright a:hover {
	text-decoration: underline;
}