* { margin:0; padding:0; }
body {
	font:62.5% Arial, Helvetica, sans-serif;
	}
#start-stop {
	display:none;
	}
#NewsTicker {
	position:relative;
	background:url(background.jpg) no-repeat 0 0;
	width:150px;
	height:300px;
	padding:0px;
	overflow:hidden;
	}
#NewsTicker h1 {
	position:absolute;
	top:0px; left:0px;
	z-index:9999;
	background-color:#1cb4e0;
	color:#fff;
	font-size:11px;
	width:150px; height:30px;
	border-bottom:1px solid #fff;
	}
#NewsTicker h1 a {
	display:block;
	width:100%; height:100%;
	text-indent:-9999px;
	background:url(logo.gif) no-repeat 0 0;
	}
#NewsVertical {
	width:150px;
	height:300px;
	display: block;
	overflow:hidden;
	position:relative;
	left:5px; top:30px;
	}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
		width:150px;
		height:250px;
		display:block;
		list-style:none;
		margin:0;
		padding:0px 0px 9px 0px;
		}
#TickerVertical li {
	width:136px;
	color:#fff;
	margin:0px;
	padding:5px 2px 5px 2px;
	border-bottom:1px solid #5dc0dc;
	}
#TickerVertical li h2 {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	}
#TickerVertical li h2 a {
	color:#fff;
	text-decoration:none;
	}
#TickerVertical li h2 a:hover {
	text-decoration:underline;
	}