<!--
/*********************************************/
/*  Информационные блоки для первой страницы     */
 -->
  div.page_title h1 {    color: #a52a2a;
    font-size: 120%;
    font-weight: bold;  	}


  table.indexblock {
     width: 100%;
     padding: 0;
     border-spacing: 0;
  	}
  td.indexblock_img, td.indexblock_stat, td.indexblock_card, td.indexblock_also, td.indexblock_news {
     padding: 0;
     width: 48%;
  }
  td.indexblock_space {
  	width: 2%;
  	}
  table.indexblock td {
  	vertical-align: top;
  	}

   td.indexblock_also {
     border: 1px solid #666;
  	}

  div.blockalso_header {
     padding: 3;
     font-weight: bold;
  	}

   div.blockalso_header {
     background-color: #eaeaea;
     color: #000;
  	}

  div.blockalso_body table {
     padding: 4;
  	}

  img.index_block_img {
  	border: 1px solid #999;
  	padding: 2;
  	}

  div.block_intro {
  	margin-top: 10;
  	margin-bottom: 10;
  	}

  /* Ссылки на заголовках блоков */
  a.block_header {
	color: #a52a2a;
	font-weight: bold;
	text-decoration: none;
	}
  a.block_header:hover {  	color: #fff;  	}

