      /*Свойства самого основного блока main, в котором находится вся система */
      #main {text-align: center;}
      #main p, li, h1, h2, h3, h4, h5, h6, td /*Стили заголовков и абзаца*/
      {
        font-family: verdana,arial,sans-serif;
        font-size: 10pt;

      }

      #main h4 {font-size: 13pt; text-align: center;}
      #main h5 {font-size: 11pt;text-align: center;}
      #main li {list-style-type: none; text-align: center;}
      #main table {font-size: 10pt; text-align: center;}
      #main table.tab_result  {width: 70%; text-align: center;}
      #main table.list_dop  {width: 80%; text-align: center;}
      #main A
        {
           color:#568AEB;
           text-decoration: none;
        }
      #main A:hover
        {
            color: red;
            text-decoration: underline;
        }

      /*Свойста блока с последними объявлениями*/
      #new_bill
      {
        width:200px;
        display:block;
        text-align: left;
      }

      thead /*Параметры шапки всех таблиц - цвет фона и т.д.*/
      {
       text-align: center;
       font-weight: 900;
       background: #568AEB;
       color: #FFF;
      }
      
      .form_td {
	  background-color:#CFE2F0;
      padding:2px 10px 3px 10px;
      color:#064293;
      font-size: 11px;
      font-weight:bold;
      }

	.form_td_header {
	background-color:#2672A3;
	padding:3px 10px 4px 10px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
}
