/*УСТАНОВКА НАЧАЛЬНЫХ ЗНАЧЕНИЙ CSS*/

html, body, div, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 
em, font, img, 
ol, ul, li,
table, caption, tbody, tfoot, thead, 
tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

ol, ul {
list-style: none;
}
/* tables still need 
'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

body {
 font-family: Verdana, Arial, sans-serif; /* Рубленый шрифт на странице */
 color: #292B2D; /*Цвет шрифта*/
 background: url('ser36.gif');
}

/*СТИЛИ ССЫЛОК*/
A:link {
 TEXT-DECORATION: none;
 color: #292B2D;
}
A:visited {
 color: #292B2D;
 TEXT-DECORATION: none;
}
A:active {
 color: #292B2D;
 TEXT-DECORATION: none;
}
A:hover {
 color: #2f5fb1;
 TEXT-DECORATION: none;
}

/*ОФОРМЛЕНИЕ ТАБЛИЦ*/

table {
width: 99%;
}

tr, td, th {
vertical-align: top;
border: 0px;
padding: 5px;
}

tr, td {
text-align: center;
}

.tab_bg {
background-color: #f2f2f2;
}

/*ЗАГОЛОВКИ*/
h1 { /*Название раздела*/
	font-size: 12px;
	color: #2f5fb1;
	font-weight: bold;
    padding: 5px;
    border-bottom: dashed 1px #ed7f13;
    margin-bottom: 5px;
	margin-top: 5px;

}

h2 { /*Название статьи*/
  background-color: #f2f2f2;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  color: #2f5fb1;
}

h3 { /*Название статьи*/
  background-color: #f2f2f2;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px;
  font-size: 11px;
  text-align: center;
  color: #2f5fb1;
}

h4 { /*Название статьи*/
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: 5px;
}

P {
 font-size: 11px; /* Размер шрифта */
 text-align: justify; /* Выравнивание по ширине */
 padding: 10px; /* Поля вокруг текста */
 margin: 0; /* Обнуляем отступы */
 font-weight: normal;
}

/*ГОРИЗОНТАЛЬНАЯ ЛИНИЯ*/

HR { /* Для IE */
	text-align: right; 
	width: 100%; 
	height: 1px; 
	color: #ed7f13; 
	border: none; 
} 

HTML>BODY HR { /* Для Оперы и броузеров на базе Gecko */
	margin-right: 0; 
	width: 100%; 
	height: 1px; 
	background-color: #ed7f13; 
	border: 0px solid #ed7f13; 
} 

/*_______________________________*/

.tab { /* Блок с рамкой */
 border: solid 1px #2f5fb1; /* Параметры рамки */
 font-size: 11px;/* Размер текста */
 margin: 10px;
 padding: 10px;
 background-color: #ffffff;
}

.graf {
 float: center; 
 margin-right: 10px;
 width: 50%;
}

.dokl { /* докладніше... */
 text-align: right; 
 padding: 0;
 font-style: italic;
}

.text-center { 
 text-align: center;
}


ol { /* Нумерованный список в тексте */
list-style: decimal inside;
}

ul { /* Ненумерованный список в тексте*/
list-style: disc inside;
}

li {
 padding-left: 2em;
 color: #ed7f13; /* Цвет маркера */
}

span {
 color: #292B2D; /* Цвет текста */
}

img {
 margin: 10px;
 float: left;
 width: 200px;
}


