html, body, div, td, p, a, input, h1, h2, h3, h4, h5, h6, li, dt, dd, select {
	font-family: 'Trebuchet MS', arial, verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
}
html, body, div, table, td, p, a, form, input, h1, h2, h3, h4, h5, h6, ul, li, dt, dd {
	margin: 0; padding: 0;
	text-align: left;
}
body, html { height: 100%; }

body {
	text-align: center;
	background-color: #fff;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	text-align: left;
}

form { display: inline; }
img { border: none; }