th
{
	padding: 15px;
}

#glavnyi
{
	width: 80%;
	margin: auto;
}

#zagolovok
{
	background-color: #f7f599;
	text-align: center;
	font-weight: 700;
	font: 20pt sans-serif; 
}

#zagolovok_1
{
	background-color: #f7f599;
	text-align: center;
	font-weight: 700;
	font: 15pt tdsans-serif; 
}

#zagolovok_2
{
	text-align: center;
	font-weight: 700;
	font: 15pt sans-serif; 
}

#zagolovok_3
{
	background-color: #8cb8ff;
	text-align: center;
	font-weight: 700;
	font: 15pt sans-serif; 
}

#zagolovok_4
{
	background-color: pink;
	text-align: center;
	font-weight: 700;
	font: 15pt sans-serif; 
}

#text_1
{	
	text-align: center;
	font-weight: 700;
	font: 14pt times; 
}

#text_11
{	
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: 700;
	font: 14pt times; 
}

#text_12
{	
	text-align: left;
	font-weight: 700;
	font: 14pt times; 
}

#text_2
{
	text-align: left;
	font-weight: 700;
	font: 14pt times; 	
	margin-left: 10px;
	text-indent: 1.5em;
}


#text_3 
{
    margin-top: 1px;
    margin-bottom: 5px;
	margin-left: 7px;
	font-weight: 700;
	font: 15pt times; 	
}

#text_4 
{
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 7px;
	font-weight: 700;
	font: 22pt times; 
	font-style: bold;	
}

#text_5
{
	text-align: left;
	font-weight: 700;
	font: 12pt times; 	
	margin-left: 10px;
	text-indent: 1.5em;
}

#text_51
{
	text-align: left;
	font-weight: 700;
	font: 14pt times; 	
	margin-left: 10px;
	text-indent: 1.5em;
}


#probel
{
	height: 20px;
}

#probel1
{
	height: 10px;
}

#table0
{
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom:  1px solid;
	width: 100%;
	margin: auto;
	border: 1px solid; /* Параметры рамки */
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
}

#table1
{
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom:  1px solid;
	width: 60%;
	margin: auto;
	border: 1px solid; /* Параметры рамки */
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
}

#table2
{
	width: 100%;
	border-width: 0 0 0 0;
	border-collapse: collapse; /*убираем пустые промежутки между ячейками*/	
}

#table3
{
	text-align: left;
	padding-left: 10px; 
	font-size: 18px;
	
	width: 80%;
	border-width: 0 0 0 0;
	border-collapse: collapse; /*убираем пустые промежутки между ячейками*/	
}

#table4
{
	border-spacing: 10px 10px; /* Расстояние между границ */
	
	width: 100%;
}

#td1 
{
	border: 1px solid; /* Параметры рамки */
    padding: 15px;
}

td
{
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding-left: 5px;	
}


 .colortext
  {
    color: red; /* Красный цвет выделения */
 }
 
