body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, span, blockquote, table, th, td 

{margin: 0; padding: 0;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a img {border: none;text-decoration: none;}

img {border: 0;vertical-align:baseline;}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}
