html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
   }
   p {margin: 0; padding: 0;}

.link_1 {
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	color: #4D2D01;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}
.link_1 a {
	color: #4D2D01;
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}
.link_1 a:hover {
	color: #4D2D01;
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}


.link_2 {
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0; 
	padding-left: 20px;
	color: #4D2D01;
	font-size: 13px;
	font-family: Verdana;
}
.link_2 a {
	color: #4D2D01;
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none
}
.link_2 a:hover {
	color: #4D2D01;
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none
}

.ntitle {
	color: #4D2D01;
	font-size: 13px;
	font-weight: bold;
}
.ntitle a {
	color: #4D2D01;
	text-decoration: none;
}
.ntitle a:hover {
	color: #4D2D01;
	text-decoration: underline;
}

.news {
	color: #4D2D01;
	font-family: Verdana;
	font-size: 13px; 
	text-align:justify;
	line-height: 15px
}
.news a {
	color: #4D2D01;
	text-decoration: none;
}
.news a:hover {
	color: #4D2D01;
	text-decoration: underline;
}

.news img {
	border:none;
}


.news li {
	color: #4D2D01;
	font-family: Verdana;
	font-size: 13px; 
	text-align:justify;
	margin-bottom: 3px;
	line-height: 15px
}



.copyright {
	color: #4D2D01;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
}
.copyright a {
	color: #4D2D01;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}
.copyright a:hover {
	color: #4D2D01;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}

.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}