body  {
	background-color: #fcfcfc;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#main {
	position: absolute;
	width: 991px;
	margin-left: 50%;
	left: -495px;
	margin-top: 20px;
}

.featured {
	background-color: #000000;
	border: 1px solid #555555;
	color: #ffffff;
	padding: 15px;
	width: 260px;
	font-size: 11px;
}

.featured ul {
	padding-left: 15px;
}

.featured a {
	color: #ffffff;
	text-decoration: underline;
}

.featured a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.featured a:hover {
	color: #ffffff;
	text-decoration: none;
}

td.content {
	padding-left: 20px;
}

.note {
	color: #555;
	font-size: 9px;
	letter-spacing: 1px;
}

.twittime {
	color: #ccc;
	font-weight: bold;
	font-size: 9px; }

.notebold {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
}

span.error {
	color: #ff0000;
	font-weight: bold;
}



#slideshow {
	position:relative;
	height:290px;
	width: 290px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow IMG.active {
	z-index:10;
}

#slideshow IMG.last-active {
	z-index:9;
}
