/*
em {font-family: tahoma,sans-serif; font-style: normal; font-size: 66%}
p {font: 10pt sans-serif; text-indent : 10pt}
b {font: 8pt sans-serif; font-weight: bold}
td {font: 10pt sans-serif}
#norm {font-size: 10pt}
#normc {font-size: 10pt; color: #000080}
#white {color: white}
  background-image: url("../images/bkground.jpg");

  background-color : #78ADD7; - for bkground1.jpg
  background-color : #E3DAD1; - 227,218,209 for bkground10.jpg
*/

BODY.b1 {                   /*базовый 1*/
  background-color : #E3DAD1;
  color : black;
  font-family : "Times New Roman",sans,Arial,sans-serif;
//  font-size : 12pt;
  font-style : normal;
//  font-weight : normal;
  text-align : justify;
  text-indent : 0em;
  margin-left : 1em;
  margin-right : 1em;
}

H1.b1 {                     /*базовый 1, все заголовки для страниц*/
  color: blue;
  font-family: "Times New Roman";
  font-size: 24pt;
  padding: 0 10 0 10;
  border-style: none;
  border-width: 10px;
  border-color: aqua;
  text-align: center;
}

H3.b1{                      /*базовый 1, названия для групп*/
  color: black;
  font-family: "Times New Roman";
  font-size: 16pt;
  text-align: left;
}

H3.b2{                      /*базовый 2, все подзаголовки для страниц*/
  color: black;
  font-family: "Times New Roman";
  font-size: 16pt;
  text-align: center;
}

H3.b3 {                     /*базовый 3, длинный заголовки для страниц*/
  color: blue;
  font-family: "Times New Roman";
  font-size: 16pt;
  text-align: center;
}

H3.jHdr {                   /*journal Header, заголовок журнала в содержании*/
  color: white;
  font-family: "Times New Roman";
  font-size: 16pt;
  text-align: center;
}

H4.b1{                      /*базовый 1, комментарий к заголовку*/
  color: black;
  font-family: "Times New Roman";
  font-size: 12pt;
  font-weight : bold;
  text-align : justify;
}

H4.b1c{                     /*базовый 1, комментарий к заголовку, центрирование*/
  color: black;
  font-family: "Times New Roman";
  font-size: 12pt;
  font-weight : bold;
  text-align : center;
}

H4.author{                      /*базовый 2, автор статьи*/
  color: black;
  font-family: "Times New Roman";
  font-size: 12pt;
  font-weight : bold;
  text-align : right;
}

H5.footer1 {                    /*footer 1, для подвала, описание откуда взята информация*/
  color: black;
  font-family: "Times New Roman";
  font-size: 10pt;
  font-weight : bold;
  text-align: center;
}

p.b1 {                      /*базовый 1, отступ первой строки*/
  text-indent : 1em;
  text-align : justify;
}

p.b2 {                      /*базовый 2, отступ от границ в таблице*/
  margin-left : 0.2em;
  margin-right : 0.2em;
}

p.tab1 {                    /*базовый для таблиц 1*/
  font-size : 10pt;
  font-style : normal;
  font-weight : normal;
  text-align : left;
  margin-left : 0.2em;
  margin-right : 0.2em;
}

p.tab1c {                   /*базовый для таблиц 1, центрирование*/
  font-size : 10pt;
  font-style : normal;
  font-weight : normal;
  text-align : center;
  margin-left : 0.2em;
  margin-right : 0.2em;
}

p.tab2 {                    /*базовый для таблиц 2, где отступ не нужен*/
  margin-left : 0.2em;
  margin-right : 0.2em;
  font-size:100%;
}

p.tab2c {                   /*базовый для таблиц 2, где отступ не нужен, центрирование*/
  margin-left : 0.2em;
  margin-right : 0.2em;
  text-align : center;
}

p.tab3 {                    /*базовый для таблиц как 1, но центрирование*/
  font-size : 10pt;
  font-style : normal;
  font-weight : normal;
  text-align : center;
  margin-left : 0.2em;
  margin-right : 0.2em;
}

p.tab4just {                    /*базовый для таблиц 4, с отступом, двойное выравнивание*/
  text-indent : 1em;
  margin-left : 0.2em;
  margin-right : 0.2em;
  text-align : justify;
}

p.tabHdr1 {                     /*заголовок для таблиц характеристик 1*/
  font-size : 12pt;
  font-style : normal;
  font-weight : bold;
  text-align : center;
  margin-left : 0.2em;
  margin-right : 0.2em;
}

p.tabHdr2 {                     /*заголовок для таблиц характеристик 2, small*/
  font-size : 10pt;
  font-style : normal;
  font-weight : bold;
  text-align : center;
  margin-left : 0.2em;
  margin-right : 0.2em;
}

p.footer1 {                     /*footer 1, для даты последней модификации*/
  color: navy;
  font-family: sans;
  font-size: 10pt;
  text-align: right;
  text-indent : 1em;
}

p.list {                    /*list 1, для списков*/
  margin-left : 0em;
  text-indent : -0.6em;
  text-align  : left;
}

A:Link {                    /*цвет непосещённой ссылки*/
  color : blue;
}

A:Visited {                     /*цвет посещёной ссылки*/
  color : purple;
}

A:Active {                      /*цвет активной ссылки*/
  color : red;
}

A:Hover {                   /*цвет ссылки, над которой курсор*/
  color : navy;
}

#htc {                      /* header text cell */
  background-color : navy;
  text-align  : center;
  font-family : Tahoma,Arial,"Times New Roman",sans,sans-serif;
  font-size : 16pt;
  color : White;
}

#tab {                      /* picture table */
  margin : 0;
  padding : 0;
  background-color : transparent;
}

#ptc {                      /* picture text cell */
  margin : 5;
  background-color : teal;
  text-align  : center;
  font-family : sans,sans-serif,Arial;
  font-size : 10pt;
  color : white;
}
