body {
	background-color: #fff;
	color: #000;
}

body,
table {
	font-family: sans-serif;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: smaller;
}

.reset {
	clear: both;
	font-size: 0px;
	height: 1px;
	overflow: hidden;
}

.wide {
	width: 100%;
}

span.reset {
	display: block;
}

#junk {
	display: none;
}