html, body{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100.1%;
  font-family: inherit;
}

a img {
  border: 0;
}

body {
  color: #333;
  font-size: 85%;
  font-family: Georgia, "Times New Roman", serif;
}

.img_body {
  text-align: center;
}

.menu {
  padding: 10px 0px;
  text-align: center;
}

.menu a {
  text-decoration:none;
  color: #444;
  font-size: 130%;
  margin: 0px 15px;
}

.menu a.a1:hover{
  border-bottom: 4px solid #fdc104;
}

.menu a.a2:hover{
  border-bottom: 4px solid #F8009E;
}

.menu a.a3:hover{
  border-bottom: 4px solid #8500F8;
}

.menu a.a4:hover{
  border-bottom: 4px solid #0059F8;
}

.work {
  padding: 20px 0 50px 0;
}

a {
  color: #333;
  font-size: 11px;
}

a:hover {
  text-decoration: none;
}

/*a p {
  display: none;
}

a:hover p {
  font-family: Tahoma;
  font-size: 10px;
  display: block;
  position: absolute;
  margin: -20px 0 0 0;
  z-index: 100;
  padding: 5px 8px;
  background: #F1F5F8;
  text-align: left;
  border: 1px solid #E2EAED;
}*/

.table_w {width: 800px; margin: 50px auto; /*border: 1px solid #EFEFEF;*/}
.table_w tr.odd {background: #FBFBFB;}
.table_w tr.even {background: #F7F7F7;}
.table_w td.img {padding: 10px; text-align:center; width: 10%;
border: 1px solid #eee; border-right: 0;}
.table_w td.img img {background: #fff; padding: 1px; border: 1px solid #eee;}
.table_w td.text {padding: 10px; font-size: 12px;  line-height: 20px; vertical-align: top;
border: 1px solid #eee; border-left: 0;}
.table_w td.text b {color: #5A93F7; font-weight: bold; text-decoration:none; text-align: left;}
.table_w td.text a {color: #A9A9A9; font-size: 11px;}

label {
  float: left;
  width: 100px;
  margin-right: 15px;
  text-align: right;
  line-height: 26px;
}

input, textarea {
   border: 1px solid #DEE5F1;
   font-size: 110%;
   color: #444;
   font-family: serif;
}

input {
  width: 300px;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
}

textarea {
  height: 200px;
  width: 99%;
  margin: 10px auto;
  position: relative;
}

input.submit {
  background: #FFF;
  float: right;
  cursor: pointer;
  width: 150px;
}

