/* CSS Document */
body {
  padding: 0px;
  background: #fff;
  margin: 0px;
  }
TD { font-family: Arial, Helvetica, sans-serif ; }
img  { border: 0px solid; }
A IMG   { border: none; }
p { margin: 0px; }

/*text*/
.text  {
  font-size: 75%;
  color: #000;  
  }
.text table, .text select, .text input, .text textarea {
  font-size: 100%;
  }
.footer {
  font-size: 70%;
  color:#3b5787;
  }  
/*Link*/
a {
  font-weight:normal;
  color: #fc7406;
  text-decoration:underline; 
  }
a:hover {
  text-decoration:none; 
  }
a.logo {
  font-size: 150%;
  font-weight:bold;
  color: #3b5787;
  text-decoration: none;
  }

.menu {
  color: #fc7406;
}
.menu a {
  color: #3b5787;
  text-decoration: none;
  }
.menu a:hover {
  text-decoration:underline;
  }    

/*H1*/
h1 {
  margin: 0px;
  font-size:155%;
  font-weight: normal;
  color:#3b5787;
  }
h2 {
  margin: 10px 0 10px 0;
  font-size:115%;
  font-weight: normal;
  color:#fc7406;
  text-transform: uppercase;
  }

/*img*/
.foto {
  margin: 0 0 7px 25px;
  border: 1px solid;
  color: #3b5787;
  }
.li {
  margin: 10px 25px 10px 0;
  }  
  
/*Standart*/
.blue {
  background-color:#3b5787;
  }
.orang {
  color:#fc7406;
  }
.orang_bg {
  background-color:#fc7406;
  }
/*table*/
.shapka {
  background: url(/_img/bg_top.jpg) no-repeat left top; 
  }
.shapka_1 {
  background: url(/_img/bg_top_1.jpg) repeat-x left top; 
  }
.menu ul{
  margin: 20px 20px 0 20px;
  padding:0px;
  }
.menu li{
  background:url(/_img/marker.gif) no-repeat 0 15px;
  list-style-type:none; 
  margin: 0px;
  padding: 10px 0 0 10px; 
  }
.top_footer {
  border-top: 1px solid;
  border-color:#3b5787;
  }  
/*Content*/
.content {
  margin: 24px 25px 10px 12px;
  padding: 0 10px 30px 20px;
  }
.content p {
  text-indent: 0px;
  margin: 10px 0 0 0;
  line-height: 18px;
} 
.content ul {
  margin:0px;
  padding:0px;
  }
.content li{
  background:url(/_img/marker.gif) no-repeat 0 10px;
  list-style-type:none; 
  margin: 0px;
  padding: 4px 0 0 12px; 
  }

#ttt { border-left: 8px red solid; padding-left: 8px; }