body, td {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
  color: #137CC3;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

ul {
  list-style-image: url(img/tick.gif);
}

li {
  padding-bottom: 8px;
}

.rollover:hover     { visibility: visible; }
.rollover:hover img { visibility: hidden; }

a:link, a:active, a:visited { color: #137CC3; text-decoration: none; }
a:hover                     { color: #D5B56F; text-decoration: underline; }

a.white:link, a.white:active, a.white:visited, a.white:hover {
  color: white;
}

#tbl_striped th { background: #137CC3; color: white; }
#tbl_striped th, #tbl_striped td { padding: 6px; }
#tbl_striped .stripe { background: #E3ECEB;  }
