html {
  -webkit-text-size-adjust: 100%;
}

*|body {
  background-position:  center center;
  background-attachment: fixed;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
*|a {
  text-decoration: none;
}
*|table {
  border:  none;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
*|table.noSpace {
  border-collapse: collapse;
}
*|table.noSpace *|tr *|td {
  margin: 0px;
}
*|.bold {
  font-weight: bold;
}
*|table#logo {
  background-color: #f0f0f0;
  text-align: left;
}
*|table#menu {
  width: auto;
  text-align: center;
}
*|table#menu *|td {
  width: 14%;
}
*|table#menu *|td:hover {
  background-color: #ffcccc;
}
*|#menu *|a:hover {
  background-color: #ffcccc;
}
*|table#support {
  width: auto;
  text-align: center;
}
*|table#support *|td {
  width: 14%;
}
*|table#support *|td:hover {
  background-color: #ffff99;
}
*|#support *|a:hover {
  background-color: #ffff99;
}
*|table#services {
  width: auto;
  text-align: center;
}
*|table#services *|td {
  border: 1px solid #3366ff;
  vertical-align: top;
}
*|table#rates *|td {
  border: 1px solid #3366ff;
}
*|a.infobox {
  position: relative;
}
*|a.infobox *|span {
  display: none;
}
*|a.infobox:hover {
  display: inline;
}
*|a.infobox:hover *|span {
  border: 3px solid black;
  display: block;
  position: relative;
  width: 400px;
  text-align: left;
  color: black;
  background-color: #eeeeee;
  z-index: 100;
}
*|a.conference {
  position: left;
  font-size: 120%;
  font-weight: bold;
  color: blue;
}
*|a.conference *|span {
  display: none;
}
*|a.conference:hover {
  display: inline;
}
*|a.conference:hover *|span {
  border: 2px solid black;
  display: block;
  position: left;
  width: 115px;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  color: black;
  background-color: #eeeeee;
  z-index: 200;
}
