@charset "UTF-8";

body {margin-left: 0px;
	  margin-top: 0px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  background-color: #FFFFFF;
	  background-image: url(styles.css);}
	  

	  
.style26 {font-size: 14px}
.style29 {font-size: 12px}
.style62 {	font-size: 14px; font-weight: bold; font-style: italic;}
.style89 {font-size: 12px; font-weight: bold; }
.style108 {font-size: 16px; font-weight: bold; }
.style109 {font-size: 24px; font-weight: bold; }

.style110 {font-size: 10px; font-weight: bold; }
.style111 {font-size: 12px; font-weight: bold; color: #666666; }


.style114 {font-size: 10px;  }
.style4 {font-size: 14px; font-weight: bold; font-style: italic; color: #000000; }
.style5 {color: #FFCCFF}
.style10 {font-size: 16px; }
.style11 {font-size: 10px}
.style129 {font-size: 12px; color: #FFFFFF;}
.style133 {font-size: 12px; font-weight: bold; font-style: italic; }
.style136 {font-size: 12px; font-weight: bold; color: #FF0000; }
.style154 {font-size: 12px; font-weight: bold; color: #009966; }
a:link {color: #334d55;text-decoration: none;}
a:hover {color: #FF0000;text-decoration: none;}
a:visited {text-decoration: none;color: #334d55;}
a:active {text-decoration: none;}

.prokrutka {
	height: 1000px; /* высота нашего блока */
	width: 100%; /* ширина нашего блока */
	background: #fff; /* цвет фона, белый */
	border: 1px solid #C1C1C1; /* размер и цвет границы блока */
	overflow-x: scroll; /* прокрутка по горизонтали */
	overflow-y: scroll; /* прокрутка по вертикали */
}


a:link {color: #000000;text-decoration: none;}
a:hover {color: #FF0000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none}
a:active {text-decoration: none;}

#blink {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
@-webkit-keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}

#blink1 {
  -webkit-animation: blink1 2s linear infinite;
  animation: blink1 2s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}

#blink2 {
  -webkit-animation: blink2 2s linear infinite;
  animation: blink2 2s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

#blink5 {
  -webkit-animation: blink5 2s linear infinite;
  animation: blink5 2s linear infinite;
}
@-webkit-keyframes blink5 {
  0% { color: rgb(128, 0, 0); }
  50% { color: rgb(183, 65, 14); }
  100% { color: rgb(128, 0, 0); }
}
@keyframes blink5 {
  0% { color: rgb(128, 0, 0); }
  50% { color: rgb(183, 65, 14); }
  100% { color: rgb(128, 0, 0); }
}

@-webkit-keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
#blink6 {
  position: relative;
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 10px #3d7a97;
  background: ;
}
#blink6:after, #blink6:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 70px;
  height: 70px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink6 10s linear infinite;
  animation: blink6 10s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
#blink6:before {
  top: -30%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
#blink7 {
  color: ;
  text-shadow: 0 -1px rgba(0,0,0,.1);
  background: ;
  -webkit-animation: pulsate 5.2s linear infinite;
  animation: pulsate 5.2s linear infinite;
}



/*
     FILE ARCHIVED ON 16:06:57 Feb 14, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:03:19 Jan 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.711
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.012
  esindex: 0.013
  cdx.remote: 23.436
  LoadShardBlock: 70.42 (3)
  PetaboxLoader3.datanode: 152.871 (4)
  load_resource: 156.298
  PetaboxLoader3.resolve: 58.116
*/