/* Master Body Styles */
.body { 
	background:  url("../images/splash_linedark.gif") #4B4B4B;
	margin: 0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #000000; 
	font-size: 10px; 
	line-height: 14px;; 
	letter-spacing: 0px; 
	word-spacing: 0px
	}
.bodyClean { 
	background: #000000;
	margin: 32px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #000000; 
	font-size: 10px; 
	line-height: 14px;; 
	letter-spacing: 0px; 
	word-spacing: 0px
	}


/* Table Styles */
.tableSpacing {
	width: 4px; 
	height: 4px;
	}
.topTable {
	border-width: 0px;
	border: 0px;
	border-collapse:collapse;
	vertical-align: top;
	}
.topCell {
	vertical-align: top;
}
.tableContent {
	width: 800px;
	border-width: 0px;
	border: 0px;
	border-collapse:collapse;
	}
