body {
  margin:0;
  background-color: #4e6584;
  font-family: verdana;
  color: #224466;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #aabbcc;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #aabbcc;
}

a:hover {
  text-decoration: underline;
  color: #bbccdd;
}

table.head {
  background-color: #627fa6;
  border-spacing: 0;
  padding:0;
  height:128;
  width:100%;
}

table.head td.logo {
  width:542;
  background-image:url('images/logo.png');
}

table.head td.sep16 {
  width:16;
}

table.head td.banner {
  width:*;
  text-align: center;
}

div.sep {
  background-image:url('images/sepblock.png');
  background-color: #4e6584;
  font-size: 0px;
  height:18;
}

div.sep2 {
  background-image:url('images/sepblock2.png');
  background-color: #4e6584;
  font-size: 0px;
  height:18;
}

ul.menu {
  list-style-type:none;
  padding-left:8;
}

table.vmenu {
  border-spacing: 0;
  padding:0;
  background-color: #627fa6;
  font-size: 16px;
  text-align:left;
  width: 100%;
}

table.vmenu tr.topsep {
  background-image:url('images/sepblock2.png');
  height: 18;
}

table.vmenu tr.bottomsep {
  background-image:url('images/sepblock.png');
  height: 18;
}

table.body {
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  border-spacing: 8;
  width: 888px;
}

table.body td.menu {
  width: 128;
  vertical-align: top;
}

table.body td.main {
  width: *
}

table.inbody {
  background-color: #627fa6;
  padding: 0;
  border-spacing: 0;
  width: 100%;
  height: 136;
}

table.inbody td.sepleft {
  background-image:url('images/hsep1.png');
  width:24;
}

table.inbody td.main {
  width:*;
  height:128;
}

table.inbody td.maindyn {
  width:*;
  font-size: 13px;
  color: #bbddff;

}

table.inbody td.more {
  width:*;
  color: #eeee66;
  font-size: 10px;
  text-align:right;
  vertical-align:bottom;
  height:8;
}

table.inbody td.more a {
  text-decoration: none;
  font-weight: bold;
  color: #eeee66;
}

table.inbody td.more a:hover {
  text-decoration: underline;
  color: #ffff77;
}

table.inbody td.sepright {
  background-image:url('images/hsep2.png');
  width:24;
}

table.ininbody {
  padding: 0;
  border-spacing: 4;
  width: 100%;
}

table.ininbody td.data {
  width: *;
  font-size: 12px;
}

table.ininbody td.fixdata {
  width: 230px;
  font-size: 12px;
  vertical-align: top;
}

span.veryhl {
  font-size: 16px;
  color: white;
  font-weight: bold;
}

span.hl {
  font-size: 14px;
  color: white;
  font-weight: bold;
}

span.hl2 {
  color: black;
  font-weight: bold;
}

span.hl3 {
  color: #224466;
}

span.hl4 {
  font-weight: bold;
}

table.ininbody td.pic {
  width: 160px;
  height: 120px;
  background-color: black;
}

div.more a {
  text-decoration: none;
  font-weight: bold;
  color: #eeee66;
  font-size: 10px;
}

div.more a:hover {
  text-decoration: underline;
  color: #ffff77;
}

div.copyright {
  font-size: 9px;
  color: #eef8ff;
}


