/* --------------------------------------------         Base styles                                 ----------------------------------------------- *//* @Eraser------------------------------ */* {   margin: 0;   padding: 0;   text-indent: 0;}/* @Root-------------------------------------------------------------- */html, body {margin: 0; padding: 0; height: 100%;}html {    /*    overflow: -moz-scrollbars-vertical;    overflow-y: scroll;    overflow-x: auto;    */}body {   color: #3c3c3c;   background-color: white;   font-family: "Trebuchet MS", Arial, sans-serif;   font-size: 14px;   text-align: center;   /*line-height: 1;*/}body.lite {    color: white;    font-size: 16px;     background-color: #083859;}input, select, textarea, optgroup {font-family: Arial, Tahoma, Verdana, sans-serif;}/* @Links-------------------------------------------------------------- */a         {text-decoration: underline; color: #2081c5;}a:visited {color: #63629b;}a:hover   {text-decoration: none;}a img     {border: 0;}a[href^="http://ru.wikipedia"] {    }body.lite a {color: #47b4ff;}body.lite a:hover {text-decoration: none;}body.lite a:visited {color: #2081c5;}/* @Headers-------------------------------------------------------------- */h1, h2, h3, h4, h5, h6 {    color: #010101;    font-weight: bold; }#content h1 {font-size: 24px; line-height: 24px; margin-top: 6px; padding-bottom: 24px; }#content h2 {font-size: 24px; line-height: 30px; margin-top: 6px; padding-bottom: 24px; }#content h3 {font-size: 21px; line-height: 25px; margin-top: 8px; padding-bottom: 22px;}#content h4 {font-size: 18px; line-height: 25px; margin-top: 9px; padding-bottom: 21px;}#content h5 {font-size: 16px; line-height: 25px; margin-top: 10px; padding-bottom: 20px;}#content h6 {font-size: 16px; line-height: 25px; margin-top: 10px; padding-bottom: 20px; font-weight: normal; font-style: italic;}h3 span.span {font-size: 14px; line-height: 16px; font-weight: normal;}    /* @LITE */    body.lite h1 {font-size: 24px;}            body.lite h1,        body.lite h2,        body.lite h3,        body.lite h4,        body.lite h5 {color: white;}                body.lite a {/*text-shadow: 1px 1px 0 #032740;*/}/* @Lists-------------------------------------------------------------- */ul {}ol {}ul    {list-style-type: none;}ul li {}   /* @Text elements-------------------------------------------------------------- */p {   line-height: 20px;   margin: 0 0 0 0;   padding: 0 0 10px 0;}body.lite p {padding-bottom: 20px;}abbr, acronym {border-bottom: 1px dotted black; cursor: help;}blockquote, q {quotes: none;}sup {vertical-align: text-top;}    /* fix line break */sub {vertical-align: text-bottom;} /* fix line break */ins {text-decoration: none;}del {text-decoration: line-through;}dfn, var, cite, address {font-style: normal;}em {}/* @Table-------------------------------------------------------------- */th, td, caption {vertical-align: top;}table {border-collapse: collapse; border-spacing: 0;}caption {}td, th {}th   {font-weight: 100}th a {}td {}tfoot td {padding-top: 10px; padding-bottom: 8px;}/* @Other-------------------------------------------------------------- */