/* ======= GENERIC NEWS ======= */

#gen_wrapper {
  width: 500px;
  margin-bottom: 6px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

#gen_wrapper a:hover {
  text-decoration: underline;
}

#gen_wrapper_wide {
  width: 550px;
  margin-bottom: 6px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

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

.gen_image_left {
  float:left;
  padding-right: 10px;
  margin-top:3px;
  margin-bottom:5px;
}

.gen_image_right {
  float: right;
  padding-left: 10px;
  margin-top:3px;
  margin-bottom:5px;
}

.gen_title {
  color: #1649B4;
  font-size: 17pt;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}


