@charset "UTF-8";

/* A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; /*эта строка уже не нужна, начиная с Beta2 IE8 поддерживает box-sizing*/
  box-sizing: border-box;
}

html * {max-height:1000000px;} /*disabled font boosting*/


html{
   height:100%;
}
body {
  line-height: 150%;
  height: 100%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}

a{
	color: #007458;
	text-decoration: underline;
}

a:hover{
  color: var(--color-warn);	
}

strong{
	font-weight: bold;
}


html {
    height: 100%;
}

/*
     FILE ARCHIVED ON 03:30:36 May 27, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:15:20 May 14, 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.37
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.03
  esindex: 0.005
  cdx.remote: 44.959
  LoadShardBlock: 101.25 (3)
  PetaboxLoader3.datanode: 156.775 (5)
  PetaboxLoader3.resolve: 114.49 (2)
  load_resource: 193.388
  loaddict: 78.659
*/