body
	{
	background-color: #346799; 
	}

/* Гиперссылки */

/*
a:link 		
	{color: #000000; text-decoration: underline;font-size: 9pt; }
a:visited 	
	{color: #BEBEBE; text-decoration: underline;font-size: 9pt; }
a:active    
	{color: #696969; text-decoration: underline;font-size: 9pt; }
a:hover 	
	{color: #346799; text-decoration: underline;font-size: 9pt; } 
*/

a:link 		
	{text-decoration: none;font-size: 9pt; }

a.link:link 		
	{color: #000000; text-decoration: underline;font-size: 9pt; }
a.link:visited 	
	{color: #BEBEBE; text-decoration: underline;font-size: 9pt; }
a.link:active    
	{color: #696969; text-decoration: underline;font-size: 9pt; }
a.link:hover 	
	{color: #346799; text-decoration: underline;font-size: 9pt; }

a.date:link 		
	{color: #000000; text-decoration: underline;font-size: 9pt; }
a.date:visited 	
	{color: #BEBEBE; text-decoration: underline;font-size: 9pt; }
a.date:active    
	{color: #696969; text-decoration: underline;font-size: 9pt; }
a.date:hover 	
	{color: #346799; text-decoration: underline;font-size: 9pt; }
	
a.totop:link 		
	{color: #000000; text-decoration: underline;font-size: 9pt; }
a.totop:visited 	
	{color: #BEBEBE; text-decoration: underline;font-size: 9pt; }
a.totop:active    
	{color: #696969; text-decoration: underline;font-size: 9pt; }
a.totop:hover 	
	{color: #346799; text-decoration: underline;font-size: 9pt; }	


a.year
	{
    font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #346799;	
	} 
	
a.ad
	{
    font-family: Tahoma;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #346799;	
	text-align: right;
	margin-right: 0pt;
	padding-right: 0pt;
	} 
	
a.standart9
	{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: regular;
	text-decoration: underline;
	color: #000000;	
	} 
	

/* Стандартный абзац */
p
	{
    font-family: "Times New Roman";
	text-align: justify;
	font-size: 12pt;
	text-indent: 24pt;
	color: #000000;
	}


/* Курсивный абзац */	
p.kursive
	{
	font-style:italic;
	}



/* Заголовок страницы */
h1
	{
    font-family: "Times New Roman";
	font-size: 28pt;
	text-align: center;
	margin-top: 20pt;
	margin-bottom: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

/* Заголовок (даты) */
h2
	{
    font-family: Tahoma;
	font-size: 10pt;
	text-align: left;
	margin-left: 8pt;
	margin-top: 10pt;
	padding-top: 8pt;
	padding-bottom: 2pt;
	margin-bottom: 0pt;
	font-weight: bold;
	text-decoration: none;
	color: #346799;
	}	

/* Заголовок статьи */
h3
	{
    	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: center;
	margin-top: 20pt;
	padding-top: 10pt;
	color: black;
	text-decoration: none;
	}

hr 	{  
	width: 100%;
	height: 1px;
	background-color: #346799;
	color: #346799;
	border:0px none;
}

/* Список */
	

ul
	{
	text-align: justify;
	padding-left:0pt;
	padding-right:0pt;
	margin-right:0pt;
	margin-left:0pt; 
	margin-top:10pt; 
	list-style-position: outside;
	list-style-type: none;         
    font-family: "Times New Roman";
	font-size: 12pt;
	color: #000000;

	}

li 
	{line-height:20pt;
	
	}	
	
.lm
	{
	padding-left:0pt; 
	margin-top:10pt; 
	/* margin-left:10pt; */
    	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #346799;	
	}




