.wsEd {
  font-family: tahoma;
  color:#666666;
  font-size: .8em;
}


.wsEd a{
  color:#7C7C7D;
  font-weight:bold;
  text-decoration:none;
}

.wsEd a:hover{
  text-decoration:underline;
 }

.wsEd h2 {
  font-weight: bold;
  font-size: 1.2em;
  color: #092D4E;
  margin: 0 0 8px 0;
  padding: 0 0 0 0;
}

.wsEd h3 {
  font-weight: bold;
  font-size: 1em;
  color: #092D4E;
  margin: 0 0 8px 0;
  padding: 0 0 0 0;
}

.wsEd h4 {
  font-weight:bold;
  font-size:1em;
  color:#092D4E;
  margin:0 0 8px 0;
  padding: 0 0 0 0;
}

.wsEd h3 a, .wsEd h2 a, .wsEd h4 a{
  color:#092D4E;
}

.wsEd p {
}

.wsEd ol {
  margin-left:20px;
}

.wsEd ul {
  list-style-type: disc;
  padding: 0 0 10px 30px;
  margin: 0;
}

.wsEd ul li {
}

.wsEd table {
  border-collapse: collapse;
  width:100%;
  margin-left:0px;
  margin-bottom:12px;
  font-size: 86%;
}

.wsEd .table th {
  background-color: #015C89;
  color: white;
  font-weight: bold;
  vertical-align:middle;
  text-align:center;
  padding: 6px;
  border: 1px solid white;
}

.wsEd .table th a {
  color: white;
}

.wsEd .table td {
  color:#015C89;
  background-color: #D5DDE0;
  width:12%;
  text-align:center;
  padding: 6px 5px;
  border: 1px solid white;
}

.wsEd .table td.column1{
  width:30%;
  text-align:left;
  font-weight: bold;
}

.wsEd .table .lited td {
  background-color: #F4F7FA;
}
.wsEd .table .food td {
  background-color: #E0E7F0;
  font-weight: bold;
}

.wsEd .viac a, .wsEd a .viac {
  background-image:url(../images/search-arrow.gif);
  background-repeat: no-repeat;
  background-position:0 4px;
  color:#015C89;
  padding:0 10px 0 12px;
}

.wsEd img{
  margin:0 10px;
  padding:0;
  border:1px solid #ccc;
}