/* ******************  body  *************** */html, body   { background-color: #EEEECC }html, body, h2, h3, h4, div, p, ul, li, td, a, input { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }p            { text-align: Justify; font-size: 10pt }ul li        { font-family: Arial; font-size: 10pt; margin: 0; font-weight: regular }ul       { font-weight: regular }/*  ************** форматирование документа в таблице ************ */.menu_bloc   { background-color: #EEEECC; width: 30%;  }.txt_bloc    { background-color: #FFFFFF; width: 70%; border-left-style: solid;                border-left-width: 1; border-right-style: solid;                border-right-width: 1; border-bottom-style: solid;                border-bottom-width: 1; }/*  ** шапка навигации ** */.menu_bloc_head { background-color: #AAAA77; color: #FFFFFF; text-align: Center; line-height:                100%; font-variant: small-caps; letter-spacing: 1pt;                font-weight: bold; text-indent: 0; margin-left: 0; margin-top:                4; margin-bottom: 4; background-position: center 50% }/*  ** шапка текста ** */.txt_bloc_head { background-color: #006699; color: #FFFFFF; text-align: Center;  width: 70%; font-variant: small-caps; font-weight: bold }/*  ** блок навигации ** */.menu_bloc h1, h2, h3, h4 { 		letter-spacing: 1pt; 		color: #880000; 		font-weight: bold;		width: 30% 		}/*  ** блок текста ** */                .txt_bloc h1, h2, h3, h4 {  		letter-spacing: 1pt;  		color: #000088;  		font-weight: bold; 		width: 70% 		}/* .small, .archive, .copyright { *//*   font-size: small; } */.copyright {   margin-top: 0;   margin-bottom: 0;}.hide {   visibility: hidden;   background: #fff;   color: #fff;   clear: both;   margin: 0;}/* ******* простые ссылки   */a:link {   color: #069;   }a:hover      {  }a:visited {    color: #444;  }a:active {   background: #ffc;   color: #900;   }a img { color: #fff; }         /* hide the border in Netscape 4 */@media all {                   /* hide from Netscape 4 */   a img { color: inherit;     /* undo the rule above */   border: none;               /* hide from Netscape 4 */   }}/* ******* ссылки с селектором ' nav '   */.nav         { font-size: small }.nav a:link  { text-decoration: none }.nav a:hover { background-color: #006699; background-repeat: repeat; background-attachment:                scroll; color: #FFFFFF;                background-position: 0% 50% }.nav a:visited { text-decoration: none }.nav a:active {   background: #ffc;   color: #900;   text-decoration: none;}