#tablespacer {
	margin-left: 30px;
	
}
#cleantable {
	width: 650px;
	padding: 0;
	margin: 0;
	
}

#cleantable caption {
	padding: 0 0 5px 0;
	width: 650px;	 
	font: italic 11px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: right;
}

#cleantable th {
	font: bold 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 6px 6px 6px 12px;
	background: #efd6d2 url(../images/table_bg_header.jpg) no-repeat;
}

#cleantable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #cccccc;
	background: none;
}

#cleantable th.mainbg {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #efd6d2 url(../images/table_mainbg_header.jpg) no-repeat;
}

#cleantable td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#cleantable td.alt {
	background: #eeeeee;
	color: #666666;
}

#cleantable th.spec {
	border-left: 1px solid #cccccc;
	border-top: 0;
	background: #fff url(../images/table_bullet1.gif) no-repeat;
	font: bold 10px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#cleantable th.specalt {
	border-left: 1px solid #cccccc;
	border-top: 0;
	background: #eeeeee url(../images/table_bullet2.gif) no-repeat;
	font: bold 11px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666666;
}
