* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}

body {
	background: white;
	text-align: left;
}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font: inherit;
}

p {margin:0px 0px 5px 0px;}

a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td, center {
	vertical-align: top;
}

q {
	quotes: "" "";
}

ul {
	margin:0px 0px 0px 15px;
}


.clearFloats, .clear {clear:both; width:1px; height:1px;}
