   body{	
   font: 14px Arial, Helvetica, sans-serif; /* Рубленый шрифт текста */
   margin:0px;
   color:black;
	}
/* Шапка--------------------------------------*/
   #header, #header IMG, #head_menu, #head_menu A,  #footer, .main_menu, .lang_menu, .lang_menu img, #aside, .list_part, .list_part H1, .list_part H2, .list_part UL, .list_part LI, .list_part A, #video{
display:none; 
	}
/*--------------------------------------------*/
/*--------------------------------------------*/
   #content{
   overflow:auto;
   background:white;  
}
   #content H1{
   font-weight:bold; 
   font-size:16pt;
}
   #content H2{
   font-family: Times, "Times New Roman", serif;
   border-bottom: 1px dotted #2a4380;
   font-weight:normal;
   font-size:16pt;	
}
   #content A{
   font:inherit;
   color:#2a4380;
   text-decoration:none;
   border-bottom:1px dashed #2a4380; 
}
   #content p{
   margin:10px 0px 10px 15px;
   color:black;
}
   #content UL{
   margin:5px 15px 5px 20px; 
   padding:0px 20px 0px 20px;
   list-style-type:circle;
   font-style:italic;

}	
   #content LI{
   margin:5px 0px 5px 0px;
}
   #content TABLE{
   margin-left:15px;
   margin-right:auto;
   width:95%;
   border-spacing:0;
   padding:0px;
   border: 1px solid black; 
   border-collapse: collapse;
}
   #content TD{
   vertical-align: top;
   padding:3px;   
   margin:0px;
   border: 1px solid black;
}
  #content IMG{
   float:left;
   background:white;
   border:1px solid #2a4380;
   margin:5px;
   height:200px;
}
   #content DIV{
   margin:0px;
   padding:5px;
   overflow:auto;
}
   #content DIV IMG{
   margin:5px;
   height:150px;
}
    #content DIV A{
   border:0px dashed white; 
}
