a {
	color: #3d88bc;
}
body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

li { 

  /* Убираем нумерацию */

  list-style-type: none !important;  

  /* Оставляем нумерацию в браузере IE6 и ниже */

  list-style-type: decimal; 

} 

  /* Инициируем счетчик */

  ol { 

  counter-reset: list1; 

} 

ol li:before {

  /* Увеличиваем значение счетчика */

  counter-increment: list1; font-weight: bold;

  /* Выводим значение */

  content: counter(list1) ". "; 

}

ol ol { 

  /* Инициируем счетчик вложенного списка */

  counter-reset: list2; } 

ol ol li:before {

   /* Увеличиваем значение счетчика */

  counter-increment: list2;

  /* Выводим значение типа 2.1, 2.2,... */

  content: counter(list1) "." counter(list2) ". "; 

}



/* Class Styles */



	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:18px;
	margin-top:0px;
	}
.dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-indent: 10px;
	vertical-align: top;
	padding-top: 8px;
	}



.footer {
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.divPageText {
	font-size: 11px;
	color: #003366;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 3px;
}
.DeptTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
.NewsTitle {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}

.DeptTitle_1 {
	color: #99cc33
}
.DeptTitle_2 {
	color: #0099cc
}

p.first-paragraph {
  text-indent: 1em;
}

.example {
     white-space: pre-line; /* Учитываются все пробелы и переносы */ 
} 
.exampleTitle {
	display: inline;
    white-space: nowrap; /* Переносов в тексте нет */
  }
 