
/* General Elements */



/* Images */

img.front_logos {
  margin-bottom:5px;
  border:0px;
  vertical-align:middle;
}

/* Hyperlinks */

a:link {
  text-decoration: none;
  color: #003399;
}

a:active {
  color: #003399;
}

a:hover {
  text-decoration: underline;
  color: #FF0000;
}

a:visited {
  text-decoration: none;
  color: #003399;
}

/* table elements */

td.sponsors {
   font-family: Arial;
   font-weight: bold;
   color: #003399;
   text-align: center;
}

