
ol, ul { 
	    list-style: none; 
} 
body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.info_w {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	vertical-align: middle;
	padding-left: 5px;
}
td.info_b {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	padding-left: 5px;
}
td.main_txt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	text-align: justify;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
td.link_ttl {
	background-image: url(logo/bg_ttl.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6495ed;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 10px;
}
td.link_main {
	background-color: #F7F7F7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
}
td.copy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	vertical-align: bottom;
	padding: 5px 5px 5px 5px;
}
.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6495ed;
	text-align: center;
}

a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1191B8;
}
a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1191B8;
}
a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.links:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.links:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.links:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1191B8;
}
a.links:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#flexmenu{
   top: 265px; /** высота шапки в пикселях**/
   position: fixed;
   z-index: 100;
}
#flexmain{
   top: 0px; /** высота шапки в пикселях**/
   position: fixed;
   z-index: 50;
}
#flexheader{
   top: 0px; /** высота шапки в пикселях**/
   position: relative;
   z-index: 100;
}

#button1 {
  background: #505050;
  color: white;
  border: 1px solid #333;
  height: 45px;
  width: 200px;
  margin: 0px 0 0 0px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 40px;
}
#button1:hover {
  background-color: #808080;
}
#button2 {
  background: #993366;
  color: white;
  border: 1px solid #333;
  height: 45px;
  width: 200px;
  margin: 0px 0 0 0px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 40px;
}
#button2:hover {
  background-color: #cd00cd;
}
#button3 {
  background: #f4c430;
  color: white;
  border: 1px solid #333;
  height: 45px;
  width: 200px;
  margin: 0px 0 0 0px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 40px;
}
#button3:hover {
  background-color: #fde910;
}
#button4 {
  background: #007ba7;
  color: white;
  border: 1px solid #333;
  height: 45px;
  width: 200px;
  margin: 0px 0 0 0px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 40px;
}
#button4:hover {
  background-color: #42aaff;
}
#blink {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s 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); }
}
#blink5 {
  -webkit-animation: blink5 1s linear infinite;
  animation: blink5 1s 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 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: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  background: grey;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}