body,html {
	margin:0px;
	padding:0px;
	background:#00688e;
	font-family:Verdana,Helvetica;
	font-size:12px;
	color:#419aa5;
}
h3 {
	padding:0px;
	margin:0px;
	display:inline;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#419aa5;
}
hr {
	border:0px none;
	border-bottom:1px dotted #419aa5;
}
img {
	border:0px none;
}
#top {
	background:#000;
	padding:4px;
}
#top a {
	color:#ececec;
	font-weight:bold;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}
#title {
	background:#fff;
	padding:6px;
}
#site {
	width:100%;
}
#text {
	border-top:1px dotted #00688e;
	width:700px;
	background:#fff;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
}
#text dl {
	border-bottom:1px dotted #419aa5;
	margin:0px;
	padding:4px;
}
#spis {
	background:#fff;
}

.newses{
background-color: #fff;
text-align: left;
padding:5px;
}

.newsItem .newsTitle{
font-weight: bold;
}

.newsItem  .newsContent{
font-weight: normal;
}