html{
	background-color: #9FC447;
	background-image: url('../img/main/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: times new roman;
}
h2{
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3{
	margin-bottom: 5px;
}
p{
	margin-bottom: 5px;
}
.mainTitle{
  font-size: 36px;
  margin-left: 10px;
}
.topMenu{
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
}
.topMenuLink{
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	color:black;
	font-size: 12pt;
}
.activeMenu{
	font-size: 26px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 15px;
}
hr{
	border: 0,5px solid;
}
.newsTitle{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 5px;
	cursor: pointer;
}
.leftMenuTitle{
	font-weight: bold;
}
.newsDate{
	font-size: 11pt;
	color: gray;
	margin-bottom: 5px;
}
.newsAuthor{
	font-size: 11pt;
	color: gray;
	text-align: right;
	margin-bottom: 5px;
}
.newsContent{
	margin-bottom: 10px;
}
.fb-like{
	margin-bottom: 10px;
}
.leftMenuShortNews {
	font-size: 12pt;
	margin-bottom: 15px;
	font-style: italic;
	color: dimgray;
	cursor: pointer;
	display: none;
}
.leftMenuShortNewsLink{
	font-size: 12pt;
	margin-bottom: 15px;
	font-style: italic;
	color: dimgray;
	cursor: pointer;
	text-decoration: none;
}
.linksForRobots{
	display: none;
}
.fullWidth{
	width: 100%;
}
.lanSelect{
	float: right;
    padding-right: 20px
}
.warning{
	color:red;
	font-weight:bold;
}
