/* CSS Document */
body {
  padding: 0px;
  background: #d7ddd0;
  margin: 0px;
  }
TD { font-family:Tahoma; }
img  { border: 0px solid; }
A IMG   { border: none; }
p { margin: 0px; }

/*text*/
.text  {
  font-size: 75%;
  color: #2b2b2b;  
  }
.text table, .text select, .text input, .text textarea {
  font-size: 100%;
  }
/*Link*/
a {
  font-size: 90%;
  text-decoration:underline;
  font-weight:normal;
  color: #003399;
  }
a:hover {
  text-decoration: underline; 
  }
a.menu {
  text-decoration:none; 
  text-transform:uppercase;
  font-weight:bold;
  font-size:80%;
  color: #000;
  }
/*H*/
h1 {
  margin: 15px 0 0 15px;
  font-size:100%;
  font-weight:bold;
  color: #000;
  }

/*Standart*/
.top {
  margin: 10px 0 0 0;
  }
      
/*Fon*/
.top_fon {
  background: url(../img/top_fon.jpg) repeat-x; 
  }
.bg {
  background: url(../img/bg.jpg) repeat-x; 
  }
  
/*Table*/
.page {
  width:770px;
  background:#fff;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color:#bababa;
  }
.tb_menu {
  background: url(../img/top_marker.jpg) no-repeat 1px 0; 
  }
.td_menu {
  background: url(../img/fon_menu.jpg) no-repeat center 10px; 
  padding: 25px 0 20px 0;
  }
.tb_foto {
  border-right: 1px solid;
  border-color:#d9d9d9;
  } 
.tb_footer {
  padding: 0 10px 20px 10px;
  }   
/*Content*/
.content {
  margin: 8px 0 30px 0; 
  }
.content p {
  margin: 15px 0 0 15px;
  text-align: ; 
  }
.content ul {
  list-style-image: url(../img/marker.gif);
  list-style-position:inside;
  margin: 10px 0 10px 0;
  padding: 0px; 
  }
.content ul li{
  margin: 0px;
  padding: 0px; 
  }
  
/*Img*/
.logo {
  margin: 10px 10px 0 0;
  }
.foto {
  margin: 0 0 15px 10px;
  border: 1px solid;
  border-color:#679be1;
  }  
.line {
  margin-top:25px;
  }
.b_line {
  margin-bottom: 15px;
}
  