﻿body{margin:0px;padding:0px;}
A {
 color: #008DD6; /* Цвет ссылок */
 text-decoration: none;
}
A:visited {
 color: #008DD6; /* Цвет посещенных ссылок */
 text-decoration: none;
}
A:hover {
 text-decoration: underline; /* Убираем обычное подчеркивание */}
 
 A.c1   {
	font-weight: 400;
	color: #000000; /* Цвет ссылок */
	text-decoration:  none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
A.c1:visited {
	color: #000000; /* Цвет посещенных ссылок */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
A.c1:hover {
	color: #000000; /* Цвет ссылок */
	text-decoration:  underline; /* Убираем обычное подчеркивание */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
 

/* Цвет меню */
.text_men {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008DD6;
	font-weight: 700;
	text-align: center;
	padding-left: 6px;
}

.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008DD6;
	font-weight: 400;
	text-align: center;
	padding-left: 10px;
}

.text_menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	line-height: 25px;
}


/* Цвет копирайта */
.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: 400;
}
.text_menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #0869BC;
}
.text_menu4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #008DD6;
	text-align: left;
}
.text_menu5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008DD6;
	font-weight: 700;
	text-align: left;
}


/* Основной текст */
.m_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	text-align: justify;

}

/* Цвет бордера таблицы*/
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #008DD6;
	border-right-color: #008DD6;
	border-bottom-color: #008DD6;
	border-left-color: #008DD6;
}
/* Цвет бордера фоток*/
.border_2 {
	border: 1px solid #737476;
}

img {
   behavior:url("pngbehavior.htc");
}





/* Модуль- Заголовок*/
.z_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	text-align: justify;
	padding-left: 15px;

}
/* Модуль- Бордер таблицы*/
.v_border {
	border: 1px solid #008DD6;
}
/* Модуль - Основной текст*/
.v_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008DD6;
	font-weight: 400;
	text-align: justify;

}

