body {
	margin: 0;
	font-family: 'Trebuchet MS','Lucida Sans','Arial',sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

#wrapper {
	width: 280px;
	margin: 0 auto
}

h2 {
	font-size: 11px;
	margin: 2px 0px;
	color: #000;
}

h3 {
	font-size: 9px;
	margin: 2px 0px;
	text-align: right
}

.link {
	cursor: pointer;
	color: #00f;
  text-decoration:underline;
}
.link2 {
	cursor: pointer;
	color: #00f;
  text-decoration:underline;
	font-size: 9px;
}

.link2:hover {
  color: #1450cb;
}

ul {
	text-shadow: #000000 0px 0px 0;
	list-style-position: outside;
	opacity: 1;
	padding-left: 15px;
}

.slider {
	position: relative;
	overflow: hidden;
	border-top: 2px dotted #666;
	border-bottom: 2px dotted #666;
	height: 250px;
	margin-bottom: 0px;
}

.slidercontent {
	position: absolute;
}

.slidercontent .upper {
	border-bottom: 1px solid #666;
}

.section {
	padding: 5px
}

.newsslider {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #888888;
	height: 80px;
	width: 280px;
	margin-bottom: 0px;
	border-bottom: 2px dotted #666;
}

.newsslidercontent {
	position: absolute
}

.newsslidercontent .upper {
	border-bottom: 2px solid #9ac1c9
}

.newssection {
	padding: 10px;
	height: 75px
}