/* ------------------------------------ global styles ----------------------------------- */


/*
отличается от файла styles2.css только фоном f0f0f0
*/

body
  {
    
    background-color: #f0f0f0;
    
    font-family: Verdana;

    font-size: 10pt;
    font-weight: normal;
    color: #000000;

    link: #666666;
    visited: #666666;
    active: #666666;
    hover: #666666;
  }

*
 {
 font-family: Verdana;
 font-size: 10pt;
 }
a 
 {
 font-family: Verdana;
 font-size: 10pt;
 font-weight: bold;

 color: #666666;
 link: #666666;
 visited: #666666;
 active: #666666;
 hover: #666666;
 }


h1 
 {
 font-family: Verdana;
 font-size: 18pt;
 font-weight: normal;
 color: #000000;
 margin-top: 0pt;
 margin-bottom: 0pt;
 }

#smallh1 h1 
 {
  font-family: Verdana;
  font-size: 16pt;
  font-weight: normal;
  color: #000000;
  margin-top: 0pt;
  margin-bottom: 0pt;
 }

#lineh1 h1 
 {
 font-family: Verdana;
 font-size: 18pt;
 font-weight: normal;
 color: #000000;
 margin-top: 0pt;
 margin-bottom: 0pt;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #808080;
 }

h2 
 {
 font-family: Verdana;
 font-size: 10pt;
 font-weight: bold;
 color: #000000;
 margin-top: 0pt;
 margin-bottom: 0pt;
 }

#grayh2 h2 
 {
 font-family: Verdana;
 font-size: 10pt;
 font-weight: bold;
 color: #666666;
 margin-top: 0pt;
 margin-bottom: 0pt;
 }

h3
  {
  font-family: Verdana;
  font-size: 13pt;
  font-weight: normal;
  color: #000000;
  margin-top: 0pt;
  margin-bottom: 0pt;
  }

#lineh3 h3
  {
  font-family: Verdana;
  font-size: 16pt;
  font-weight: normal;
  color: #000000;
  margin-top: 0pt;
  margin-bottom: 0pt;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #808080;
  }

h4
  {
  font-family: Verdana;
  font-size: 13pt;
  font-weight: normal;
  color: #666666;
  margin-top: 0pt;
  margin-bottom: 0pt;
  }

#pics h1 
 {
 font-family: Verdana;
 font-size: 12pt;
 font-weight: normal;
 color: #000000;
 margin-top: 0pt;
 margin-bottom: 0pt;
 }

#pics h2 
 {
 font-family: Verdana;
 font-size: 18pt;
 font-weight: normal;
 color: #000000;
 margin-top: 0pt;
 margin-bottom: 0pt;
 }


ul
  {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;

    padding-bottom: 0pt;
    padding-top: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;

    margin-bottom: 3pt;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-left: 15pt;

    text-align: left;
    list-style-type: square;
    list-style-position: outside;
    
    line-height: 13pt;
  }

#copyright 
 {
 font-family: Verdana;
 font-size: 8pt;
 font-weight: normal;
 color: #666666;
 margin-top: 0pt;
 margin-bottom: 0pt;
 }

#copyright p
  {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  color: #666666;
  margin-top: 0pt;
  margin-bottom: 0pt;
  }

#titletext *
 {
 font-family: Verdana;
 font-size: 8pt;
 color: #a0a0a0;
 margin-top: 0pt;
 margin-bottom: 0pt;
 }


p
  {
    margin-top: 0pt;
    margin-bottom: 0pt;
  }

#whitelink a 
  {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
  link: #ffffff;
  visited: #ffffff;
  hover: #ffffff; 
  active: #ffffff;
  }

#blacklink a 
  {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  link: #000000;
  visited: #000000;
  hover: #000000; 
  active: #000000;
  }

#blacklink ul
  {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;

    padding-bottom: 0pt;
    padding-top: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;

    margin-bottom: 3pt;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-left: 15pt;

    text-align: left;
    list-style-type: square;
    list-style-position: outside;
    
    line-height: 13pt;

  }


#navigator a 
  {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #666666;
  link: #666666;
  visited: #666666;
  text-decoration: none; 
  active: #666666;
  }

#navigator a:hover {color: #666666; text-decoration: underline;}

#lineh1 a 
  {
  font-family: Verdana;
  font-size: 18pt;
  font-weight: normal;
  color: #000000;
  link: #000000;
  visited: #000000;
  text-decoration: none; 
  active: #000000;
  hover: #000000;
  }
