/**
 * CSS Reset 
 */

html, body, div, span, table, tr, td, p,
b, i, s, u, strong, ul, li, a, form, img,
h1, h2, h3, h4, h5, h6, label, legend, fieldset
{
  margin:0px;
  padding:0px;
  font-family:verdana;
  font-size:12px;
}

a {
  text-decoration:none;
  color:#2b4f9d;
}

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

a:active {
  outline:none;
}

ul {
  list-style-type:none;
}

img {
  border:0px;
}

.clear {
  clear:both;
}