html {font-size: 85%;}
body {
  margin: 0;
  background: #C8C7B2 url(images/bg_body.png) repeat-x;
  font-family: Verdana, Arial, Sans, sans-serif;
  font-size: 1em;
  line-height: 20px;
}
img { border: 0; }
a {
  color: #484A37;
  font-weight: bold;
  text-decoration:none;
}
a:hover {
  color: #DEE0D6;
  font-weight: bold;
  text-decoration:none;
}
#body {
  text-align: center;
}
#cabe {
  background: #C8C7A9;
  width: 760px;
  height: 110px;
  padding: 5px 5px;
  border: 1px solid #DEE0D6;
  border-bottom: 0;
}
.menu {
  background: #484A37 url(images/bg.png) repeat-x;
  width: 770px;
  height: 20px;
  font-size: 0.9em;
  color: #484A37;
  text-decoration:none;
  padding: 5px 0px;
  border: 1px solid #DEE0D6;
  border-bottom: 0;
}
.fund {
  background: #DEE0D6;
  width: 760px;
  padding: 5px 5px;
  border: 1px solid #DEE0D6;
  border-bottom: 0;
}
.fund .cont {
  color: #63664B;
  text-align: justify;
  width: 740px;
  min-height: 390px;
  border-color: #000;
  padding: 10px 10px;
}
.fund .cont a {
  color: #000;
  font-weight: normal;
  text-decoration:none;
}
.fund .cont a:hover {
  color: #484A37;
  font-weight: normal;
  text-decoration:underline;
}
.fund .cont ul {
  margin-left: -20px;
  margin-top: 0px;
}
.fund .cont ul a {
  color: #63664B;
  font-weight: bold;
  text-decoration: underline;
}

.fund .cont ul a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.fund .cont .ul {
  margin-left: 20px;
  margin-top: -10px;
  display: none;
}

.fund .cont .ul2 {
  margin-left: 20px;
  margin-top: -10px;
}

.fund .cont table{
  background: #DEE0D6;
  font-size: 1em;
  font-weight: normal;
  color: #484A37;
  border-color: #000;
}
