table {
	border-collapse: collapse;
}

table td,
table th {
	background: transparent;
	color: #000000;
	padding: 0.2em;
}

.nofloat {
	clear: both;
	display: block;
	float: none;
	height: 1px;
	overflow: hidden;
}

#pagewidth {
	background: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0 auto;
	width: 72%;
	max-width: 1024px;
}

