html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #575395;
	font-size: 12px;
	font-family: Verdana;
	color: #ffffcc;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
   }
      p {margin: 0; padding: 0;}
   
.link_1 {
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	color: #b3b3b3;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}
.link_1 a {
	color: #b3b3b3;
	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: #b3b3b3;
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

/* ==================== */

.ctitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
.ctitle a {
	color: #ffffff;
	text-decoration: underline;
}
.ctitle a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.link_2 {
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0; 
	padding-left: 20px;
	color: #b3b3b3;
	font-size: 13px;
	font-family: Verdana;
}

#img img {
    border: none;
}

.link_2 a {
	color: #b3b3b3;
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none
}
.link_2 a:hover {
	color: #b3b3b3;
	line-height: 150%; 
	margin-top: 4; 
	margin-bottom: 0;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none
}
.stext a:hover {
	color: #ffffff;
	text-decoration: none;
}

.ntitle {
	color: #b3b3b3;
	font-size: 13px;
	font-weight: bold;
}
.ntitle a {
	color: #b3b3b3;
	text-decoration: none;
}
.ntitle a:hover {
	color: #b3b3b3;
	text-decoration: underline;
}

.news {
	color: #ffffcc;
	font-family: Verdana;
	font-size: 12px; 
	text-align:justify;
	line-height: 15px
}
.news a {
	color: #ffffcc;
	font-weight: bold;
    font-style: italic;
	text-decoration:  underline;
}
.news a:hover {
	color: #ffffcc;
	font-weight: bold;
    font-style: italic;
	text-decoration: underline;
}

.news img {
	border:none;
}

.news2 {
	color: #000000;
	font-family: Verdana;
	font-size: 12px; 
	text-align:justify;
	line-height: 15px
}

.news3 {
	color: #000000;
	font-family: Verdana;
	font-size: 12px; 
    font-style: italic;
	text-decoration: underline;
}

.news li {
	color: #ffffcc;
	font-family: Verdana;
	font-size: 13px; 
	text-align:justify;
	margin-bottom: 3px;
	line-height: 15px
}



.copyright {
	color: #ffffcc;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
}
.copyright a {
	color: #ffffcc;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}
.copyright a:hover {
	color: #ffffcc;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}

.navigation {
	color:#ffffcc; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #ffffcc;
	background:#F9F9F9;
	border:0px 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:0px solid #E6E6E6;
	color:#ffffcc;
	font-size:11px;
}