
/*---------------------------ОБЩЕЕ-----------------------------------------*/

body{
	background-color : White;
	margin : 0;
}

.b {
	font-weight : bolder;
}
.n {
	font-weight : normal;
}
.i {
	font-style : italic;
}

FORM {
	margin-bottom : 0px;
}

.cursor {
	cursor : pointer;
}


/*--------------------------- ВНЕШНИЙ ВИД  -----------------------------------------*/
			/*-------  цвета  --------*/

.col_1 {
	background-color : #C1C1C1;
}			
.col_2 {
	background-color : #EC9C5D;
}
.col_3 {
	background-color : White;
}
.col_4 {
	background-color : #EAEAEA;
}

			/*-------  слои  --------*/

.sl_1 {
	background-image : url(../img/sh1.jpg);
	width : 650px;
}
.sl_2 {
	background-image : url(../img/sh2.jpg);
	width : 145px;
	height : 170px;
}
.sl_3 {
	background-image : url(../img/sh3.jpg);
	width : 1000px;
	height : 520px;
}
#sl_4 {
	background-image : url(../img/sh4.jpg);
	width : 1000px;
	height : 170px;
	background-position : top;
	background-repeat : no-repeat;
}

.sl_ind1 {
	background-image : url(../img/sh_ind1.jpg);
	width : 780px;
	height : 140px;
}
.sl_ind2 {
	background-image : url(../img/sh_ind2.jpg);
	width : 220px;
	height : 140px;
}
.sl_ind3 {
	background-image : url(../img/sh_ind3.jpg);
	width : 1000px;
	height : 380px;
}


.logo1 {
	background-image : url(../img/logo1.jpg);
	height : 50px;
	width : 45px;
}
.logo2 {
	background-image : url(../img/logo2.jpg);
	height : 35px;
	width : 205px;
}


#ind1 {
	margin-left : 360px;
	margin-top : 50px;
}
#ind2 {
	margin-left : 100px;
	margin-top :0px;
	position : absolute;
}
#ind3 {
	margin-left : 540px;
	margin-top :110px;
	position : absolute;
}
#ind4 {
	margin-left : 850px;
	margin-top : 25px;
	position : absolute;
}


			/*-------  меню  --------*/
.m_1 {
	background-image : url(../img/menu/m_1.png);
	height : 22px;
	width : 10px;
}
.m_2 {
	background-image : url(../img/menu/m_2.png);
	height : 22px;
	width : 10px;
}
.m_3 {
	background-image : url(../img/menu/m_3.png);
	height : 22px;
}
		
			
.s_menu {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
	text-align : center;
}

A#menu {
	color : #535353;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
	text-decoration : underline;
}
A:HOVER#menu {
	color : White;
}

A#menu_up {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
	text-decoration : none;
}
A:HOVER#menu_up {
	
}

#filia {
	padding : 0;
	position : absolute;
	margin-left : 0px;
	margin-top : 9px;
}
#Nav1 {
	background-color : White;
	border : 1px solid Silver;
	position: absolute; left: 798px; top: 145px; width: 200px;
}
#Nav2 {
	background-color : White;
	border : 1px solid Silver;
	position: absolute; left: 1000px; top: 80px; width: 200px;
}


			/*-------  левое меню  --------*/
			
.sl_left1 {
	background-image : url(../img/left_menu1.gif);
	height : 7px;
	width : 7px;
}
.sl_left2 {
	background-image : url(../img/left_menu2.gif);
	height : 7px;
	width : 7px;
}
.sl_left3 {
	background-image : url(../img/left_menu3.gif);
	height : 7px;
	width : 7px;
}
.sl_left4 {
	background-image : url(../img/left_menu4.gif);
	height : 7px;
	width : 7px;
}
.sl_left5 {
	background-image : url(../bg/bg_left1.gif);
	height : 7px;
}
.sl_left6 {
	background-image : url(../bg/bg_left2.gif);
	width : 2px;
}		

.left_up1 {
	background-image : url(../bg/bg_leftup1.gif);
	height : 35px;
}
.left_up2 {
	background-image : url(../bg/bg_leftup2.gif);
	height : 50px;
}
.left_up3 {
	background-image : url(../img/leftup1.gif);
	height : 35px;
	width : 20px;
}
.left_up4 {
	background-image : url(../img/leftup2.gif);
	height : 50px;
	width : 20px;
}
	
			
.s_left {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
	margin-bottom : 4px;
	text-align : right;
	margin-right : 5px;
}
.s_leftmenu {
	color : #ee1c25;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
}

A#leftmenu {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	text-decoration : underline;
	font-weight : normal;
}
A:HOVER#leftmenu {
	color : Black;
	text-decoration : none;
}

A#leftmenu_up {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	text-decoration : none;
	font-weight : normal;
}
A:HOVER#leftmenu_up {

}

A#leftmenu2 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : underline;
	font-weight : normal;
}
A:HOVER#leftmenu2 {
	color : Black;
	text-decoration : none;
}


			/*-------  низ  --------*/
	
.s_bot1 {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	margin-left : 30px;
	margin-top : 40px;
}	
.s_bot2 {
	text-decoration : underline;
}	
.s_bot3 {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	text-decoration : underline;
	text-align : left;
}		

A#ind {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	text-decoration : none;
}
A:HOVER#ind {
	color : White;
	text-decoration : none;
}

A#ind2 {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	text-decoration : none;
}
A:HOVER#ind2 {
	color : Silver;
	text-decoration : none;
}

A#botmenu {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	text-decoration : underline;
}
A:HOVER#botmenu {
	text-decoration : none;
}

#gazeta {
	width:300px;
	height:195px;
	overflow:hidden;
	position:relative;
}

.logo_img {
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.logo_img:HOVER {
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

		
			
			/*-------  текстовая область  --------*/
.sl_txt1 {
	background-image : url(../img/img1.gif);
	height : 30px;
	width : 10px;
}
.sl_txt2 {
	background-image : url(../img/img2.gif);
	height : 30px;
	width : 10px;
}

/*--------------------------- ПЕРЕКЛЮЧЕНИЕ СТРАНИЦ --------------------------------*/

.pages {
	color : #FF780A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
}
.pagesIE {
	color : #FF780A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
	padding-right : 2px;
}

#pages {
	background-image : url(../img/pages_img1.png);
	height : 26px;
	background-position : center;
	background-repeat : no-repeat;
	vertical-align : middle;
}
#pages_up {
	background-image : url(../img/pages_img2.png);
	height : 26px;
	background-position : center;
	background-repeat : no-repeat;
}


A#pages {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
}
A:HOVER#pages {
	color : White;
}
A#pagesIE {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	padding-top :7px;
	padding-right : 2px;
}
A:HOVER#pagesIE {
	color : White;
}
	
			
/*--------------------------- ТЕКСТ--------------------------------*/

.justify {
	text-align : justify;
}


			/*-------  текст  --------*/
.s_text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	padding-left : 0px;
	padding-right : 15px;
	padding-top : 15px;
	margin-top : 10px;
	margin-left : 15px;
	margin-right : 15px;
	padding-bottom : 0px;
}

A#s_text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	text-decoration : none;
}
A:HOVER#s_text {
	
}	

.h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	padding-top : 0px;
	margin-left : 15px;
	margin-right : 15px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-top : 10px;
}


			/*-------  основной текст и заголовок  --------*/

H2 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 23px;
	text-align : left;
	font-weight : normal;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
}
H3 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : left;
	font-weight : bolder;
	background-color : #E5E5E5;
	padding : 5;
}
H4 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 23px;
	text-align : left;
	font-weight : normal;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	letter-spacing : -1.0;
}

P {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left : 0px;
	padding : 0;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-right : 10px;
}


			/*-------  дополнительные заголовки  --------*/
			
.h2 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : italic;
	margin-left : 5px;
	margin-right : 5px;
}
.h3 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : italic;
	margin-left : 1px;
	margin-right : 1px;
	padding : 0;
	letter-spacing : -0.3;
}
.h4 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : italic;
	margin-left : 2px;
	margin-right : 2px;
	letter-spacing : -1.0;
}

			/*-------  текст  --------*/

.s1 {
	margin-bottom : 2px;
}
.s2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.s3 {
	color : #787677;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	border-bottom : 1px dashed #787677;
	text-align : center;
}	
.s31 {
	margin-left : 25px;
	margin-right : 0px;
	margin-bottom : 15px;
}
.s4 {
	color : #787677;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-align : center;
	margin-right : 0px;
	margin-left : 25px;
}	
.s5 {
	color : #787677;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-align : center;
	word-wrap:break-word;
}	

.s_ind1 {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	margin : 0;
	padding : 0;
}	
.s_ind2 {
	text-decoration : underline;
}	


A#ind_link {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	text-decoration : none;
}
A:HOVER#ind_link {
	color : White;
	text-decoration : none;
}

A#ind_link2 {
	color : #4A4A4A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	text-decoration : none;
}
A:HOVER#ind_link2 {
	color : Silver;
	text-decoration : none;
}
	


			/*-------  лестница вложение  --------*/

.report {
	color : #CF005D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
}


/*--------------------------- СПИСКИ --------------------------------*/
			/*-------  основные списки  --------*/
UL {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 20px;
	margin-left : 20px;
	padding-top : 0px;
	margin-top : 0px;
	list-style-image : url(../img/li_img.gif);
	margin-right : 20px;
}
OL {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 23px;
	margin-left : 23px;
	padding-top : 0px;
	margin-top : 0px;
	margin-right : 20px;
}


LI {
	margin-bottom : 2px;
}

			/*-------  дополнительные списки  --------*/
	
.ul_stair {
	padding-left : 15px;
	margin-left : 15px;
	list-style-image : url(../img/li_img.gif);
	padding-top : 0px;
	margin-top : 0px;
}	
#ul_left {
	padding-left : 12px;
	margin-left : 12px;
	list-style-image : url(../img/li_img2.gif);
	padding-top : 0px;
	margin-top : 5px;
}			
#ul_left li {
	margin-bottom : 7px;
}	

/*---------------------------  ТАБЛИЦЫ  --------------------------------*/

.table {
	background-color : White;
}


.tr1 {
	background-color : #F7F7F7;
}

/*--------------------------- ФОРМА  --------------------------------*/

.s1_form {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.s2_form {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #C8C8C8;
}
.s3_form {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.form_but {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
}

.detal {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
}

.text {
	color : Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : left;
}

/*--------------------------- ССЫЛКИ--------------------------------*/
			/*-------  общее  --------*/
a {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	outline: none;
}
a:HOVER {
	color : Black;
	text-decoration : underline;
}	

A#email {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;
}
A:HOVER#email {
	color : Silver;
}

			/*-------  дополнительные списки  --------*/
A#stair {
	color : #8C2222;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
}
A:HOVER#stair {
	color : Black;
	text-decoration : underline;
}

			/*-------  лестница вложение  --------*/

A#report {
	color : Silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	font-weight : normal;
}
A:HOVER#report {
	color : #CF005D;
	text-decoration : underline;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------  ПОИСК  --------*/
.search {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
}
.search_name {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}

.search_num {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-top : 5px;
}

.search_top {
	color : Silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}

A#search {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration: none;
	font-weight : bolder;
}
A:HOVER#search {
	color : #F27420;
}

.search_col {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #F27420;
}

/*--------------------------- ИСТОРИЯ  --------------------------------*/
#block_display {
	height:430px;
	width:536px;
	position: absolute;
	z-index:1;
	overflow:hidden;
}

.okn {
	position:absolute;
	overflow:hidden;
}
	
.history_div {
	width:134px;
	height:430px;
	float:left;
	overflow:hidden;
	position:relative;
}

.history_div p {
	margin:0px;
	word-wrap:break-word;
}

#text {
	position:absolute;
	width:134px;
	overflow:hidden;
	height:302px;
}

#year {
	position:relative;
	top:410px;
	text-align:center;
}


#scroll {
	width:470px;
	height:50px;
	background-image: url(../img/scroll.png);
	background-repeat:no-repeat;
	position: relative;
	top:325px;
	left:20px;
	z-index:2;
}
	
#toleft_toright {
	width:50px;
	position:relative;
	top:50px;
	left:218px;
}	

.history {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	padding-right : 15px;
	padding-bottom : 10px;
}
.year {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	padding-right : 25px;
	text-align : center;
	color : #F16C00;
	font-size : 18px;
}




/*--------------------------- ФОТОГАЛЕРЕЯ  --------------------------------*/

#foto_bottom {
	position: relative;
	float: left;
	width: 75px;
	height: 50px;
	cursor : pointer;
	margin : auto;
}

#right_galerey {
	float: right;
	position: relative;
	top: 0px;
	height: 310px;
	width: 150px;
	overflow:hidden;
	padding-right : 35px;
}

#foto {
	position: relative;
	width: 150px;
	height: 140px;
	padding-bottom: 20px;
	padding-right : 35px;
}

#foto_small {
	width: 150px;
	height: 120px;
	border : 2px solid White;
}

#text_right {
	height : 30px;
	position : relative;
}

#bottom_to {
	cursor : pointer;
}

#border_foto {
	border : 2px solid Silver;
}
.border_foto_b {
	border : 3px solid White;
}

.razdel {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: right;
	margin : 0;
	padding : 0;
}
.raz_num {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}



			/*-------  низ  --------*/
#galerey{
	width:220px;
	height:150px;
	background-image: url(../img/galery_bot.png);
	background-repeat:no-repeat;
	position:absolute;
}

#img{
 position:relative;
 height:150px;
 width:190px;
 float:left;
}

#to_left{
	width:20px;
	height:150px;
	position:absolute;
	top:55px;
	left: 5px;
	cursor : pointer;
}

#to_right{
	width:20px;
	height:40px;
	position:absolute;
	top:55px;
	left: 195px;
	cursor : pointer;
}		

.okn_img {
 position:absolute;
 overflow:hidden;
}

#block_display_img {
	height:150px;
	width:215px;
	position: relative;
	z-index:1;
	overflow:hidden;
	padding : 0;
	margin : 0;
}
			

/*--------------------------- НОВОСТИ  --------------------------------*/
		/*-------  левое меню  --------*/
.news_data {
	color : #A0A0A0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
	margin-left : 0px;
	margin-top : 15px;
	margin-bottom : 4px;
	margin-right : 0px;
}

.arhiv {
	margin-top : 15px;
}

A#news_an {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}
A:HOVER#news_an {
	color : #EC9C5D;
}

A#arhiv {
	color : #A0A0A0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
	padding-top : 20px;
}
A:HOVER#arhiv {
	color : Gray;
}

		/*-------  архив  --------*/
.data {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bolder;
	margin-left : 0px;
	margin-right : 0px;
}		
		
.news {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 10px;
	font-weight : bolder;
}

A#podrob {
	color : #E50D32;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}
A:HOVER#podrob {
	font-family : Arial, Helvetica, sans-serif;
	color : Gray;
}

A#news_name {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}
A:HOVER#news_name {
	color : Gray;
}


/*--------------------------- ОПРОС -----------------------------------------*/
		/*-------  блок-опросник  --------*/
.admin {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-top : 8px;
	padding-bottom : 10px;
	text-align : center;
	padding-left : 10px;
	padding-right : 10px;
}

.cookies {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-top : 8px;
	padding-bottom : 10px;
	text-align : center;
	font-weight : bolder;
	padding-left : 5px;
	padding-right : 5px;
}

.quest {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-top : 2px;
	padding-bottom : 8px;
	text-align : center;
	font-weight : bolder;
	padding-left : 5px;
	padding-right : 5px;
}

.answer {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	padding-top : 9px;
}

.vote {
	padding-top : 8px;
	padding-bottom : 0px;
	margin-bottom : 0px;
}

A#vote {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}
A:HOVER#vote {
	color : White;
}


		/*-------  архив опросов  --------*/

.v_quest {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
	padding-top : 8px;
	padding-bottom : 10px;
	text-align : left;
	padding-left : 20px;
}

.answer {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	padding-bottom : 5px;
}
.v_answer {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}

.v {
	color : #CF005D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A#quest {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
	text-decoration : none;
}
A:HOVER#quest {
	color : Silver;
}

A#quest2 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
	text-decoration : none;
	cursor: text;
}
A:HOVER#quest2 {
	
}

/*--------------------------- Языки  --------------------------------*/

.language {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	font-weight : bolder;
}

.sl_lang {
	background-image : url(../img/language.jpg);
	height : 23px;
	width : 35px;
}

A#language {
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;
}
A:HOVER#language {
	color : #EC9C5D;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------- BISS  --------------------------------*/

.ss1 {
	padding-top : 20px;
}
.ss2 {
	color : #45250E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-top : 20px;
}

A#ss {
	color : #45250E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}
A:HOVER#ss {
	color :  #45250E;
	text-decoration : underline;
}

/*--------------------------- Copyright --------------------------------*/

.copyr {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
}

.bis {
	color : #F8C400;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	padding-bottom : 15px;
	padding-top : 20px;
}

A#bis {
	color : #F8C400;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}
A:HOVER#bis {
	color : #F8C400;
	text-decoration : underline;
}


