/* CSS Document */

body {
  color: #069;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0px;
}

td {
  color: #069;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  height: 20px;
}

li {
  margin-bottom: 10px;
}

/*BODY LINKS*/
a {
  color: #069;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #069;
  font-weight: bold;
  text-decoration: underline;
}
/*-----------------------------*/

/*MAIN NAVIGATION LINKS*/
a.white {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
a.white:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
}
p#mainlink1 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: -5px;
  margin-left: 8px;
}
p.mainlink {
  font-size: 15px;
  margin-bottom: -5px;
  margin-left: 8px;
}
.over {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
}
/*-----------------------------*/

.headline {
  font-weight: bold;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.marginleft {
  margin-left: 3px;
}

input.newsletter {
  margin-top: 10px;
}

.left {
  float: left;
}

.imageleft {
  float: left;
  margin-right:10px; 
  margin-bottom:10px;
}

.imageright {
  float: right;
  margin-left:10px; 
  margin-bottom:10px;
}