/*-----------------------------------------------------------------------------
		Файл описывает стили основного содержания
		(документов) сайта.
		(c) Папко М.В. 01.04.2001
		изменен 18.04.2001
		
		(c) Лукин М.В. 23.04.2001
		изменен 24.04.2001
		
		(c) Плотникова Е.А. 05.05.2001
		изменен 01.06.2001
  -----------------------------------------------------------------------------*/

/*
*******************************************
**************** ЗАГОЛОВКИ ****************
*******************************************
*/

H1
{
	font : bold 16pt Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	color : #7A8899;
	margin : 5px 0px 8px 0px;
	border-bottom : 1px solid;
}

H2
{
	font : bold 14pt Arial, Helvetica, sans-serif;
	color : #7A8899;
	margin : 10px 0px 6px 0px;
}

H3
{
	font : bold 12pt  Arial, Helvetica, sans-serif;
	color : #7A8899;
	margin : 5px 0px 4px 0px;
}

H4
{
	font : bold 10pt  Arial, Helvetica, sans-serif;
	margin : 5px 0px 4px 0px;
}

/*
*******************************************
*************** КОММЕНТАРИИ ***************
*******************************************
*/

.comment
{
	font : 9pt/120% Arial, Times, serif;
	color : #999999;
	margin: 7px 5px 7px 5px; 
}

/*
*******************************************
******** ГИПЕРТЕКСТОВЫЕ ССЫЛКИ  ***********
*******************************************
*/

A:LINK {
	color : #176699;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:ACTIVE {
	color : #FFD700;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:VISITED {
	color : #526280;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}



/*
*******************************************
**************** ПАРАГРАФ *****************
*******************************************
*/

.normal
{
	font-family : Arial;
	font-size : 10pt;
	margin : 5px;
	text-align : justify;
}

.normSmall
{
	font-family : Verdana, Arial;
	font-size : 8pt;
	margin : 4px 2px 2px 0px;
	color : #7A8899;
}

.normBIG
{
	font-family : Arial;
	font-size : 11pt;
	margin : 4px 2px 2px 0px;
	color : #000000;
}


.normal_dft
{
	font-family: Arial;
	font-size : 10pt;
	margin : 5px;
}

/*
*******************************************
***************** ТАБЛИЦА *****************
*******************************************

p.tbl_header	    - заголовок таблицы
p.tbl_title         - табличная подпись
p.tbl_normal	    - нормальный текст
p.tbl_normal_jus    - нормальный текст с выравниванием по ширине
p.tbl_normal_9	    - нормальный текст, размер 9pt
p.tbl_normal_jus_9  - нормальный текст с выравниванием по ширине, размер 9pt
*/

p.tbl_header
{
	font : bold 10pt Arial, Helvetica, sans-serif;
}

p.tbl_title

{
	font : 10pt Arial, Helvetica, sans-serif;
}

p.tbl_normal
{
	font-family: Arial;
	font-size  : 10pt;
	margin: 4px 1px 1px 1px;
	text-indent: 0px;
}

p.tbl_normal_jus
{
	font-family: Arial;
	font-size  : 10pt;
	margin: 4px 1px 1px 1px;
	text-align : justify;
}


p.tbl_normal_9
{
	font-family: Arial;
	font-size  : 9pt;
	margin: 3px 1px 1px 1px;
}

p.tbl_normal_jus_9
{
	font-family: Arial;
	font-size  : 9pt;
	margin: 3px 1px 1px 1px;
	text-align : justify;
}

/*
*******************************************
** НАВИГАЦИОННЫЕ ССЫЛКИ ВНУТРИ ДОКУМЕНТА **
*******************************************

p.nvg_normal - текст ссылки
*/

a:link.nvg_link
{
	color : #176699;
	text-indent : 0px;
	text-decoration : underline;
}

a:visited.nvg_link
{
	color : #Red;
	text-indent : 0px;
	text-decoration : underline;
}

a:active.nvg_link
{
	color : #FFD700;
	text-indent : 0px;
	text-decoration : underline;
}
a:hover.nvg_link
{
	color : #Red;
	text-indent : 0px;
	text-decoration : underline;
}

p.nvg_normal
{
	font : 8pt Arial;
	margin : 1px;
}


/*
*******************************************
***************** ПЕРСОНА *****************
*******************************************
Стиль относится к выводу персональной информации

p.prs_normal	- нормальный текст
p.prs_surname	- выделение фамилии имени и отчества
*/
				
p.prs_normal,
p.prs_surname
{
	font-family: Arial;
	font-size  : 10pt;
	text-align : justify;
	margin : 1px 0px 1px 15px;
}

p.prs_surname
{
	color: #222222;
	text-align : left !important;
}

/*
*******************************************
********** ПОДРИСУНОЧНЫЕ ПОДПИСИ **********
*******************************************
*/

.PicTitle
{
	font : italic 10pt Arial, Helvetica, sans-serif;
	margin-bottom : 8 px;
	text-align : center;
}

/*
*******************************************
***************** СПИСКИ ******************
*******************************************
*/

p.lst_normal
{
	font-family : Arial, serif;
	font-size : 10pt;
	margin : 0px 0px 1px 0px;
}

.list1
{
	font-family : Arial, serif;
	font-size : 10pt;	
	margin : 10px 0px 10px 20px;
}

li.list1
{
	margin : 0px 0px 5px 0px;
} 

.list2
{
	font-family : Arial, serif;
	font-size : 10pt;
	margin : 5px 0px 5px 30px;
}

li.list1
{
	margin : 0px 0px 5px 0px;
} 

/******* НЕМАРКИРОВАННЫЙ СПИСОК *******/
ul.non_marker_list
{
	list-style-type : none !important;
	margin : 10px 0px 10px 20px;
}

li.non_marker_list
{
	margin : 0px 0px 5px 0px;
}

/*
*******************************************
****** УЗКОСПЕЦИАЛИЗИРОВАННЫЕ СПИСКИ ******
*******************************************
*/

/******** СОДЕРЖАНИЕ СТРАНИЦЫ ********/
.PageContent
{
	font : italic 10pt Arial, Helvetica, sans-serif;
	margin : 5px 0px 5px 10px;
	list-style-type : none;
}

/*********** СПИСОК ССЫЛОК ***********/
/*
AnchorList - cтиль для оформления списка, элементами которого
			 яввляются гипертекстовые ссылки.
			 Такой фрагмент текста может представлять собой
			 содержание документа (не путать с содержанием Web-страницы).
*/

.AnchorList
{
	list-style-type : none !important;
	font : 10pt Arial, Helvetica, sans-serif;
	margin : 0px 0px 0px 5px;
	line-height : 120%;
}