
body {
	text-align: center;
	margin: 0;	
	padding: 0;
}
	
body, td, p, div img {
	border: 0;
}

td, p, div {
	color: #86888b;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 16px;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
.outer-container {
	width: 988px;
	position: relative;
	margin: 0 auto; /* center */
}
	
.inner-container {
	width: 868px;
	position: relative;
	margin: 0 auto; /* center */
	text-align: left;
}

.flash-container {
	min-width: 988px;
	clear: both;
	margin: 0;
}