body{margin:0px;padding:0px;}
A {
 color: #741919; /* Цвет ссылок */
 text-decoration: none;
}
A:visited {
 color: #741919; /* Цвет посещенных ссылок */
 text-decoration: none;
}
A:hover {
 text-decoration: underline; /* Убираем обычное подчеркивание */}
 
 A.c1   {
	font-weight: 400;
	color: #064E6C; /* Цвет ссылок */
	text-decoration:  none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
A.c1 :visited {
	color: #064E6C; /* Цвет посещенных ссылок */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
A.c1:hover {
	color: #064E6C; /* Цвет ссылок */
	text-decoration:  underline; /* Убираем обычное подчеркивание */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
 

/* Цвет меню */
.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #741919;
	font-weight: 400;
	text-align: left;
	padding-left: 15px;
}

.text_menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #741919;
	text-align: left;
	line-height: 17px;
}


/* Цвет копирайта */
.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text_menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #850200;
}
.text_menu4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #741919;
	text-align: left;
}
.text_menu5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #741919;
	font-weight: 400;
	text-align: left;
}


/* Основной текст */
.m_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	text-align: justify;
	line-height: 15px;
}
/* Цвет бордера таблицы меню*/
.border_table {
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Цвет бордера фоток*/
.border {
	border: 1px solid #064E6C;
}

