/* OVERRIDES */
html, body, table, p, th, td, li, dl, dd, dt, ul, ol,
blockquote, q, acronym, abbr, a, input, select,
textarea, h1, h2, h3, h4, h5, h6, div, form, img {
  margin: 0px;	padding: 0px;
}
img, table {
  border: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

td { vertical-align:top; }
