﻿body {
  font: 12px verdana, arial, sans-serif;
  color: #000000;
  padding: 0px;
  margin: 0px;
  background-color: #f0f0f0;
}

div.flash, div.menu {
  float: left;
}

div.flash {
  border-right: solid 1px #676767;
  border-bottom: solid 1px #676767;
  width: 850px;
}

div.news {
  margin-left: 10px;
  border: solid 1px #676767;
  border-right: none;
  border-top: none;
}

div.contact {
  padding: 5px;
  vertical-align: top;
  margin-left: 10px;
  background-color: #ffffff;
  border: solid 1px #676767;
  border-right: none;
}

table.menu {
  border: none;
}


#news {
  height: 500px;
  overflow: auto;
  background-color: #ffffff;
  padding: 6px 8px;
}

td.menu {
  vertical-align: top;
}

a, a:visited {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

a:hover {
  color: #46bfea;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}