@charset "UTF-8";

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.siteNews {
	margin-left: 12px;
	font-size: 12px;
	line-height: 1.5em;
	color: #777;
  margin-top: 0;
	margin-bottom: 1em;
  padding-top: 12px;
	background-color: transparent;
	border-top: 1px solid #405173;
}
.siteNews div {
	display: block;
	font-size: inherit;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ededed;
	border-bottom: 1px solid #b7bfe6;
}
.siteNews div:first-child {
	color: #705e4c;
	font-weight: bold;
	text-align: left;
	min-height: initial;
	background-color: #ddd;
	margin-bottom: 6px;
	padding-top:6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-left: 1px solid #99c;
	border-bottom: 1px solid #99c;
}
.siteNews div img {
	margin-top: 5px;
}
.siteNews.gall div {
	text-align: left;
	padding-left: 7px;
}
.siteNews.gall div a {
	text-decoration: none;
	color: inherit;
}
